[SLE] Mount smb r/w not working
From: Jesse Pretorius (preycor_at_myrealbox.com)
Date: 07/30/04
- Previous message: Jostein Berntsen: "Re: [SLE] urlview problem [SOLVED]"
- Next in thread: Martin Farmilo: "Re: [SLE] Mount smb r/w not working"
- Reply: Martin Farmilo: "Re: [SLE] Mount smb r/w not working"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: "SUSE LINUX List" <suse-linux-e@suse.com> Date: Fri, 30 Jul 2004 22:59:34 +0200
Hi to all,
In /etc/fstab I have the below lines (I've changed the uname/password)
//10.192.32.10/shared /media/shared smbfs
rw,user,auto,username=xixix,password=alalala 0 0
//10.192.32.10/admin /media/admin smbfs
ro,user,auto,username=xixix,password=alalala 0 0
They both work perfectly in terms of the fact that they both mount the
shares on the remote samba server. The problem that I have is that the first
one is also mounting as a read-only mount. but as you may have noticed I'd
like it to be a r/w mount.
I've configured that particular mount on the server side to not be r/o as
well. Here's a snip from smb.conf:
[shared]
comment = TRA Shared Server Directory
path = /home/tra_shared/
browseable = yes
guest ok = no
printable = no
[admin]
comment = Administrator's Files
path = /home/shared/
browseable = yes
guest ok = no
printable = no
read only = yes
Any ideas what else I can do to make this work as it should?
TIA,
Jesse
- Previous message: Jostein Berntsen: "Re: [SLE] urlview problem [SOLVED]"
- Next in thread: Martin Farmilo: "Re: [SLE] Mount smb r/w not working"
- Reply: Martin Farmilo: "Re: [SLE] Mount smb r/w not working"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|