summaryrefslogtreecommitdiffstats
path: root/sbin/mount
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-09-28 15:49:47 +0000
committerobrien <obrien@FreeBSD.org>1999-09-28 15:49:47 +0000
commitef98c07057d64c86516b381c8026e01a3d71f5b4 (patch)
tree26e295cb1027839ea6de96268222b21f54908d5d /sbin/mount
parent123cfe878fae616dcc63174c6db44383b7e031e0 (diff)
downloadFreeBSD-src-ef98c07057d64c86516b381c8026e01a3d71f5b4.zip
FreeBSD-src-ef98c07057d64c86516b381c8026e01a3d71f5b4.tar.gz
Document the "noasync" option.
Diffstat (limited to 'sbin/mount')
-rw-r--r--sbin/mount/mount.83
1 files changed, 3 insertions, 0 deletions
diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8
index e882f88..935816b 100644
--- a/sbin/mount/mount.8
+++ b/sbin/mount/mount.8
@@ -131,6 +131,9 @@ When used with the
flag, this is the same as specifying all the options listed in the
.Xr fstab 5
file for the filesystem.
+.It noasync
+Metadata I/O should be done synchronously, while data I/O should be done
+asynchronously. This is the default.
.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
OpenPOWER on IntegriCloud