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
> defaults,noauto,user,credentials=/etc/samba/kaleb.conf,gid=100,file_mode=06
>60,dir_mode=0770 0 0

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.

-- 
Mike Williams

-- 
gentoo-user@gentoo.org mailing list

Reply via email to