[gentoo-user] User mounting

2006-03-16 Thread JimD
Do I need to do anything special to let users (me) mount an cifs share? I don't want to have to use sudo all the time. I can mount/umount /mnt/cdrom without sudo. Here is my /etc/fstab entry: //kaleb/C$ /mnt/kaleb cifs

Re: [gentoo-user] User mounting

2006-03-16 Thread Hemmann, Volker Armin
On Thursday 16 March 2006 20:48, JimD wrote: Do I need to do anything special to let users (me) mount an cifs share? I don't want to have to use sudo all the time. I can mount/umount /mnt/cdrom without sudo. Here is my /etc/fstab entry: //kaleb/C$ /mnt/kaleb cifs

Re: [gentoo-user] User mounting

2006-03-16 Thread Mike Williams
On Thursday 16 March 2006 19:48, JimD wrote: Do I need to do anything special to let users (me) mount an cifs share?  I don't want to have to use sudo all the time.  I can mount/umount /mnt/cdrom without sudo.  Here is my /etc/fstab entry: //kaleb/C$  /mnt/kaleb  cifs

Re: [gentoo-user] User mounting

2006-03-16 Thread JimD
On Thu, 16 Mar 2006 21:08:29 + Mike Williams [EMAIL PROTECTED] wrote: It's the user option. user lets any normal user mount it, but no-one else unmount it. users does the same, but lets a normal user other than the one which mounted it, to unmount it. man mount for more info. The