Filesystems (ext3, reiser, xfs, jfs) comparison on Debian Etch (Debian
Administration)
Posted Apr 26, 2006 1:47 UTC (Wed) by
dlang (
✭ supporter ✭, #313)
In reply to:
Filesystems (ext3, reiser, xfs, jfs) comparison on Debian Etch (Debian
Administration) by sbergman27
Parent article:
Filesystems (ext3, reiser, xfs, jfs) comparison on Debian Etch (Debian
Administration)
keep in mind that these benifits you are listing only count if you are useing a hard drive that allows you to disable the write cache on it (i.e. no IDE drives qualify). if the drive can tell you that the write is completed while it's in the drives memory it's still vundrable to being lost.
since there is a huge performance penalty for doing this it's seldom done even on the drives that support it.
David Lang
P.S. and no, the drives don't use their platter energy to drive the electronics long enough to write their data. as an excercise consider how many seeks could be required to write all the data in a 16M buffer, and how long that could take. then add in the problems of writing to a platter that's slowing down as you write and you start to realize why nobody does that anymore.
(
Log in to post comments)