m.1
来自「Unix操作系统minix 2.0源码」· 1 代码 · 共 60 行
1
60 行
M(1) Minix Programmer's Manual M(1)
NAME
M, U - conveniently mount and unmount
SYNOPSIS
M device [-r]
U device
OPTIONS
-r Mount read-only
EXAMPLES
M root # Mount the RAM image on /root
M 0 # Mount /dev/fd0 on /fd0
U fd1 # Unmount /dev/fd1 from /fd1
DESCRIPTION
M and U allow easy mounting and unmounting of a device by using only an
abbreviated device name or keyword. Special keywords are root, tmp, and
usr for the three hard disk partitions Minix runs in. Floppy devices are
mounted on /fd0 or /fd1. You can use 0 and 1 instead of fd0 and fd1. A
device it doesn't know about is mounted on /mnt.
SEE ALSO
mount(1), umount(1).
1
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?