Veritas File System 4.1 Administrator's Guide (HP-UX 11i v3, February 2007)
VERITAS File System Quick Reference
Veritas File System Quick Reference
Appendix A174
• fsckptadm(1M)
• mount(1M)
• mount_vxfs(1M)
Example A-2 To mount the file system /dev/vx/dsk/fsvol/vol1 on the /ext directory with
read/write access and delayed logging
Enter:
# mount -F vxfs -o delaylog /dev/vx/dsk/fsvol/vol1 /ext
How to Edit the fstab File
You can edit the /etc/fstab file to automatically mount a file system at boot time. You must specify:
• the special block device name to mount
• the mount point
• the file system type (vxfs)
• the mount options
• the backup frequency
• which fsck pass looks at the file system
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