summaryrefslogtreecommitdiffstats
path: root/sbin/mount_ifs/mount.8
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/mount_ifs/mount.8')
-rw-r--r--sbin/mount_ifs/mount.820
1 files changed, 13 insertions, 7 deletions
diff --git a/sbin/mount_ifs/mount.8 b/sbin/mount_ifs/mount.8
index 2961cc1..f0fd0ac 100644
--- a/sbin/mount_ifs/mount.8
+++ b/sbin/mount_ifs/mount.8
@@ -29,10 +29,10 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" @(#)mount.8 8.7 (Berkeley) 3/27/94
-.\" $Id$
+.\" @(#)mount.8 8.8 (Berkeley) 6/16/94
+.\" $Id: mount.8,v 1.14 1997/02/22 14:32:43 peter Exp $
.\"
-.Dd March 27, 1994
+.Dd June 16, 1994
.Dt MOUNT 8
.Os BSD 4
.Sh NAME
@@ -76,10 +76,12 @@ this list is printed.
The options are as follows:
.Bl -tag -width indent
.It Fl a
-Causes all filesystems listed in
-.Pa /etc/fstab
-(except those with the ``noauto'' option) to be mounted. This is normally
-done during system startup.
+All the filesystems described in
+.Xr fstab 5
+are mounted.
+Exceptions are those marked as ``noauto'' or are excluded by the
+.Fl t
+flag (see below).
.It Fl d
Causes everything to be done except for the actual system call.
This option is useful in conjunction with the
@@ -120,6 +122,10 @@ 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 noauto
+This filesystem should be skipped when mount is run with the
+.Fl a
+flag.
.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
OpenPOWER on IntegriCloud