2005-05-02 15:01:42 +02:00
|
|
|
.TH M 1
|
|
|
|
.SH NAME
|
|
|
|
M, U \- conveniently mount and unmount
|
|
|
|
.SH SYNOPSIS
|
|
|
|
\fBM \fIdevice\fR [\fB\-r\fR]\fR
|
|
|
|
.br
|
|
|
|
\fBU \fIdevice\fR\fR
|
|
|
|
.br
|
|
|
|
.de FL
|
|
|
|
.TP
|
|
|
|
\\fB\\$1\\fR
|
|
|
|
\\$2
|
|
|
|
..
|
|
|
|
.de EX
|
|
|
|
.TP 20
|
|
|
|
\\fB\\$1\\fR
|
|
|
|
# \\$2
|
|
|
|
..
|
|
|
|
.SH OPTIONS
|
|
|
|
.FL "\-r" "Mount read-only"
|
|
|
|
.SH EXAMPLES
|
|
|
|
.EX "M root" "Mount the RAM image on /root"
|
|
|
|
.EX "M 0" "Mount /dev/fd0 on /fd0"
|
|
|
|
.EX "U fd1" "Unmount /dev/fd1 from /fd1"
|
|
|
|
.SH DESCRIPTION
|
|
|
|
.PP
|
|
|
|
\fIM\fR and \fIU\fR allow easy mounting and unmounting of a device by using
|
|
|
|
only an abbreviated device name or keyword. Special keywords are
|
|
|
|
\fBroot\fR, \fBtmp\fR, and \fBusr\fR for the three hard disk partitions
|
2005-08-22 14:56:02 +02:00
|
|
|
MINIX 3 runs in. Floppy devices are mounted on \fB/fd0\fR or \fB/fd1\fR. You
|
2005-05-02 15:01:42 +02:00
|
|
|
can use \fB0\fR and \fB1\fR instead of \fBfd0\fR and \fBfd1\fP. A device it
|
|
|
|
doesn't know about is mounted on \fB/mnt\fR.
|
|
|
|
.SH "SEE ALSO"
|
|
|
|
.BR mount (1),
|
|
|
|
.BR umount (1).
|