Symlinks not working after upgrade to 10.1.0.2
Posted: 11 Aug 2015 13:18
Hi!
Upgraded yesterday to 10.1.0.2 - Prescience (revision 1761) and noticed that symlinking on OS X Yosemite no longer works.
If I try to create symlink on Samba share like this:
, I get following error:
This worked fine before upgrading. I tried to add following configuration to SMB service auxiliary parameters but they didn't have any effect:
Any ideas or is this bug?
Upgraded yesterday to 10.1.0.2 - Prescience (revision 1761) and noticed that symlinking on OS X Yosemite no longer works.
If I try to create symlink on Samba share like this:
Code: Select all
ln -s [i]TARGET_FILE[/i] [i]SYMLINK_TITLE[/i]Code: Select all
ln: [i]SYMLINK_TITLE[/i]: Input/output errorCode: Select all
follow symlinks = yes
unix extensions = no
wide links = yes