1
0
This repository has been archived on 2025-03-31. You can view files and clone it, but cannot push or open issues or pull requests.
wiki.mbirth.de/know-how/software/linux/_posts/2010-08-04-samba-not-showing-symlinks.md

587 B

title, layout, created, updated, toc, tags
title layout created updated toc tags
Samba not showing Symlinks default 2010-08-04 10:47:49 +0200 2010-08-04 10:47:49 +0200 false
know-how
software
linux
samba

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.