Line | |
---|
1 | .TH M 1
|
---|
2 | .SH NAME
|
---|
3 | M, U \- conveniently mount and unmount
|
---|
4 | .SH SYNOPSIS
|
---|
5 | \fBM \fIdevice\fR [\fB\-r\fR]\fR
|
---|
6 | .br
|
---|
7 | \fBU \fIdevice\fR\fR
|
---|
8 | .br
|
---|
9 | .de FL
|
---|
10 | .TP
|
---|
11 | \\fB\\$1\\fR
|
---|
12 | \\$2
|
---|
13 | ..
|
---|
14 | .de EX
|
---|
15 | .TP 20
|
---|
16 | \\fB\\$1\\fR
|
---|
17 | # \\$2
|
---|
18 | ..
|
---|
19 | .SH OPTIONS
|
---|
20 | .FL "\-r" "Mount read-only"
|
---|
21 | .SH EXAMPLES
|
---|
22 | .EX "M root" "Mount the RAM image on /root"
|
---|
23 | .EX "M 0" "Mount /dev/fd0 on /fd0"
|
---|
24 | .EX "U fd1" "Unmount /dev/fd1 from /fd1"
|
---|
25 | .SH DESCRIPTION
|
---|
26 | .PP
|
---|
27 | \fIM\fR and \fIU\fR allow easy mounting and unmounting of a device by using
|
---|
28 | only an abbreviated device name or keyword. Special keywords are
|
---|
29 | \fBroot\fR, \fBtmp\fR, and \fBusr\fR for the three hard disk partitions
|
---|
30 | MINIX 3 runs in. Floppy devices are mounted on \fB/fd0\fR or \fB/fd1\fR. You
|
---|
31 | can use \fB0\fR and \fB1\fR instead of \fBfd0\fR and \fBfd1\fP. A device it
|
---|
32 | doesn't know about is mounted on \fB/mnt\fR.
|
---|
33 | .SH "SEE ALSO"
|
---|
34 | .BR mount (1),
|
---|
35 | .BR umount (1).
|
---|
Note:
See
TracBrowser
for help on using the repository browser.