Maybe btrfs has no fsck,
Maybe btrfs has no fsck,
Posted Jun 18, 2009 11:37 UTC (Thu) by viiru (subscriber, #53129)In reply to: Maybe btrfs has no fsck, by drag
Parent article: What ever happened to chunkfs?
> journalling features of XFS and Reiserfs only protect the filesystem (aka
> metadata) from corruption, it does not help protect your actual data or
> detect problems with your data. For that you need to do fsck for Ext3.
Well. Actually XFS has both the ability to recover from an unclean shutdown without fsck, and a full featured repair tool. Don't be confused by the fact that the fsck.xfs-tool is essentially /bin/true. The repair tool exists, but it goes by the name of xfs_repair.
I've been using XFS on Linux in production on most of my machines for the past six years or so, and have needed to run xfs_repair twice. Haven't lost any files, either.
The "it eats your filez"-reputation of XFS has been greatly exaggerated.
