]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
mount: update info about check= mount option
authorKarel Zak <kzak@redhat.com>
Tue, 10 Jan 2012 13:01:17 +0000 (14:01 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 10 Jan 2012 13:01:17 +0000 (14:01 +0100)
Addresses: http://bugzilla.redhat.com/show_bug.cgi?id=770172
Signed-off-by: Karel Zak <kzak@redhat.com>
mount/mount.8

index fc352b57928d59cd13bbd60508b44d65a0319e23..2c4f6364fbae7756a932a3e199448d73eb71da5c 100644 (file)
@@ -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.