3 mount \- mount a file system
5 \fBmount [\fB\-r\fR] [\fB\-t \fItype\fR] [\fB\-o \fIoptions\fR] \fIspecial \fIfile\fR
20 # All file systems in /etc/fstab except \/ are mounted. File systems marked 'noauto' are skipped
23 # File system is mounted read-only
32 # Options passed to FS server
35 .B mount /dev/fd1 /user
36 # Mount diskette 1 on \fI/user\fP
38 .B mount \-t procfs none /proc
39 # Mount proc file system on \fI/proc\fP
42 # Mount all file systems listed in /etc/fstab except \/.
45 The file system contained on the special file \fIspecial\fP is mounted on
46 \fIfile\fP. If the value of "\fBnone\fP" is given for \fIspecial\fP,
47 the file system is mounted without a block special device underneath it.
48 In the first example above, the root directory of the file system in drive 1
52 When the file system is no longer needed, it must be unmounted before being
53 removed from the drive.
57 parameter may be used to mount a file system of a type other than the default.
60 flag may be used to pass options to the file system server.
61 The interpretation of these options is up to the server.
63 If \fBmount\fP is invoked without any parameters, it will print the list of
64 currently mounted file systems according to