Already tried everything I could come up with , but still can't get
write access to my samba share: (using RH6.2 and its build in samba
V2.0.6)
-opening up guest with write access
-added user root to smbpasswd , using same linux passwd
-added root to the write list
From windows machines I can get into the share as guest , root or some
other user , all read-only:-((
root logged on the linux console has full access , so I guess
directory permissions can't be the problem.
Here's my current smb.conf , generated using swat
[global]
workgroup = CRONVILLE
netbios name = RH62
server string = Samba Server
interfaces = eth1 127.0.0.1
bind interfaces only = Yes
encrypt passwords = Yes
map to guest = Bad User
null passwords = Yes
log file = /var/log/samba/log.%m
max log size = 50
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
os level = 65
preferred master = Yes
dns proxy = No
write list = root
[mpeg]
comment = MP3 files
path = /home/mpeg
read only = No
guest ok = Yes
Any hints welcome
DualIP