Hi everyone.
I've set up two NFS shares and activated the NFS server. everything seems to be okay except that I can't mount those shares.
I read every thread or so on the subject but nothing panned out.
The problem seems to be that the shares are not registered by the NAS as "exports". showmount -e {NAS ip} does not show anything, and xbmc sees the NAS as a NFS server but does not find any share...
I'm so fed up... please help. thanks.
on the server side, I get this:
ar 25 13:59:06 NFS client not be allowed to mount the directory.IP = 192.168.1.101 , Directory = /mnt/HD/HD_b2/DropBox
on the client's side, this:
sudo mount -v -o rsize=8192,wsize=8192 -t nfs 192.168.1.13:/mnt/HD/HD_b2/DropBox /media/Volume_2
mount.nfs: timeout set for Mon Mar 25 18:01:11 2013
mount.nfs: trying text-based options 'rsize=8192,wsize=8192,vers=4,addr=192.168.1.13,clientaddr=192.168.1.101'
mount.nfs: mount(2): Protocol not supported
mount.nfs: trying text-based options 'rsize=8192,wsize=8192,addr=192.168.1.13'
mount.nfs: prog 100003, trying vers=3, prot=6
mount.nfs: trying 192.168.1.13 prog 100003 vers 3 prot TCP port 2049
mount.nfs: prog 100005, trying vers=3, prot=17
mount.nfs: trying 192.168.1.13 prog 100005 vers 3 prot UDP port 34884
mount.nfs: mount(2): Permission denied
mount.nfs: access denied by server while mounting 192.168.1.13:/mnt/HD/HD_b2/DropBox