summaryrefslogtreecommitdiffstats
path: root/mount/mount.8
diff options
context:
space:
mode:
authorKarel Zak2006-12-07 00:27:13 +0100
committerKarel Zak2006-12-07 00:27:13 +0100
commitcf6d7faebb6f6989dbf4bac25081e50eafb640ee (patch)
tree8353e2919ea0146d61e5cdcb76200d1e8929b1af /mount/mount.8
parentImported from util-linux-2.13-pre5 tarball. (diff)
downloadkernel-qcow2-util-linux-cf6d7faebb6f6989dbf4bac25081e50eafb640ee.tar.gz
kernel-qcow2-util-linux-cf6d7faebb6f6989dbf4bac25081e50eafb640ee.tar.xz
kernel-qcow2-util-linux-cf6d7faebb6f6989dbf4bac25081e50eafb640ee.zip
Imported from util-linux-2.13-pre6 tarball.
Diffstat (limited to 'mount/mount.8')
-rw-r--r--mount/mount.814
1 files changed, 0 insertions, 14 deletions
diff --git a/mount/mount.8 b/mount/mount.8
index 736cd6e78..4b226df88 100644
--- a/mount/mount.8
+++ b/mount/mount.8
@@ -818,20 +818,6 @@ to the options given in
.IR /etc/fstab .)
.TP
-.\" Before Linux 2.3.99-pre3:
-.\" .BR check " / " check=normal " / " check=strict
-.\" Set checking level. When at least one of these options is set (and
-.\" .B check=normal
-.\" is set by default) the inodes and blocks bitmaps are checked upon mount
-.\" (which can take half a minute or so on a big disk, and is rather useless).
-.\" With strict checking, block deallocation checks that the block to free
-.\" is in the data zone.
-.\" Since 2.3.99-pre3 but before 2.6.0-test7 every string check=foo
-.\" was equivalent to just check. Since 2.6.0-test7 only check is accepted.
-.BR check
-Check filesystem (block and inode bitmaps) at mount time.
-.\" requires CONFIG_EXT2_CHECK
-.TP
.BR check=none " / " nocheck
No checking is done at mount time. This is the default. This is fast.
It is wise to invoke