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@xxxxxxxxxxxxx Gatekeeper, NetHeaven, Saratoga Springs, NY -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines