I did some reasearch and got an impression that can be done by adding an entry in /etc/fstab. But I don't know what the correct syntax is.
The entries look simple in /etc/fstab.
The blue is the file system and the red is the mount, right? But when I tried the same, the mount did not work.
I am new to HP-UX, and you help is highly appreciated.
The entries look simple in /etc/fstab.
Code:
% cat /etc/fstab
# 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
[COLOR=blue]/dev/vg00/lvol8[/color] [COLOR=red]/var[/color] vxfs delaylog 0 2
The blue is the file system and the red is the mount, right? But when I tried the same, the mount did not work.
I am new to HP-UX, and you help is highly appreciated.