[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: mounting w2k share as non-root user



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, but I get the following error when trying to umount

umount: only root can unmount //beta/apps from /home/apps

is there anyway of umount without being root, basically this machine is used by more then one person and I would like to umount everything so that only the shares need by a user are mounted

Gabe




On 29 Jun 2004, at 14:47, Kent West wrote:


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 anyone on the list that can give me a helping hand? or point me in the direction of a good howto that works;)


//beta/apps /home/apps smbfs noauto,_netdev,user,suid 0 0


Does your user have the necessary access rights to "/home/apps"?

--
Kent


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: