Solved NFS Sub folders inaccessible
#1
Followed the wiki for qNap, slightly different screenshots but got there.

From Kodi I can browse, see the IP of my qNap and see a whole bunch of folders below but then can't get into the folders.
I'm sure it's just a permissions thing but where, any ideas?

/etc/exports
"/share/CACHEDEV1_DATA/Kodi" 192.168.1.159(ro,async,no_subtree_check,insecure,no_root_squash)
"/share/NFSv=4" *(no_subtree_check,no_root_squash,insecure,fsid=0)
"/share/NFSv=4/Kodi" 192.168.1.159(ro,nohide,async,no_subtree_check,insecure,no_root_squash)
"/share/CACHEDEV1_DATA/Public" *(rw,async,no_subtree_check,insecure,no_root_squash)
"/share/NFSv=4/Public" *(rw,nohide,async,no_subtree_check,insecure,no_root_squash)

/etc/config/nfssetting
[Global]
Version = 4.3.4

[Access]
/share/CACHEDEV1_DATA/Public = TRUE
/share/CACHEDEV1_DATA/Kodi = TRUE

[AllowIP]
/share/CACHEDEV1_DATA/Public = *
/share/CACHEDEV1_DATA/Kodi = 192.168.1.159

[Permission]
/share/CACHEDEV1_DATA/Public = rw,insecure
/share/CACHEDEV1_DATA/Kodi = ro,insecure

[SquashOption]
/share/CACHEDEV1_DATA/Public = no_root_squash
/share/CACHEDEV1_DATA/Kodi = no_root_squash

[AnonUID]
/share/CACHEDEV1_DATA/Public = 65534
/share/CACHEDEV1_DATA/Kodi = 65534

[AnonGID]
/share/CACHEDEV1_DATA/Public = 65534
/share/CACHEDEV1_DATA/Kodi = 65534
Reply


Messages In This Thread
NFS Sub folders inaccessible - by Calzor Suzay - 2018-06-15, 00:49
NFS Sub folders inaccessible - by Karellen - 2018-06-15, 02:10
RE: NFS Sub folders inaccessible - by DaVu - 2018-07-25, 19:33
RE: NFS Sub folders inaccessible - by laric - 2018-08-02, 08:20
Logout Mark Read Team Forum Stats Members Help
NFS Sub folders inaccessible0