home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Trees / V6 / usr / man / man8 / umount.8 < prev    next >
Encoding:
Text File  |  1975-06-26  |  535 b   |  24 lines

  1. .th UMOUNT VIII 10/31/73
  2. .sh NAME
  3. umount \*- dismount file system
  4. .sh SYNOPSIS
  5. .bd /etc/umount
  6. special
  7. .sh DESCRIPTION
  8. .it Umount
  9. announces to the system that the removable file system previously
  10. mounted on special file
  11. .it special
  12. is to be removed.
  13. .sh "SEE ALSO"
  14. mount (VIII), umount (II), mtab (V)
  15. .sh FILES
  16. /etc/mtab    mounted device table
  17. .sh DIAGNOSTICS
  18. It complains if
  19. the special file is not mounted or if it is busy.
  20. The file system is busy if
  21. there is an open file on it or if
  22. someone has his current directory there.
  23. .sh BUGS
  24.