Mount an NFS share
You have a share on another server but do not know how to mount it locally? This command will get you going.
Given an NFS share (/opt/install) on server hotdog, the following command will mount the share to the local filesystem under /mnt:
mount -F nfs hotdog:/opt/install /mnt








