Page 1 of 1

Symlinks not working after upgrade to 10.1.0.2

Posted: 11 Aug 2015 13:18
by juntta
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:

Code: Select all

ln -s [i]TARGET_FILE[/i] [i]SYMLINK_TITLE[/i]
, I get following error:

Code: Select all

ln: [i]SYMLINK_TITLE[/i]: Input/output error
This worked fine before upgrading. I tried to add following configuration to SMB service auxiliary parameters but they didn't have any effect:

Code: Select all

follow symlinks = yes
unix extensions = no
wide links = yes
Any ideas or is this bug?