VERITAS File System 4.1 Administrator's Guide

VERITAS File System Quick Reference
Veritas File System Quick Reference
Appendix A 191
Each entry must be on a single line. See the fstab(4) manual page for more information
about the /etc/fstab file format.
Here is a typical fstab file with the new file system on the last line:
# System /etc/fstab file. Static
# information about the file systems
# See fstab(4) and sam(1M) for further
# details on configuring devices.
/dev/vg00/lvol3 / vxfs delaylog 0 1
/dev/vg00/lvol1 /stand hfs defaults 0 1
/dev/vg00/lvol4 /tmp vxfs delaylog 0 2
/dev/vg00/lvol5 /home vxfs delaylog 0 2
/dev/vg00/lvol6 /opt vxfs delaylog 0 2
/dev/vg00/lvol7 /usr vxfs delaylog 0 2
/dev/vg00/lvol8 /var vxfs delaylog 0 2
/dev/vx/dsk/fsvol /ext vxfs delaylog 0 2
Unmounting a File System
Use the umount command to unmount a currently mounted file system.
How to Unmount a File System
To unmount a file system, use the following syntax:
umount special | mount_point
Specify the file system to be unmounted as a mount_point or special (the device on which the
file system resides). See the umount_vxfs(1M) manual page for more information about this
command and its available options.
Example A-3 To unmount the file system /dev/vx/dsk/fsvol/vol1
Enter:
# umount /dev/vx/dsk/fsvol/vol1
Example A-4 To unmount all file systems not required by the system
Enter: