[Music]
comment = Music
path = /home/robert-dale/Music
read only = No
[hitach-copy]
create mask = 0777
directory mask = 0777
path = /home/robert-dale/hitach-copy
read only = No
The only user that is going to be able to access these shares is robert-dale because of the permissions on the /home/robert-dale folder.
If you plan on accessing them as robert-dale from the client you need to add that user to the samba password database:
Code:
sudo smbpasswd -a robert-dale
If you want multiple registered user to have access you need to add them to smbpasswd as well but you need to adjust your share definitions to make them all look like robert-dale:
[Music]
comment = Music
path = /home/robert-dale/Music
force user = robert-dale
read only = No
[hitach-copy]
create mask = 0777
directory mask = 0777
path = /home/robert-dale/hitach-copy
force user = robert-dale
read only = No
As for this one I don't know:
[RED-BU]
comment = RED HP sync BU
path = /media/Hitach1_4GB/RED_HP-23
read only = No
Does robert-dale have access to the path?
Bookmarks