I have Windows 7 computer and make on NTFS driver folder that I like to share. Inside this folder I've made NTFS symlink from one directory to another. Then I'v shared this folder and mounted as folder under Ubuntu. Linked folders looks empty.
Full description what I've done:
On Windows server:
- Created folder "D:\share", inside make folders "share\dev\css" and "share\static\"
- create symlink with
mklink /Dfrom "share\dev\css" to "share\static\css" - command
dirinside directory "D:\share\static\css\" shows me all files I expect to see here - shared "D:\share\" as "dev-share"
On Ubuntu (or OSX):
- mounted "smb://IP/dev-share/" but "static/css" is empty
I think that is Windows share settings problem, so as I dont found answer in Google may be you know how to turn on symlink in shared folders?