Showing posts with label NFS client. Show all posts
Showing posts with label NFS client. Show all posts

Thursday, July 29, 2010

Install NFS Client and Mount NFS Share

A quick and simple reminder for how to install the components necessary for NFS on the client:

sudo aptitude install portmap nfs-common

Then to mount, simply:

sudo mount -t nfs IP:/mnt/path /local/path

That's it.