Date: Wed, 31 Jul 2013 04:51:13 +0000 (UTC) From: Scott Long <scottl@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r253828 - head/sbin/fsck_ffs Message-ID: <201307310451.r6V4pDbG010582@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: scottl Date: Wed Jul 31 04:51:12 2013 New Revision: 253828 URL: http://svnweb.freebsd.org/changeset/base/253828 Log: Document the -S flag to fsck_ffs Obtained from: Netflix Modified: head/sbin/fsck_ffs/fsck_ffs.8 Modified: head/sbin/fsck_ffs/fsck_ffs.8 ============================================================================== --- head/sbin/fsck_ffs/fsck_ffs.8 Wed Jul 31 02:13:18 2013 (r253827) +++ head/sbin/fsck_ffs/fsck_ffs.8 Wed Jul 31 04:51:12 2013 (r253828) @@ -29,7 +29,7 @@ .\" @(#)fsck.8 8.4 (Berkeley) 5/9/95 .\" $FreeBSD$ .\" -.Dd February 10, 2012 +.Dd July 30, 2013 .Dt FSCK_FFS 8 .Os .Sh NAME @@ -275,6 +275,11 @@ and frees up space that can allocated to The .Fl r option is ignored when running in preen mode. +.It Fl S +Surrender on error. +With this flag enabled, a hard error returned on disk i/o will cause +.Nm +to abort instead of continuing on and possibly tripping over more i/o errors. .It Fl y Assume a yes response to all questions asked by .Nm ;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307310451.r6V4pDbG010582>