Saturday, June 23, 2012

How to Share a Symbolic Link in Samba

http://icesquare.com/wordpress/softlink-symbolic-link-doesnt-work-on-samba-solved/

Edit your samba configuration file:
sudo nano /etc/samba/smb.conf
Add the following into the global section, i.e.,
[global]
...
follow symlinks = yes
wide links = yes
unix extensions = no
...
Save your file and restart Samba:
sudo stop smbd
sudo start smbd 
It should work now.

No comments:

Post a Comment