Tina wrote:
> 
> Hi!
> Thanks for the help with my KMail problems! It now works perfectly!
> However, I have a new problem...
> It seems that only the superuser can mount my cdrom. That's not really a
> problem for me, since I almost always is logged in as root, but I have set
> up an ordinary useraccount for my boyfriend. I have read the manpage
> for mount and followed the instructions there, but it doesn't work anyway. It is

In /etc/fstab you should have a line like:
/dev/hdc    /cdrom    iso9660     ro,noauto,user 0 0

that will allow a user to mount the cdrom with the command
mount /cdrom

But if you need to do something as root, like install from
a cdrom, that is run an executable which is on the cdrom,
then you must use the conventional mount command:
mount -t iso9660 /dev/hdc  /cdrom 



> really annoying since I refuse to give away my root-password. (god knows
> what he would do to my linuxinstallation... ;)
> Any suggestions?

Yeah, don't let your boyfriend do to your files, what he likes to do
to you. :-)

-
To get out of this list, please send email to [EMAIL PROTECTED] with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at http://www.suse.com/Support/Doku/FAQ/ and the
archiv at http://www.suse.com/Mailinglists/suse-linux-e/index.html

Reply via email to