> Here is part of my smb.conf:
> #============================ Share Definitions ==============================
> [homes]
> comment = Home Directories
> browseable = no
> writable = yes
> valid users = %S
> create mode = 0664
> directory mode = 0775
> # If you want users samba doesn't recognize to be mapped to a guest user
> ; map to guest = bad user
> [myshare]
> path = /abc/efg
> public = no
> valid users = smith
> writable = yes
> printable = no
> create mask = 0765
> These are uncommented sections.
> Please, let me know if this tells you anything.
> Thanks in advance.
> N.K.
>>>Hi,
>>>My Samba behaves a little weird.
>>>First of all when I see a listing of all the windows machines from my
>>>Linux box which is a Samba server, somehow I see my windows box twice.
>>> Why is that and does it matter? How can I fix that?
>>>Next, when I try to access a shared drive on my windows box (I'm able
>>>to login to it) I get a message that I don't have permissions
>>>necessary to access that drive. I've checked all the permissions on
>>>windows box and they are fine. When I try to use smbclient command it
>>>lets me in without a problem and I can browse my windows drive. What
>>>is the difference here? Is there another place where I can set up
>>>permissions?
>>>Thanks for all your help.
>>Snip your smb.conf file and post it up here, we don't need to see the
>>[GLOBAL] section, just everything else - you've got your samba shares setup
>>wrong. And also, yes, you can set create masks on your samba shared
>>dir's...
I have a similar problem which is that after I mounted the share on the
windows machine I can read and copy files but not create or change
anything. I use :
#mount -t smbfs <share name> <local directory> -o
username=<user>,workgroup=<windows domain name>
It mounts fine but, as I said, no write/change rigths.
/calle