On 23/02/10 10:04, lynn wrote:
On Tuesday 23 February 2010 07:43:28 you wrote:
On 22/02/10 20:06, lynn wrote:
Hi
I'm mounting a cifs share on my computer like this as root:
mount -t cifs //nas/part2 lynnnas -o rw,user=guest,password=""
How do I mount it so that a user can write to the lynnnas directory? At the moment only root can write to it which is a real pain.
I can read and write to it as a user if I use smb:/nas/part2 with dolphin but not if I use the mount command.
Thanks, L
Look at the owner and the protectionfields of lynnnas to whome this share is writable.
Hans
I have:
drwxr-xr-x 2 lynn users 4096 2010-02-22 19:52 lynnnas
The problem is that root owns everything in lynnnas
Than change the owner: mount -t cifs //nas/part2 lynnnas -o rw,uid=lynn,user=guest,password="" Succes, Hans -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org