mirror of
https://github.com/mbirth/wiki.git
synced 2024-11-09 13:16:45 +00:00
688 B
688 B
created | layout | layout_old | redirect_to | tags | title | toc | updated | ||||
---|---|---|---|---|---|---|---|---|---|---|---|
2010-08-04 10:47:49 +0200 | redirect | default | https://blog.mbirth.de/archives/2010/08/04/samba-not-showing-symlinks.html |
|
Samba not showing Symlinks | false | 2010-08-04 10:47:49 +0200 |
After an upgrade to Ubuntu Lucid Lynx, all Samba shares were missing symlinks, esp. symlinks to directories outside the share.
To enable these again, add the following lines into the [global]
section of your /etc/samba/smb.conf
:
{% highlight ini %} follow symlinks = yes wide links = yes unix extensions = no {% endhighlight %}
Then restart smbd
and you should see the symlinks again.