21 May
2006
21 May
'06
09:11
Erik Jakobsen wrote:
Per Jessen wrote:
Check that you've allowed NFS-mount of that directory by the right host(s) - /etc/exports on the NFS-server machine.
The /etc/exports file is absolute clean. Nothing at all written there.
/Erik
OK, that's why you get "no permission" when you try to NFS-mount <something> . Whatever it is you want to NFS-mount, must be "exported" from the server. You do this by editing /etc/exports and adding a line like: /mnt/cdrom 192.168.0.0/16(ro,sync) Then restart your nfs-server ("rcnfsserver restart"). /Per Jessen, Zürich