I've been trying to create a samba share at root level of the file system, /familyshare and I've had real problems with it. I've tried all sorts of definitions such as:
Code: Select all
[raspberrypi]
comment = Pi share
path = /familyshare
public = no
valid users = @family,nick,mum
browseable = yes
writeable = yes
force create mode = 0660
force directory mode = 0770I could map to the share in Win7 but could not browse it, always getting an "Access denied" message when I select the share. When I created the share under /home (so /home/familyshare), it worked. On my ClearOS system (RHEL based distro) there is no problem hanging the share off root level. Have you any idea what is going wrong in Raspbian?