m.1

来自「Unix操作系统minix 2.0源码」· 1 代码 · 共 36 行

1
36
字号
.TH M 1.SH NAMEM, 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 usingonly an abbreviated device name or keyword.  Special keywords are\fBroot\fR, \fBtmp\fR, and \fBusr\fR for the three hard disk partitionsMinix runs in.  Floppy devices are mounted on \fB/fd0\fR or \fB/fd1\fR.  Youcan use \fB0\fR and \fB1\fR instead of \fBfd0\fR and \fBfd1\fP.  A device itdoesn't know about is mounted on \fB/mnt\fR..SH "SEE ALSO".BR mount (1),.BR umount (1).

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?