Nfs

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

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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)

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