3 M, U \- conveniently mount and unmount
5 \fBM \fIdevice\fR [\fB\-r\fR]\fR
20 .FL "\-r" "Mount read-only"
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"
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.