Per Jessen wrote:
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> .
Yes of course it is :-)
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").
I made the above, but have problem now to start my nfs server up: May 21 12:02:47 mail netfs: Mounting NFS filesystems: failed (message from reboot) Gives this: mount 192.168.1.1:/mnt/cdrom /mnt/nfs mount to NFS server '192.168.1.1' failed. And my /etc/fstab nfs line: 192.168.1.1:/mnt/cdrom /mnt/nfs nfs defaults 0 0 Maybe I should give it a try on my 10.1 box now, as it has been set up via CD's :-) Erik