Hello all,
I am using samba shares within LinuxMCE. After the upgrade from Karmic to Lucid the parts of my shares on the samba server that were logical links were no longer accessible.
One could normally overcome this with:
follow symlinks = yes
wide symlinks = yes
unix extensions = no
Because there have been changes to samba the configfile for your samba server should now contain:
follow symlinks = yes
wide links = yes
unix extensions = no
which resulted in my files being available again. Just to let u know.
rgds
Han