HP-UX System Administrator's Guide: Configuration Management
NOTE: If the directory does exist, its contents will be hidden when you mount
the remote directory, and will not be usable until you unmount it.
4. Add an entry to/etc/fstab so the file system will be automatically mounted at
boot time.
nfs_server:/nfs_server_dir /client_dir nfs options 0 0
For example:
fancy:/opt/adobe /opt/adobe nfs defaults 0 0
5. Mount the remote file system.
The following command forces the system to reread /etc/fstab and mount all
the file systems:
# /usr/sbin/mount -a
Or you can just mount the one file system:
# /usr/sbin/mount /opt/adobe
Configuring the Network File System (NFS) 83