You are not logged in.
Pages: 1
How do I make it so that my user can mount and umount the cdrom? I dont want to become root to mount and umount.
Thanks
-Khaz
Offline
Use something like:
/dev/cdroms/cdrom0 /mnt/cdrom iso9660 noauto,ro,users 0 0
Can also use 'user' instead of users, only difference is that all users can unmount it when you use 'users'. See the mount manpage for more info.
Offline
Specifically, the line i3839 quoted should go in the /etc/fstab file. man fstab will give you a little extra info too.
Dusty
Offline
Thanks for the help. Got my user account mounting the cd.
-Khaz
Offline
I found I could just set up a link to my CDROM/DVD device on the desktop (KDE) and mount/unmount from there. Still can't do it from command line though, so I'll probably end up adding to my fstab eventually.
Just thought I'd mention it as a (perhaps) easier solution for a novice user, e.g. me, heh.
Cyas.
Offline
Pages: 1