NFS

Mario Guenterberg mg at poolbyte.de
Wed Jul 15 11:35:37 UTC 2009


On Mi, Jul 15, 2009 at 12:19:19 -0700, Matthew A Coulliette wrote:
> 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

Try to run sudo /etc/init.d/nfs-kernel.server restart after editing
the /etc/exports file, and on the client side use 
sudo mount -t nfs 192.168.0.2:/users/xxxx

Greetings
Mario

-- 
-----BEGIN GEEK CODE BLOCK-----
Version: 3.12
GCS/CM d- s++: a+ C++++>$ UBL*++++$ P++ L+++ E--- W+++ N+ o-- K- w O- M-
V-- PS++ PE++ Y PGP+++ t--- 5 X++++ R++ tv- b+++ DI D++++  G++ e* h----
r+++ y++++
------END GEEK CODE BLOCK------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 197 bytes
Desc: Digital signature
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20090715/c63b1f14/attachment.sig>


More information about the ubuntu-users mailing list