SETMNT(1M)
NAME
setmnt − establish mount table mnttab
SYNOPSIS
/etc/setmnt
HP-UX COMPATIBILITY
Level: HP-UX/NUCLEUS
Origin: System V
Remarks: Not supported on the Integral PC.
DESCRIPTION
Setmnt creates the /etc/mnttab table (see mnttab(5)), which is needed for both the mount(1M) and umount 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., “dsk/?s?”) 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
Filesys and node are truncated to MNTLEN bytes. The minimum value for MNTLEN is 32.
Setmnt silently enforces an upper limit on the maximum number of mnttab entries.
It is unwise to use setmnt to create false entries for mount(1) and umount(1).
Hewlett-Packard — last mod. May 11, 2021