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

操作系统开发

开发平台:

C/C++

  1. UMOUNT(1)                 Minix Programmer's Manual                  UMOUNT(1)
  2. NAME
  3.      umount - unmount a mounted file system
  4. SYNOPSIS
  5.      umount special
  6. OPTIONS
  7.      (none)
  8. EXAMPLES
  9.      umount /dev/fd1     # Unmount diskette 1
  10. DESCRIPTION
  11.      A mounted file system is unmounted after the cache has  been  flushed  to
  12.      disk.   A  diskette should never be removed while it is mounted.  If this
  13.      happens, and is discovered  before  another  diskette  is  inserted,  the
  14.      original  one  can  be replaced without harm.  Attempts to unmount a file
  15.      system holding working directories or open files will be rejected with  a
  16.      'device busy' message.
  17. SEE ALSO
  18.      mount(1), umount(2).
  19.                                                                              1