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

操作系统开发

开发平台:

WINDOWS

  1. MOUNT(1)                  Minix Programmer's Manual                   MOUNT(1)
  2. NAME
  3.      mount - mount a file system
  4. SYNOPSIS
  5.      mount special file [-r]
  6. OPTIONS
  7.      -r   File system is mounted read-only
  8. EXAMPLES
  9.      mount /dev/fd1 /user
  10.                          # Mount diskette 1 on /user
  11. DESCRIPTION
  12.      The file system contained on the special file is mounted on file.  In the
  13.      example  above,  the  root directory of the file system in drive 1 can be
  14.      accessed as /user after the mount.  When the file  system  is  no  longer
  15.      needed, it must be unmounted before being removed from the drive.
  16. SEE ALSO
  17.      df(1), mkfs(1), fsck(1), umount(1), mount(2), fstab(5).
  18.                                                                              1