I'm running V11.03 on rPi3b+. I've got everything running as I want except that Samba is not giving access to subfolders of symlinks.
Currently, all my media is on an external drive. The root of the drive has symlinks pointing to directories deeper in the drive's directory structure. I can access these directories via the symlinks locally with no issue. However, when accessing remotely via samba share (which is the root of the external drive), I can go into the symlinked directories and see their subdirectories, but any attempt to open these subdirectories fails (Windows says the content is not available, X-plore on Android says 'object path not found)). I can access these subdirectories if I navigate through the drive normally via samba (without the symlinks).
I tried doing this in /storage/.config/samba.conf (My Book is the share):
GNU nano 7.1 samba.conf
[global]
follow symlinks = yes
wide links = yes
allow insecure wide links = yes
[My Book]
path = "/storage/media/My Book"
follow symlinks = yes
wide links = yes
allow insecure wide links = yes
Display More
Can anyone tell me what I'm missing? This worked on an earlier librelec install (8.2), but I can't recall what I did to get it working.
Thanks!