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

  1. .th MOUNT VIII  10/31/73
  2. .sh NAME
  3. mount \*- mount file system
  4. .sh SYNOPSIS
  5. .bd /etc/mount
  6. special file [
  7. .bd \*-r
  8. ]
  9. .sh DESCRIPTION
  10. .it Mount
  11. announces to the system that a removable file system
  12. is present on the device corresponding to special
  13. file
  14. .it special
  15. (which must refer to a disk or possibly DECtape).
  16. The
  17. .it file
  18. must exist already; it
  19. becomes the name of the root of the newly mounted
  20. file system.
  21. .s3
  22. .it Mount
  23. maintains a table of mounted devices;
  24. if invoked without an argument it prints the table.
  25. .s3
  26. The optional last argument indicates that the file
  27. is to be mounted read-only.
  28. Physically write-protected and magnetic tape file
  29. systems must be mounted in this way
  30. or errors will occur when access times are updated,
  31. whether or not any explicit write is attempted.
  32. .sh "SEE ALSO"
  33. mount (II),
  34. mtab (V),
  35. umount (VIII)
  36. .sh BUGS
  37. Mounting file systems full of garbage will crash the system.
  38.