Re: mounting w2k share as non-root user

2004-06-29 Thread Kent West
Gabriel Granger wrote: Right I've finally got it working using the below "smbmount //beta/apps /home/apps -o username=gabe,password=foobarbat,uid=gabe,gid=users,fmask=600,dmask=700" which i've placed into a bash script file so as I login it mounts all my shares, I do have another question, I

Re: mounting w2k share as non-root user

2004-06-29 Thread Gabriel Granger
Right I've finally got it working using the below "smbmount //beta/apps /home/apps -o username=gabe,password=foobarbat,uid=gabe,gid=users,fmask=600,dmask=700" which i've placed into a bash script file so as I login it mounts all my shares, I do have another question, I can mount as a user, b

Re: mounting w2k share as non-root user

2004-06-29 Thread Kent West
Gabriel Granger wrote: The problem I'm having is mounting share from my w2k box, I can mount without any problem if logged in as root, but as soon as I'm logged in as a user I run into all sorts of problems, I've looked online, and found information but its not really very clear. Is there anyo

Re: mounting w2k share as non-root user

2004-06-29 Thread Kent West
Gabriel Granger wrote: Hi All, The problem I'm having is mounting share from my w2k box, I can mount without any problem if logged in as root, but as soon as I'm logged in as a user I run into all sorts of problems, I've looked online, and found information but its not really very clear. Is the

Re: mounting w2k share as non-root user

2004-06-29 Thread Gabriel Granger
Hi Jon, the line in /etc/fstab is //beta/apps /home/apps smbfs noauto,_netdev,user,suid 0 0 but have also tried //beta/apps/home/apps smbfs noauto,user Gabe On 29 Jun 2004, at 12:25, Jon Dowland wrote: On Tue, 29 Jun 2004 12:17:51 +0100, Gabriel Grange

Re: mounting w2k share as non-root user

2004-06-29 Thread Jon Dowland
On Tue, 29 Jun 2004 12:17:51 +0100, Gabriel Granger <[EMAIL PROTECTED]> wrote: > > Hi All, > > The problem I'm having is mounting share from my w2k box, I can mount > without any problem if logged in as root, but as soon as I'm logged in > as a user I run into all sorts of problems, I've looked o

mounting w2k share as non-root user

2004-06-29 Thread Gabriel Granger
Hi All, The problem I'm having is mounting share from my w2k box, I can mount without any problem if logged in as root, but as soon as I'm logged in as a user I run into all sorts of problems, I've looked online, and found information but its not really very clear. Is there anyone on the list