mntgen 473 B

123456789101112131415161718192021222324252627282930
  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. after the current contents,
  20. creating subdirectories on demand as they are accessed.
  21. It is intended to supply mount points automatically.
  22. .PP
  23. The
  24. .B -s
  25. option causes
  26. .I mntgen
  27. to post a 9P service file in
  28. .BI /srv/ service \fR.
  29. .SH SOURCE
  30. .B /sys/src/cmd/mntgen.c