Problem with symlinks on NFS share
#4
Thx for your answers, but I don't get it Wink

The symlinks are relative symlinks not crossing shares or filesystems.

Here's the /etc/exports:
Code:
/media         1.2.3.4/24(rw,sync,root_squash,no_subtree_check,fsid=0,insecure)
/media/movies  1.2.3.4/24(rw,sync,root_squash,no_subtree_check,insecure)
And the mount is:
Code:
/dev/sdb1 on /media/movies type ext4 (rw,relatime,stripe=8191)
So I've got the following folders:
Code:
/media/movies/Actors
/media/movies/MovieA
and a relative symlink to 'Actors' in /media/moviesA/
Code:
.actors -> ../Actors/

This all works very nicely, when pointing Kodi to the folder the client mounts the share to, but it's not working, if I use Kodi's libnfs.
In case of using libnfs there are no actor images showing up, in case of using the filesystem mount, the actor images are present.

So it's a limitation/restriction in libnfs?! Wanted!? Workaround?!
Reply


Messages In This Thread
RE: Problem with symlinks on NFS share - by Uatschitchun - 2019-10-28, 10:32
Logout Mark Read Team Forum Stats Members Help
Problem with symlinks on NFS share0