Edit your samba configuration file:
sudo nano /etc/samba/smb.confAdd the following into the global section, i.e.,
[global] ... follow symlinks = yes wide links = yes unix extensions = no ...Save your file and restart Samba:
sudo stop smbd sudo start smbdIt should work now.
No comments:
Post a Comment