Had already configured nfs on syno nas and worked with coreelec on h96pro+ with default nfs settings.
Now i want to connect with vero to same nfs share and it won’t let me connect into folder. Can only map main nfs share, see the shared nfs shares but can’t login.
Why is this nfs mapping works different from coreelec?
20:17:06.069 T:3850994432 ERROR: SMBDirectory->GetDirectory: Unable to open directory : 'smb://USERNAME:PASSWORD@192.168.2.3/4K/%23recycle'
unix_err:'d' error : 'Permission denied'
You might want to remove that smb share if you are not using it.
Next:
20:17:39.013 T:3850994432 ERROR: NFS: Failed to mount nfs share: /volume1/movies (mount/mnt call failed with "RPC error: Mount failed with error MNT3ERR_ACCES(13) Permission denied(13)")
Check the permission settings on the NAS. I assume that you are using the OSMC user to connect? Remember that it’s UID=1000 so make sure that 1000 has access to the share.
With NFS, mapping UIDs does not work well. It’s always best to use the same UIDs when possible. If that’s not possible, then just set file permissions so everyone has read (or rx on directories) . If you need finer control then facls is your friend.