you can easily link the folder, however samba will block to access that folder.
What can we do then?
We can easily change samba setting and restart it ;)
$sudo vim /etc/samba/smb.conf
in the [global] you can easily add
wide links = yes
and restart samba;)
$sudo restart /etc/init.d/smbd
That's it;) you can now browse linked folder... nice..
No comments:
Post a Comment