Thursday 4 June 2015

How to mount a network disk/NAS via NFS:

Ensure you have esentials:

  • sudo apt-get install nfs-common, nfs-kernel-server
To mount drive:

  • showmount -e 
  • sudo mount -o soft,intr,rsize=8192,wsize=8192 192.168.0.15:/nfs ~/nfs/

No comments:

Post a Comment