How to mount remote folder with NFS
ON server side install NFS server apt-get install nfs-kernel-server
Create file with NFS shares folderstouch /etc/exports
Add folder you want to share in it/var/nfs-export *(rw,sync,no_subtree_check,no_root_squash)