Other¶
File system links not showing when serving content with Samba
¶
Disable unix extensions in the [global] section and enable wide links for the file serving share.
Example:
[global]
unix extensions = no
...
[digitalization]
path = /var/local/mayan
guest ok = yes
read only = yes
wide links = yes
follow symlinks = yes
Reference: