Veritas File System 5.0 AdministratorÆs Guide, HP-UX 11i v3, First Edition, May 2008

Example of unmounting a file system
The following are examples of unmounting file systems.
To unmount the file system /dev/vx/dsk/fsvol/vol1
Unmount the file system:
# umount /dev/vx/dsk/fsvol/vol1
To unmount all file systems not required by the system
Unmount the file system mounted at /mnt1:
# vxumount /mnt1
Displaying information on mounted file systems
Use the mount command to display a list of currently mounted file systems.
See the mount(1M) and mount_vxfs(1M) manual pages.
To view the status of mounted file systems
Use the mount command to view the status of mounted file systems:
mount -v
This shows the file system type and mount options for all mounted file systems.
The -v option specifies verbose mode.
Example of displaying information on mounted file systems
The following example shows the result of invoking the mount command without
options.
Quick Reference
Displaying information on mounted file systems
198