M.1
上传用户:jnzhq888
上传日期:2007-01-18
资源大小:51694k
文件大小:1k
源码类别:

操作系统开发

开发平台:

WINDOWS

  1. M(1)                      Minix Programmer's Manual                       M(1)
  2. NAME
  3.      M, U - conveniently mount and unmount
  4. SYNOPSIS
  5.      M device [-r]
  6.      U device
  7. OPTIONS
  8.      -r   Mount read-only
  9. EXAMPLES
  10.      M root              # Mount the RAM image on /root
  11.      M 0                 # Mount /dev/fd0 on /fd0
  12.      U fd1               # Unmount /dev/fd1 from /fd1
  13. DESCRIPTION
  14.      M and U allow easy mounting and unmounting of a device by using  only  an
  15.      abbreviated  device name or keyword.  Special keywords are root, tmp, and
  16.      usr for the three hard disk partitions Minix runs in.  Floppy devices are
  17.      mounted  on /fd0 or /fd1.  You can use 0 and 1 instead of fd0 and fd1.  A
  18.      device it doesn't know about is mounted on /mnt.
  19. SEE ALSO
  20.      mount(1), umount(1).
  21.                                                                              1