You are not logged in.
Hi,
I got a problem with NFS and sharing the same folder twice. If XBMC is first, my rw share is not accessible and if i mount rw share first in the filesystem, XBMC cant access the ro share. Mounting the rw share after XBMC does not show an error, the dir is just empty.
/etc/fstab on the server:
#shared videos
/media/videos /srv/nfs4/videos_ro none bind 0 0
/media/videos /srv/nfs4/videos_rw none bind 0 0/etc/exports on the server:
# videos
/srv/nfs4/videos_ro *.mydomain(ro,no_subtree_check,all_squash,nohide,insecure)
/srv/nfs4/videos_rw specific.mydomain(rw,no_subtree_check,nohide,no_root_squash)Could this be a problem caused by libnfs from XBMC? I did not find any useful information on the net, so help is appreciated.
Last edited by cameris (2013-12-07 14:28:29)
Offline