setmnt(1m)
_________________________________________________________________
setmnt
establish mount table
_________________________________________________________________
SYNTAX
/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) and 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.
DG/UX 4.00 Page 1
Licensed material--property of copyright holder(s)