cvs commit: src/sbin/fsck_ffs fsck.h fsck_ffs.8 fsutil.c inode.c main.c

[ Available lists | Index of cvs-all | Month of Apr 2008 | Week of 10 Apr 2008 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Xin LI <delphij@FreeBSD.org>
Date
10 Apr 2008 23:49:23
Subject
cvs commit: src/sbin/fsck_ffs fsck.h fsck_ffs.8 fsutil.c inode.c main.c
Message-ID
200804102349.m3ANnNaN053949@repoman.freebsd.org


[ Hide this part ]
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


Elapsed time: 0.120 seconds