SMB share in-accessible from any PC, mac, android

I used to share directories from Ubuntu 12 to all other PCs on network, but since I clean-installed Ubuntu 13.1, shares are created and visible but they are in-accessible form the other machines

enter image description here

When I access this from OS X using password, authentication fails.

enter image description here

When I login with guest user I get share listing:

enter image description here

But I cannot access any of them:

enter image description here

Problem is consistent when I access the share across OS X, windows and Android. How do I debug it?

Here's smb.log

[2013/11/03 00:39:19.206526, 0] param/loadparm.c:9114(process_usershare_file)
process_usershare_file: stat of /var/lib/samba/usershares/fxshare failed. Permission denied

1 Answer

I had the same issue and managed to solve it. It comes from the fact that the samba users must be declared with :

sudo smbpasswd -a fx

(replace fx with any user you would like to allow)

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like