NFS
Matthew A Coulliette
matthewubuntu at cox.net
Wed Jul 15 07:19:19 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
Where 192.168.0.2 is the IP of the server.
computer responds: access denied by server while mounting.
Thanks for your responses. Any help would be appreciated.
MatthewMPP
More information about the ubuntu-users
mailing list