Filesystems (ext3, reiser, xfs, jfs) comparison on Debian Etch (Debian
Posted Apr 26, 2006 11:53 UTC (Wed) by
forthy (guest, #1525)
In reply to:
Filesystems (ext3, reiser, xfs, jfs) comparison on Debian Etch (Debian by ikm
Parent article:
Filesystems (ext3, reiser, xfs, jfs) comparison on Debian Etch (Debian
Administration)
> So what? This is a documented behaviour. Only the metadata is
> preserved, the actual data may be lost.
From a user's point of view, this is not acceptable. And this is neither
true for ext3 nor for ReiserFS, which can keep both data and metadata
consistent.
Just take off your filesystem developer's hat, and take the user's hat
on: What's a file worth that sits there, has the correct name, the
correct length, the correct date, no warning sign, and just garbage in?
Nothing! It's worse than having that file deleted, because if it's
deleted, you know it's gone. If it's just tampered, and you don't know it
is, you are toast.
So stay away from filesystems that promise you just "metadata integrity",
because it buys you nothing. Either go full way (data+metadata journaling
or at least ordering), or no way (completely fscking random rubbish in
case of a crash, because then you at least know that it's completely
fscking random rubbish, and you have to dig out your backup).
(
Log in to post comments)