mntgen 446 B

1234567891011121314151617181920212223242526272829
  1. .TH MNTGEN 4
  2. .SH NAME
  3. mntgen \- automatically generate mount points for file systems
  4. .SH SYNOPSIS
  5. .B mntgen
  6. [
  7. .B -s
  8. .I service
  9. ]
  10. [
  11. .I mnt
  12. ]
  13. .SH DESCRIPTION
  14. .I Mntgen
  15. mounts itself on
  16. .I mnt
  17. (default
  18. .BR /n ),
  19. creating subdirectories on demand as they are accessed.
  20. It is intended to supply mount points automatically.
  21. .PP
  22. The
  23. .B -s
  24. option causes
  25. .I mntgen
  26. to post a 9P service file in
  27. .BI /srv/ service \fR.
  28. .SH SOURCE
  29. .B /sys/src/cmd/mntgen.c