Re: smbmount w2k3 no write access

2004-08-26 Thread Loki
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 26 Aug 2004, Jody Grafals wrote: > If I can't get the thing to mount the way I want it, Can I somehow give the > user (myself) root access to this directory? Yes. Use sudo. apt-get install sudo first (if you don't have it) Create a script in

Re: smbmount w2k3 no write access

2004-08-26 Thread Jody
Using the syntax below did the trick; things seem to work better when mount invokes smbmount instead of doing it manually. Thanks !!! mount -t smbfs -o username=username,uid=username //downtown/sysback /mnt/smb/downtown > Hi, > > go to /mnt directory anda verify who is the owner of smb subdirecto

Re: smbmount w2k3 no write access

2004-08-26 Thread Carl Fink
On Thu, Aug 26, 2004 at 06:52:44AM -0400, Kevin Mark wrote: > smbmount -> windows(CIFS/SAMBA server?) using win32 drivers->NTFS (R/W) > smbmount -> linux SAMBA server(CIFS/SAMBA server?) using linux modules ->NTFS (read > only) > smbmount -> linux SAMBA server(CIFS/SAMBA server?) using 'captive'

Re: smbmount w2k3 no write access

2004-08-26 Thread Marcos Carneiro da Rocha
Hi, go to /mnt directory anda verify who is the owner of smb subdirectory and what is the access permission to it. try it as root: cd /mnt chown -R username smb chmod -R 760 smb mount -t smbfs -o username=username,uid=username //downtown/sysback /mnt/smb/downtown mount will ask for username passw

Re: smbmount w2k3 no write access

2004-08-26 Thread Wim De Smet
Hi, On Thu, 26 Aug 2004 11:59:17 -0400, Jody Grafals <[EMAIL PROTECTED]> wrote: > > > Still not getting anywhere, the options gid uid umask seem to have no > effect with smbmount and due to the way need to access w2k3 shares. I > have only been able to mount the drive using the command smbmount.

Re: smbmount w2k3 no write access

2004-08-26 Thread Jody Grafals
Still not getting anywhere, the options gid uid umask seem to have no effect with smbmount and due to the way need to access w2k3 shares. I have only been able to mount the drive using the command smbmount. I have not been able to get fstab or `mont -t smbfs` to pass the proper authentication to th

Re: smbmount w2k3 no write access

2004-08-26 Thread Kevin Mark
On Thu, Aug 26, 2004 at 05:57:33AM -0400, Carl Fink wrote: > On Thu, Aug 26, 2004 at 02:41:49AM -0400, Kevin Mark wrote: > > On Wed, Aug 25, 2004 at 04:19:52PM -0400, [EMAIL PROTECTED] wrote: > > > Can anyone tell me what I need to do to get write access to the mount > > > bellow as a regulare user

Re: smbmount w2k3 no write access

2004-08-26 Thread Wim De Smet
Hi Jody, On Wed, 25 Aug 2004 16:19:52 -0400 (EDT), [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Can anyone tell me what I need to do to get write access to the mount > bellow as a regulare user. Its a windows 2003 server with signing off. > Everything seems to works well as root. > smbmount //d

Re: smbmount w2k3 no write access

2004-08-26 Thread Sturla Holm Hansen
Kevin Mark wrote: On Wed, Aug 25, 2004 at 04:19:52PM -0400, [EMAIL PROTECTED] wrote: Can anyone tell me what I need to do to get write access to the mount bellow as a regulare user. Its a windows 2003 server with signing off. Everything seems to works well as root. smbmount //downtown/sysback /

Re: smbmount w2k3 no write access

2004-08-26 Thread Carl Fink
On Thu, Aug 26, 2004 at 02:41:49AM -0400, Kevin Mark wrote: > On Wed, Aug 25, 2004 at 04:19:52PM -0400, [EMAIL PROTECTED] wrote: > > Can anyone tell me what I need to do to get write access to the mount > > bellow as a regulare user. Its a windows 2003 server with signing off. > > Everything seems

Re: smbmount w2k3 no write access

2004-08-26 Thread Alexis Huxley
> Can anyone tell me what I need to do to get write access to the mount > bellow as a regulare user. Its a windows 2003 server with signing off. > Everything seems to works well as root. > smbmount //downtown/sysback /mnt/smb/downtown/ -o > username=username/servername%'!password' gid=100 uid=1000

Re: smbmount w2k3 no write access

2004-08-25 Thread Kevin Mark
On Wed, Aug 25, 2004 at 04:19:52PM -0400, [EMAIL PROTECTED] wrote: > Can anyone tell me what I need to do to get write access to the mount > bellow as a regulare user. Its a windows 2003 server with signing off. > Everything seems to works well as root. > smbmount //downtown/sysback /mnt/smb/downt

smbmount w2k3 no write access

2004-08-25 Thread tqcc-list-keeper
Can anyone tell me what I need to do to get write access to the mount bellow as a regulare user. Its a windows 2003 server with signing off. Everything seems to works well as root. smbmount //downtown/sysback /mnt/smb/downtown/ -o username=username/servername%'!password' gid=100 uid=1000 Jody