Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] Mounting problems :/
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
chen0rama
n00b
n00b


Joined: 09 Mar 2007
Posts: 15

PostPosted: Thu Mar 15, 2007 11:12 am    Post subject: [SOLVED] Mounting problems :/ Reply with quote

Hello guys! :D

I'm freaking out with this. I checked the forum for solution and couldn't find it :( Why only root can mount?
This is my permission:

Code:
chendler@section1 ~ $ cat /etc/group
root::0:root
bin::1:root,bin,daemon
daemon::2:root,bin,daemon
sys::3:root,bin,adm
adm::4:root,adm,daemon
tty::5:
disk::6:root,adm,chendler,haldaemon
lp::7:lp
mem::8:
kmem::9:
wheel::10:root,chendler
floppy::11:root,chendler,haldaemon
mail::12:mail
news::13:news
uucp::14:uucp
man::15:man
console::17:
audio::18:chendler
cdrom::19:chendler,haldaemon
dialout::20:root,chendler
tape::26:root
video::27:root,chendler
cdrw::80:chendler,haldaemon
usb::85:chendler,haldaemon
users::100:chendler,antonone
nofiles:x:200:
smmsp:x:209:smmsp
portage::250:portage,chendler,antonone
utmp:x:406:
nogroup::65533:
nobody::65534:
ldap:x:439:
sshd:x:22:
cron:x:16:
locate:x:245:
dhcp:x:1001:
mysql:x:60:
lpadmin:x:106:
antonone:x:1002:
hsqldb:x:1003:
eclipse:x:1004:
chendler:x:1006:
messagebus:x:1007:
haldaemon:x:1008:haldaemon
plugdev:x:1009:haldaemon,chendler
games:x:35:
stb-admin:x:1010:
gdm:x:1011:


what did I missed?

And...
Code:
chendler@section1 ~ $ mount /dev/hda /mnt/cdrom
mount: only root can do that
chendler@section1 ~ $


yes /dev/hda is my cdrom (dvd) drive


Last edited by chen0rama on Thu Mar 15, 2007 11:53 am; edited 1 time in total
Back to top
View user's profile Send private message
PaulBredbury
Watchman
Watchman


Joined: 14 Jul 2005
Posts: 7310

PostPosted: Thu Mar 15, 2007 11:30 am    Post subject: Reply with quote

The file to change is /etc/fstab - add "user" to the entry.

Run:
Code:
man mount


Quote:
Thus, given a line
/dev/cdrom /cd iso9660 ro,user,noauto,unhide
any user can mount the iso9660 file system found on his CDROM using the
command
mount /dev/cdrom
or
mount /cd
Back to top
View user's profile Send private message
chen0rama
n00b
n00b


Joined: 09 Mar 2007
Posts: 15

PostPosted: Thu Mar 15, 2007 11:53 am    Post subject: Reply with quote

OMG :lol: thx PaulBredbury its working ! even automounting with hal :] that's cool
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum