I have my Win98 PC and Linux connected by Samba and I am able to view
the shares I have setup, but I don't have write access. How do I get
write access?
Before you answer a few notes:
I have Linux dual booting with Win2k and the two partitions for Win2k
are C and D and are Fat32. Linux is on its own partition.
When I installed Linux I called these drives /dosc and /dosd and these
are the drives I want to be able to access from Win98.
The following is the sections of my smb.conf file to map these drives.
[C]
comment = C Drive
path = /dosc
valid users = Name
public = no
read only = no
writeable = yes
printable = no
create mask = 0765
[D]
comment = D Drive
path = /dosd
valid users =Name
public = no
read only = no
writeable = yes
printable = no
create mask = 0765
Given this information, how can I get write access to these drives
from Win98?