NFS

Matthew A Coulliette matthewmpp at cox.net
Wed Jul 15 06:56:54 UTC 2009


hi all,

I am trying to setup NFS on my home network.

I have installed nfs on the server:
sudo apt-get install nfs-kernel-server nfs-common portmap.

In /etc/exports I added the following line:
/users/data/fileshare 192.168.0.3(rw,sync,no_root_squash)
Where 192.168.0.3 is the IP of the client computer.


I have installed the following on the client computer:
sudo apt-get install portmap nfs-common

Next, I made the dir on the client:
sudo mkdir /home/fileshare

Here is where I get stuck:
sudo mount 192.168.0.2:/users/data/fileshare /home/fileshare
computer responds: access denied by server while mounting
192.168.0.2:/users...etc.

Thanks for your responses. Any help would be appreciated.
MatthewMPP




More information about the ubuntu-users mailing list