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
Add New Comment
Thanks. Your comment is awaiting approval by a moderator.
Do you already have an account? Log in and claim this comment.
Add New Comment