Filesystems (ext3, reiser, xfs, jfs) comparison on Debian Etch (Debian
Administration)
Posted Apr 25, 2006 22:50 UTC (Tue) by
dwheeler (guest, #1216)
Parent article:
Filesystems (ext3, reiser, xfs, jfs) comparison on Debian Etch (Debian
Administration)
Nice filesystem survey article!
But it omits some other trades.
In particular, according to Theodore Ts'o (at FISL 2005),
there's a serious "data loss in power fail" condition in XFS.
SGI's XFS was originally designed for SGIs, and SGIs were specifically
designed so hard drives would stop writing when
power began to fail... to prevent catastrophe. XFS was
designed with this presumption (that the hard drives would
stop first). Unfortunately, x86 systems
don't do that... the memory usually goes first, so you end
up writing garbage to the disk on an x86. That can be a
BIG BIG problem. Ts'o claimed that
the other filesystems had much less risk and data loss when
power failed and you're using a commodity x86 design.
If your system is on a UPS, and you trust it, I understand
that XFS works very nicely in many circumstances. But it
may not be a good solution without one.
Perhaps this is obsolete information, I'd love to know if
this is no longer true.
(
Log in to post comments)