From c6238085a12baa45d7270e73a181c20b81586bee Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Tue, 10 Jan 2012 14:01:17 +0100 Subject: [PATCH] mount: update info about check= mount option Addresses: http://bugzilla.redhat.com/show_bug.cgi?id=770172 Signed-off-by: Karel Zak --- mount/mount.8 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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. -- 2.47.3