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 the w2k3 server. I DO have write access as root. using the command #`smbmount //downtown/sysback /mnt/smb/downtown/ -o username=username/servername%'!password'` But I'm trying to get a regular user R/W access to a file on the W2k3 server. I have Quickbooks 2004 running under crossover and the quickbooks data file is on the w2k3 server. 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?
I'm Running a fresh install of Debian Sid/Unstable kernel 2.6.8-1-k7 and reiserfs as my main file system. If any of that matters. Jody On Thu, 2004-08-26 at 06:48, Wim De Smet wrote: > 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 //downtown/sysback /mnt/smb/downtown/ -o > > username=username/servername%'!password' gid=100 uid=1000 > > You can specify a umask in mount, from the manpage of mount: > umask=value > Set the umask (the bitmask of the permissions that are not > present). The default is the umask of the current process. The > value is given in octal. > > It's not allways that easy to set since it's the reverse mask, eg the > permissions you end up with are an AND of the value you give and > either 0666 or 0777 (depending on whether it's a directory or a normal > file if I recall correctly). So in your case you would probably want > something like umask=000 to allow everyone rw, or umask=002 to allow > owner and group rw. (and others read and on directories execute) > > I hope this works with smbmount though. :-) > > greets, > Wim > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]