M.1
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:1k
源码类别:

操作系统开发

开发平台:

C/C++

  1. .TH M 1
  2. .SH NAME
  3. M, U - conveniently mount and unmount
  4. .SH SYNOPSIS
  5. fBM fIdevicefR [fB-rfR]fR
  6. .br
  7. fBU fIdevicefRfR
  8. .br
  9. .de FL
  10. .TP
  11. \fB\$1\fR
  12. \$2
  13. ..
  14. .de EX
  15. .TP 20
  16. \fB\$1\fR
  17. # \$2
  18. ..
  19. .SH OPTIONS
  20. .FL "-r" "Mount read-only"
  21. .SH EXAMPLES
  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"
  25. .SH DESCRIPTION
  26. .PP
  27. fIMfR and fIUfR allow easy mounting and unmounting of a device by using
  28. only an abbreviated device name or keyword.  Special keywords are
  29. fBrootfR, fBtmpfR, and fBusrfR for the three hard disk partitions
  30. Minix runs in.  Floppy devices are mounted on fB/fd0fR or fB/fd1fR.  You
  31. can use fB0fR and fB1fR instead of fBfd0fR and fBfd1fP.  A device it
  32. doesn't know about is mounted on fB/mntfR.
  33. .SH "SEE ALSO"
  34. .BR mount (1),
  35. .BR umount (1).