If you have kde’s dolphin super user, go to the folder and right click - properties - permissions - advanced permissions
and adjust - apply to all sub dir
apply
You can’t chown or chmod a cifs mount (were you trying that?). Whatever, the permissions on a cifs mount are set in the mount command, qualified and constrained by the permissions that flow through from the server.
Let’s get a bit more info. It’s a windows 2003 server, so there might be some interesting permissions or connection issues.
does myUser exist on the 2003 server? Does myUser exist on the client openSUSE box?
is your samba configuration set up as a domain member, or just using openSUSE’s default configuration (if you don’t know then run cat /etc/samba/smb.conf and post here the [global] stanza)
if you go to the share in a browser (nautilus/dolphin) do you have to authenticate or do you simply drill down for access
when you run the command you mentioned in a console, what’s the full dialogue that you get
after the mount, what are the file permissions (run this to see: ls -l /path_to/mount_directory)
does myUser exist on the 2003 server? Does myUser exist on the client openSUSE box?
Yes
is your samba configuration set up as a domain member, or just using openSUSE’s default configuration (if you don’t know then run cat /etc/samba/smb.conf and post here the [global] stanza)
suse default
if you go to the share in a browser (nautilus/dolphin) do you have to authenticate or do you simply drill down for access
I can just access the share. I can’t create a directory, but i CAN copy a file to that share.
when you run the command you mentioned in a console, what’s the full dialogue that you get
after the mount, what are the file permissions (run this to see: ls -l /path_to/mount_directory)
Glad it’s working. The key was to change the ownership. More here: Samba: HowTo Mount a CIFS Network Share [AKA Map Network Drive] in openSUSE 11 plus FAQs
particularly the sections titled
Temporary Mounts: Secure shares (username & password required)
and
Temporary Mounts: Prescribing the owner of the mount on the client
your final solution is a mix of those two.