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.

No comments:

Post a Comment