Can't solve problem with NFS-server access

Dick St. Peters stpeters at NetHeaven.com
Mon Nov 29 21:44:39 UTC 2010


Alan Holt writes:
> in /etc/exports
> /home/user/temp 192.168.100/255.255.255.0(ro)
> 
> I'm not sure, that I have to write in /etc/hosts.allow and /etc/hosts.deny
> >From the client side I do:
> # sudo mount.nfs 192.168.1.101:/home/booch/Temp /home/booch/data/
> 
> And I have got thos error:
> mount.nfs: access denied by server while mounting 192.168.1.101:
> /home/booch/Temp

Given that you exported read-only, try mounting read-only:

sudo mount.nfs -r 192.168.1.101:/home/booch/Temp /home/booch/data/

--
Dick St. Peters, stpeters at NetHeaven.com 
Gatekeeper, NetHeaven, Saratoga Springs, NY


More information about the users mailing list