VERITAS File SystemÖ 3.5 (HP OnlineJFS/JFS3.5) AdministratorÆs Guide (December 2002)
Appendix A
VERITAS File System Quick Reference
Mounting a File System
99
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
/dev/vx/dsk/fsvol/ext vxfs delaylog 0 2