M.1
资源名称:os_source.zip [点击查看]
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:1k
源码类别:
操作系统开发
开发平台:
C/C++
- .TH M 1
- .SH NAME
- M, U - conveniently mount and unmount
- .SH SYNOPSIS
- fBM fIdevicefR [fB-rfR]fR
- .br
- fBU fIdevicefRfR
- .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
- fIMfR and fIUfR allow easy mounting and unmounting of a device by using
- only an abbreviated device name or keyword. Special keywords are
- fBrootfR, fBtmpfR, and fBusrfR for the three hard disk partitions
- Minix runs in. Floppy devices are mounted on fB/fd0fR or fB/fd1fR. You
- can use fB0fR and fB1fR instead of fBfd0fR and fBfd1fP. A device it
- doesn't know about is mounted on fB/mntfR.
- .SH "SEE ALSO"
- .BR mount (1),
- .BR umount (1).