You are not logged in.

#1 2013-12-07 14:27:11

cameris
Member
Registered: 2009-12-14
Posts: 5

NFS problem - share same dir ro for XBMC and rw share

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

Board footer

Powered by FluxBB