HP-UX Reference (11i v1 05/09) - 1M System Administration Commands A-M (vol 3)
m
mount(1M) mount(1M)
-V Echo the completed command line, but perform no other action. The command line is
generated by incorporating the user-specified options and other information derived
from /etc/fstab . This option allows the user to verify the command line.
Options (umount)
The umount command recognizes the following options:
-a Attempt to unmount all file systems described in
/etc/mnttab . All optional fields
in
/etc/mnttab must be included and supported. If FStype is specified, all file sys-
tems in
/etc/mnttab with that FStype are unmounted. File systems are not
necessarily unmounted in the order listed in
/etc/mnttab .
-F FStype Specify FStype, the file system type on which to operate. If this option is not included
on the command line, then it is determined from
/etc/mnttab by matching special
with an entry in that file. If no match is found, the command fails.
-s Safe performance mode. To improve performance, a system wide sync(2) will not be
issued.
-v Verbose mode. Write a message to standard output indicating which file system is
being unmounted.
-V Echo the completed command line, but perform no other action. The command line is
generated by incorporating the user-specified options and other information derived
from
/etc/fstab . This option allows the user to verify the command line.
EXAMPLES
List the file systems currently mounted:
mount
Mount the HFS file system /dev/dsk/c1t2d0
at directory /home:
mount -F hfs /dev/dsk/c1t2d0 /home
Unmount the same file system:
umount /dev/dsk/c1t2d0
AUTHOR
mount was developed by HP, AT&T, the University of California, Berkeley, and Sun Microsystems.
FILES
/etc/fstab Static information about the systems
/etc/mnttab Mounted file system table
SEE ALSO
fsadm(1M), mount_cachefs(1M), mount_cdfs(1M), mount_hfs(1M), mount_lofs(1M), mount_nfs(1M),
mount_vxfs(1M), setmnt(1M), mount(2), fstab(4), mnttab(4), fs_wrapper(5), quota(5).
STANDARDS CONFORMANCE
mount: SVID3
umount: SVID3
Section 1M−−508 Hewlett-Packard Company − 2 − HP-UX 11i Version 1: September 2005