You are not logged in.
I am looking for a way to allow samba server to follow symlinks to folders outside the designated share folder. I have already searched the Internet and found this as a solution:
[global]
follow symlinks = yes
wide links = yes
unix extensions = no
.... but it does not work for me. On the client side still there are no linked folders and files. Am I missing something?
Last edited by tuxtard (2012-12-19 18:16:49)
Offline
If you restarted smbd and files still don't show up than it may be a refresh problem on client side.
Try "refresh = 1" under [global] tag in your smb.conf and don't forget to restart smbd of course.
As you may set "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Update\UpdateMode" to 0 in your windows client.
Offline
Thank you for your reply. I tried that but it did not work ![]()
Offline
It was a permission error after all. I had to chown the link itself to a user that is bind in samba. chown -h username:group symlink did the trick ![]()
Offline
Sometimes we go the hard way and forget to try trivial things first... Assumptions are evil.
Offline