Hey,
Samba worked just fine for me but after I did an apt-get update and upgrade it doesnt work anymore. My Pi is visible in networks on my macbook, it displays the home directory with HTPCguides folder and some log files. The shared folder that I set-up in the smb.conf file is listed on my mac, but it's empty..
This is the shared folder part in the smb.conf file:
I've got the workgroup set to WORKGROUP. And I used sudo smbpasswd -a pi (and for root) to set new passwords. I don't know whats causing this, maybe a permissions error of some kind?
Samba worked just fine for me but after I did an apt-get update and upgrade it doesnt work anymore. My Pi is visible in networks on my macbook, it displays the home directory with HTPCguides folder and some log files. The shared folder that I set-up in the smb.conf file is listed on my mac, but it's empty..
This is the shared folder part in the smb.conf file:
Code:
[Raspberry Pi]
comment=Raspberry Pi System Access
path=/
browseable=Yes
writeable=Yes
only guest=no
create mask=0777
directory mask=0777
public=no
read only=no