3 mount \- mount a file system
5 \fBmount [\fB\-r\fR] \fIspecial \fIfile\fR
7 \fBmount [\fB\-s\fR] \fIswapfile\fR
20 .FL "\-r" "File system is mounted read-only"
21 .FL "\-s" "Mount swap space"
23 .EX "mount /dev/fd1 /user" "Mount diskette 1 on \fI/user\fP"
26 The file system contained on the special file is mounted on \fIfile\fP.
27 In the example above, the root directory of the file system in drive 1
31 When the file system is no longer needed, it must be unmounted before being
32 removed from the drive.
36 flag a device or file is mounted as swap space.