been trying to make a anonymous share for my internal networking and ive been having some issues setting it so that everybody can write to it. its visible just fine, but it seems like root is the only one able to write to it, can somebody point me in the WRITE direction?
i havent changed much in the global section since i wasnt sure if i needed to, but this is mostly defaults here.
samba share testparm:
[global]
dns proxy = No
log file = /var/log/samba/log.%m
map to guest = Bad User
max log size = 1000
netbios name = HOMESERV
obey pam restrictions = Yes
pam password change = Yes
panic action = /usr/share/samba/panic-action %d
passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
passwd program = /usr/bin/passwd %u
server role = standalone server
server string = %h server (Samba, Ubuntu)
syslog = 0
unix password sync = Yes
usershare allow guests = Yes
idmap config * : backend = tdb
create mask = 0777
directory mask = 0777
[Share]
comment = Plex Share
guest ok = Yes
path = /data/
read only = No
server fstab entry:
//192.168.1.2/Share/ /data/ cifs rw,guest,iocharset=utf8,sec=ntlm,nosetuids,noperm 0 0
Bookmarks