Return to Snippet

Revision: 9419
at November 5, 2008 09:16 by sanjivarunsahayamhotmailcom


Initial Code
sudo apt-get install portmap nfs-common

sudo mount server:network/location /home/me/myshare

You may have to restart portmap and nfs-common:

sudo /etc/init.d/portmap restart
sudo /etc/init.d/nfs-common restart

Initial URL


Initial Description
Mounts an NFS share

Initial Title
Mount an NFS share

Initial Tags


Initial Language
Bash