diff options
author | kato <kato@FreeBSD.org> | 1997-09-27 13:44:17 +0000 |
---|---|---|
committer | kato <kato@FreeBSD.org> | 1997-09-27 13:44:17 +0000 |
commit | 54f0e5ef9d52ea266e68426ac3ee07012a5101e7 (patch) | |
tree | bc8b118f824070b9e164f37186c9ed50ac5e927f /sbin/mount/mount.8 | |
parent | 0ec680f86ffdbbc6aa4708df8c39b158fafe11f7 (diff) | |
download | FreeBSD-src-54f0e5ef9d52ea266e68426ac3ee07012a5101e7.zip FreeBSD-src-54f0e5ef9d52ea266e68426ac3ee07012a5101e7.tar.gz |
Add noclusterr and noclusterw options. The noclusterr and noclusterw
disable clustered read and write, respectively.
Reviewed by: bde
Diffstat (limited to 'sbin/mount/mount.8')
-rw-r--r-- | sbin/mount/mount.8 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8 index 4468340..bda4ad1 100644 --- a/sbin/mount/mount.8 +++ b/sbin/mount/mount.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mount.8 8.8 (Berkeley) 6/16/94 -.\" $Id: mount.8,v 1.17 1997/08/24 17:51:12 joerg Exp $ +.\" $Id: mount.8,v 1.18 1997/08/24 21:02:48 steve Exp $ .\" .Dd June 16, 1994 .Dt MOUNT 8 @@ -128,6 +128,10 @@ filesystems. This filesystem should be skipped when mount is run with the .Fl a flag. +.It noclusterr +Disable read clustering. +.It noclusterw +Disable write clustering. .It nodev Do not interpret character or block special devices on the file system. This option is useful for a server that has file systems containing |