Nfs

From Attie's Wiki
Revision as of 00:42, 11 April 2010 by Attie (Talk | contribs)

Jump to: navigation, search

Sharing folders with NFS!

On the server do the following:

$ nano /etc/exports

and add the following line (with changes):

/home/attie   192.168.0.2(rw)

multiple hosts can be specified with the ip/xx notation or with a space between hosts

Then on the client do this:

$ nano /etc/fstab

add the following line (again with changes):

server:/home/attie   /home/attie/remotepc    nfs    noauto,user    0 0

and then mount the share:

$ mount /home/attie/remotepc
Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox