HP-UX Reference (11i v3 07/02) - 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 Forced unmount. A forced unmount is one which will occur regardless of activity on
the file system. Not supported by all file system types. See file system type specific
man pages for more information. If the file system type man page does not mention
forced unmount, then it is not supported for that file system type.
-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.
-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/disk/disk0
at directory /home:
mount -F hfs /dev/disk/disk0 /home
Unmount the same file system:
umount /dev/disk/disk0
WARNINGS
If you receive a message that says "Can’t send after socket shutdown", contact your system administrator to
make sure the fsdaemon is running properly.
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), fstadm(1M), mount_cachefs(1M), mount_cdfs(1M), mount_hfs(1M), mount_lofs(1M),
mount_nfs(1M), mount_vxfs(1M), mount(2), fstab(4), mnttab(4), fs_wrapper(5), quota(5), disk(7).
STANDARDS CONFORMANCE
mount: SVID3
umount: SVID3
530 Hewlett-Packard Company − 2 − HP-UX 11i Version 3: February 2007