Download and Install the Components
You need to install the necessary components on the client server.
# sudo apt-get update
# sudo apt-get install nfs-common
Create the Mount Points
# sudo mkdir -p /mnt/nfs
Mount the NFS Share
# sudo mount 1.2.3.4:/nfs-share /mnt/nfs
Automatic NFS Directory Mounting
# sudo vi /etc/fstab
1.2.3.4:/hfs-share /mnt/nfs nfs auto,noatime,nolock 0 0