SETMNT(1M) — UNIX 3.0
NAME
setmnt − establish mnttab table
SYNOPSIS
/etc/setmnt
DESCRIPTION
Setmnt creates the /etc/mnttab table (see mnttab(5)), which is needed for both the mount(1M) and umount(1M) commands. Setmnt reads standard input and creates a mnttab entry for each line. Input lines have the format:
filesys node
where filesys is the name of the file system’s special file (e.g., “rp??”) and node is the root name of that file system. Thus filesys and node become the first two strings in the mnttab(5) entry.
FILES
/etc/mnttab
SEE ALSO
BUGS
Evil things will happen if filesys or node are longer than 10 characters.
Setmnt silently enforces an upper limit on the maximum number of mnttab entries.
May 16, 1980