diff options
author | dg <dg@FreeBSD.org> | 1996-09-08 13:28:12 +0000 |
---|---|---|
committer | dg <dg@FreeBSD.org> | 1996-09-08 13:28:12 +0000 |
commit | e27a5690fecfbf627c379af7567d91414d1d784e (patch) | |
tree | 1130aab5b672f88b618c1f32218cc0700cfc5730 /sbin/mount/mount.8 | |
parent | 367da4b2c88a84a2fbed33b09494398382512e00 (diff) | |
download | FreeBSD-src-e27a5690fecfbf627c379af7567d91414d1d784e.zip FreeBSD-src-e27a5690fecfbf627c379af7567d91414d1d784e.tar.gz |
Added description of "noatime" option.
Diffstat (limited to 'sbin/mount/mount.8')
-rw-r--r-- | sbin/mount/mount.8 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8 index 2118ba2..08f2848 100644 --- a/sbin/mount/mount.8 +++ b/sbin/mount/mount.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mount.8 8.7 (Berkeley) 3/27/94 -.\" $Id$ +.\" $Id: mount.8,v 1.10 1996/08/29 18:06:02 wosch Exp $ .\" .Dd March 27, 1994 .Dt MOUNT 8 @@ -114,6 +114,12 @@ The same as forces the revocation of write access when trying to downgrade a filesystem mount status from read-write to read-only. Also forces the R/W mount of an unclean filesystem (dangerous; use with caution). +.It noatime +Do not update the file access time when reading from a file. This option +is useful on filesystems where there are large numbers of files and +performance is more critical than updating the file access time (which is +rarely ever important). This option is currently only supported on local +filesystems. .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 |