mount.8 (916B)
1 .TH MOUNT 8 ubase-VERSION 2 .SH NAME 3 \fBmount\fR - Mount a filesystem 4 .SH SYNOPSIS 5 \fBmount\fR [\fB-BMRan\fR] [\fB-t\fI fstype\fR] [\fB-o\fI options\fR] [\fIsource\fR] [\fItarget\fR] 6 .SH DESCRIPTION 7 \fBmount\fR attaches the filesystem specified to the filesystem hierarchy. The \fBumount(8)\fR command will detach it again. 8 .SH OPTIONS 9 .TP 10 \fB-B\fR 11 Remount a subtree somewhere else (so that its contents are 12 visible in both places). 13 .TP 14 \fB-M\fR 15 Move a subtree to some other place. 16 .TP 17 \fB-R\fR 18 Remount a subtree and all possible submounts somewhere else (so 19 that its contents are available in both places). 20 .TP 21 \fB-a\fR 22 Mount all filesystems mentioned in /etc/fstab. 23 .TP 24 \fB-n\fR 25 Mount without writing in /etc/mtab. This is the default action. 26 .TP 27 \fB-t\fR 28 Set the filesystem type. 29 .TP 30 \fB-o\fR 31 Specify a comma separated string of filesystem specific options. 32 .SH SEE ALSO 33 mount(2), umount(2), umount(8), swapon(8)