Date: Thu, 10 Apr 2008 23:49:23 +0000 (UTC) From: Xin LI <delphij@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org 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>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804102349.m3ANnNaN053949>