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

操作系统开发

开发平台:

C/C++

  1. .TH UMOUNT 1
  2. .SH NAME
  3. umount - unmount a mounted file system
  4. .SH SYNOPSIS
  5. fBumount fIspecialfR
  6. .br
  7. .de FL
  8. .TP
  9. \fB\$1\fR
  10. \$2
  11. ..
  12. .de EX
  13. .TP 20
  14. \fB\$1\fR
  15. # \$2
  16. ..
  17. .SH OPTIONS
  18. (none)
  19. .SH EXAMPLES
  20. .EX "umount /dev/fd1" "Unmount diskette 1"
  21. .SH DESCRIPTION
  22. .PP
  23. A mounted file system is unmounted after the cache has been flushed to disk.
  24. A diskette should never be removed while it is mounted.
  25. If this happens, and is discovered before another diskette is inserted, the
  26. original one can be replaced without harm.
  27. Attempts to unmount a file system holding working directories or open files
  28. will be rejected with a &'device busy&' message.
  29. .SH "SEE ALSO"
  30. .BR mount (1),
  31. .BR umount (2).