xref: /plan9/sys/man/4/mntgen (revision 7bf8842999c76030b16f696e85f8850b07b4f350)
MNTGEN 4
NAME
mntgen - automatically generate mount points for file systems
SYNOPSIS
mntgen [ -s service ] [ mnt ]
DESCRIPTION
Mntgen mounts itself on mnt (default /n ) after the current contents, creating subdirectories on demand as they are accessed. It is intended to supply mount points automatically.

The -s option causes mntgen to post a 9P service file in /srv/ service .

SOURCE
/sys/src/cmd/mntgen.c