[opensuse] cifs mount read write for non-root user
Is it possible to create a cifs mount to a samba share and have it be writable for a non-root user? I have tried the following without success, all can write as root, but not as a standard user. mount -t cifs -o username=coach,password=X //home/net /mnt/home mount -t cifs -o username=coach,password=X,uid=1049 //home/net /mnt/home mount -t cifs -o username=coach,password=X,file_mode=0777,dir_mode=0777 //home/net /mnt/home mount -t cifs -o username=coach,password=X,setuids //home/net /mnt/home mount -t cifs -o username=coach,password=X,uid=1049,rw //home/net /mnt/home openSuSE 10.3 samba-3.0.26a-3.5 Any help would be appreciated. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On 5/14/2008 1:53 PM, Coach-X wrote:
Is it possible to create a cifs mount to a samba share and have it be writable for a non-root user?
I have tried the following without success, all can write as root, but not as a standard user.
mount -t cifs -o username=coach,password=X //home/net /mnt/home mount -t cifs -o username=coach,password=X,uid=1049 //home/net /mnt/home mount -t cifs -o username=coach,password=X,file_mode=0777,dir_mode=0777 //home/net /mnt/home mount -t cifs -o username=coach,password=X,setuids //home/net /mnt/home mount -t cifs -o username=coach,password=X,uid=1049,rw //home/net /mnt/home
openSuSE 10.3 samba-3.0.26a-3.5
Found my own answer. Note to self, next time utilize search. http://lists.opensuse.org/opensuse/2008-05/msg00439.html -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
participants (1)
-
Coach-X