Following symlinks in a Samba share

Submitted by Jochus on Thu, 04/08/2011 - 09:52 | Posted in: Linux

If you have a Samba share, and the Samba share has some symlinks to other folders, then you will not be able to access those "symlink folders" with a basic Samba setup.

If you do want to access the folder, you need to add this to the #### Networking #### section of your /etc/samba/smb.conf file:

wide links = yes
unix extensions = no

Restart your Samba daemon:

$ sudo service smbd restart

... and you're done! :-)

Add new comment

The content of this field is kept private and will not be shown publicly.

Full HTML

  • Lines and paragraphs break automatically.
  • You can caption images (data-caption="Text"), but also videos, blockquotes, and so on.
  • Web page addresses and email addresses turn into links automatically.
  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>, <bash>, <cpp>, <css>, <html5>, <java>, <javascript>, <php>, <sql>, <xml>. The supported tag styles are: <foo>, [foo].
CAPTCHA
This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.