|
Date: 2/19/2009 |
|
|
|
Create the export filesytem on the NFS server (the node machine):
Create and mount the real users directory with /export/users :
In /etc/default/nfs-kernel-server we set:
In /etc/default/nfs-common on both the server and the client
Restart /etc/init.d/nfs-common on both the server and the client:
Export the directories on the server: in /etc/exports, put
On the client, create a mounting point and mount the directory from the NFSv4 server:
Check the file system types
Notice that directories users and software appear under /home/NFSv4
References:NFSv4Howto on Ubuntu
|
|