Ok everyone, I have a slight problem. I am configuring Samba for the first time for my office. I have a shared folder set up on samba and I'm sure I have done it properly. the only problem is that I have no write/delete access when I log onto the share from my windows box. here is a sample of my code, I could really use the help
wormraper
Code:
[global]
workgroup = Wwmed
server string = Automation Server
security = SHARE
encrypt passwords = Yes
password level = 20
passdb backend = smbpasswd
smb passwd file = /etc/samba/smbpasswd
create mask = 0750
[logs]
comment = My log files
path = /var/log
valid users = nobody
public = yes
writable = yes
printable = yes
create mask = 0750
smbpasswd -a nobody -n
[Shared Backup Drive]
comment = Hotswap Backup Drives for the Automation server
path = /media/hotswap
read only = No
guest ok = Yes
public = Yes