From 2feef020b355ece983a669243a95d099367b171c Mon Sep 17 00:00:00 2001 From: peter Date: Tue, 11 Mar 1997 12:28:00 +0000 Subject: Merge from Lite2 - use new getvfsbyname() interface and mount(2) interface **DANGER WILL ROBINSON!!** You must be running a -current kernel from within a week or so in order for this to work! --- sbin/mount/mount.8 | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) (limited to 'sbin/mount/mount.8') diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8 index 2961cc1..f0fd0ac 100644 --- a/sbin/mount/mount.8 +++ b/sbin/mount/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 -- cgit v1.1