Mount an NFS share
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
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