Gentoo Archives: gentoo-user

From: JimD <Jim@×××××××××××××××××.org>
To: gentoo-user <gentoo-user@l.g.o>
Subject: [gentoo-user] User mounting
Date: Thu, 16 Mar 2006 19:54:19
Message-Id: 20060316144800.0c4530ce@keelie.localdomain
1 Do I need to do anything special to let users (me) mount an cifs
2 share? I don't want to have to use sudo all the time. I can
3 mount/umount /mnt/cdrom without sudo. Here is my /etc/fstab entry:
4
5 //kaleb/C$ /mnt/kaleb cifs
6 defaults,noauto,user,credentials=/etc/samba/kaleb.conf,gid=100,file_mode=0660,dir_mode=0770
7 0 0
8
9 The above is one line. If I try to run mount /mnt/kaleb as a regular
10 user I get:
11
12 jim@keelie $ mount /mnt/kaleb/
13 mount error: permission denied or not superuser and mount.cifs not
14 installed SUID
15
16 Here is mount.cifs:
17
18 jim@keelie $ dl /usr/bin/mount.cifs
19 -rws--x--x 1 root root 21K Mar 10 12:14 /usr/bin/mount.cifs*
20
21 Thanks,
22
23 Jim
24 --
25 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] User mounting "Hemmann
Re: [gentoo-user] User mounting Mike Williams <mike@××××××××.uk>