From 534e0080aed73daf951179e72503a738bbb8d79f Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Tue, 28 Sep 1999 15:49:47 +0000 Subject: [PATCH] Document the "noasync" option. --- sbin/mount/mount.8 | 3 +++ sbin/mount_ifs/mount.8 | 3 +++ 2 files changed, 6 insertions(+) diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8 index e882f88a7bca..935816b092ed 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 diff --git a/sbin/mount_ifs/mount.8 b/sbin/mount_ifs/mount.8 index e882f88a7bca..935816b092ed 100644 --- a/sbin/mount_ifs/mount.8 +++ b/sbin/mount_ifs/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