HP-UX Reference (11i v1 05/09) - 1M System Administration Commands A-M (vol 3)

m
mount_vxfs(1M) mount_vxfs(1M)
umount 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 -F vxfs
is specified, all VxFS file sys-
tems in
/etc/mnttab are unmounted. File systems are not necessarily unmounted in the
order listed in /etc/mnttab .
-F vxfs
Specify the file system type (vxfs
).
-v Verbose mode. Write a message to the standard output indicating which file system is being
unmounted.
-V Echo the completed command line, but do not execute the command. 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 a VxFS file system /dev/dsk/c1t2d0
at directory /home
mount -F vxfs /dev/dsk/c1t2d0 /home
Unmount the same file system:
umount /dev/dsk/c1t2d0
NOTES
Only a privileged user can mount file systems.
Large files (over two gigabytes) are supported on HP-UX 10.20 systems and above.
FILES
/etc/fstab Static information about the file systems
/etc/mnttab Mounted file system table
SEE ALSO
fsadm_vxfs(1M), fsck_vxfs(1M), mkfs_vxfs(1M), mount(1M), mount(2), fsync(2), fstab(4), mnttab(4),
quota(5), vxfsio(7).
STANDARDS CONFORMANCE
mount: SVID3
umount: SVID3
Section 1M524 Hewlett-Packard Company 4 HP-UX 11i Version 1: September 2005