From: Karel Zak Date: Tue, 10 Jan 2012 13:01:17 +0000 (+0100) Subject: mount: update info about check= mount option X-Git-Tag: v2.21-rc1~64 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c6238085a12baa45d7270e73a181c20b81586bee;p=thirdparty%2Futil-linux.git mount: update info about check= mount option Addresses: http://bugzilla.redhat.com/show_bug.cgi?id=770172 Signed-off-by: Karel Zak --- diff --git a/mount/mount.8 b/mount/mount.8 index fc352b5792..2c4f6364fb 100644 --- a/mount/mount.8 +++ b/mount/mount.8 @@ -1262,11 +1262,13 @@ to the options given in .IR /etc/fstab .) .TP -.BR check= { none | nocheck } +.BR check=none " or " nocheck No checking is done at mount time. This is the default. This is fast. It is wise to invoke .BR e2fsck (8) -every now and then, e.g. at boot time. +every now and then, e.g. at boot time. The non-default behavior is unssuported +(check=normal and check=strict options have been removed). Note that these mount options +don't have to be supported if ext4 kernel driver is used for ext2 and ext3 filesystems. .TP .B debug Print debugging info upon each (re)mount.