cvs commit: src/sbin/fsck_ffs fsck.h fsck_ffs.8 fsutil.c inode.c
main.c
Xin LI
delphij at FreeBSD.org
Thu Apr 10 23:49:23 UTC 2008
delphij 2008-04-10 23:49:23 UTC
FreeBSD src repository
Modified files:
sbin/fsck_ffs fsck.h fsck_ffs.8 fsutil.c inode.c main.c
Log:
Add a new flag, '-C' which enables a special mode that is intended for
catastrophic recovery. Currently, this mode only validates whether a
cylindergroup has good signature data, and prompts the user to decide
whether to clear it as a whole.
This mode is useful when there is data damage on a disk and you are
working on copy of the original disk, as fsck_ffs(8) tends to abnormally
exit in such case, as a last resort to recover data from the disk.
Revision Changes Path
1.38 +2 -0 src/sbin/fsck_ffs/fsck.h
1.35 +22 -2 src/sbin/fsck_ffs/fsck_ffs.8
1.27 +30 -2 src/sbin/fsck_ffs/fsutil.c
1.39 +1 -2 src/sbin/fsck_ffs/inode.c
1.51 +6 -1 src/sbin/fsck_ffs/main.c
More information about the cvs-src
mailing list