setmnt(1m) DG/UX 4.30 setmnt(1m)
NAME
setmnt - establish mount table
SYNOPSIS
/etc/setmnt
DESCRIPTION
Setmnt creates the /etc/mnttab table (see mnttab(4)), 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:
special filesys
where:
special is the pathname of a special file referring to a
device containing a file system (e.g., /dev/dsk/usr).
filesys is the pathname of the directory where the file
system is currently mounted. These two strings become the
first two strings in the mnttab(4) entry.
To terminate input, type a <CTRL-D>.
FILES
/etc/mnttab
SEE ALSO
mount(1m), mnttab(4).
BUGS
The maximum length of special or filesys is 32 characters.
Licensed material--property of copyright holder(s) Page 1