Here are my personal mount in /etc/fstab for mounting my server to the filesystem on my Desktop and Lapto
First install nsf-common
apt-get install nfs-commonMake the mountpoint on the local filesystem
mkdir /extra
mkdir /home/rob/[HOSTNAME]Add to /etc/fstab
robox:/extra /extra nfs rw,nfsvers=3,hard,intr 0 0