Nfs

From Attie's Wiki
(Difference between revisions)
Jump to: navigation, search
m
m (Redirected page to Ubuntu server 12.04/nfs)
 
Line 1: Line 1:
 +
#redirect [[Ubuntu_server_12.04/nfs]]
 
Sharing folders with NFS!
 
Sharing folders with NFS!
  

Latest revision as of 12:33, 16 December 2014

  1. redirect Ubuntu_server_12.04/nfs

Sharing folders with NFS!

Mounting an NFS share as the root filesystem

Server

$ nano /etc/exports

and add the following line (with changes):

/home/attie   192.168.0.2(rw)
Note: multiple hosts can be specified with the 192.168.0.0/24 notation or with a space between hosts

and restart NFS:

$ /etc/init.d/nfs restart

Client

$ 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