Mount an NFS share


/ Published in: Bash
Save to your folder(s)

Mounts an NFS share


Copy this code and paste it in your HTML
  1. sudo apt-get install portmap nfs-common
  2.  
  3. sudo mount server:network/location /home/me/myshare
  4.  
  5. You may have to restart portmap and nfs-common:
  6.  
  7. sudo /etc/init.d/portmap restart
  8. sudo /etc/init.d/nfs-common restart

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.