Samba share doesn't have write permissions
- by blsub6
alright, I've got one that should be really simple.
I want a wide open smb share for my Windows 7 machine. Everyone should be able to access it, regardless of domain or username or anything.
My smb.conf has:
security = share
guest account = nobody
Along with:
[DC_Backup]
path = /Windows_Backups/DC
comment = Backup of Domain Controller
force user = nobody
guest ok = yes
public = yes
read only = no
I can access it, but I cannot write to it. Windows keeps telling me I "need permission to perform this action"
Where do I start?