Re: Renaming lost+found

Stephen C. Tweedie (sct@redhat.com)
Sat, 27 Jan 2001 20:43:24 +0000


Hi,

On Fri, Jan 26, 2001 at 06:05:54PM -0200, Rodrigo Barbosa (aka morcego) wrote:
>
> I think JFS indeed doesn't have it. And ReiserFS doesn't too. This
> should be common place for journaling filesystems.

No, it's nothing to do with journaling or not. Even journaling
filesystems can suffer IO errors or corrupt disk blocks, and any case
where you have a file whose name has been lost due to such corruption
needs to be dealt with by the fsck tool. Traditionally, fsck puts
such files into lost+found, and in the presence of data corruption, it
will still need to do so even with a journaling filesystem.

ext3 uses lost+found in exactly the same way as ext2 for this reason.

Cheers,
Stephen
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/