LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   inability to change CDs with Mandrake 8.1 (https://www.linuxquestions.org/questions/linux-newbie-8/inability-to-change-cds-with-mandrake-8-1-a-13472/)

okok 02-03-2002 10:09 PM

inability to change CDs with Mandrake 8.1
 
I am encountering a strange behaviour with my newly installed Mandrake 8.1.

After inserting and accessing a CD to the CD drive I cannot change it: there is no way to open the CD drive... pressing the drive's eject button does not respond, and trying to eject it using any other application fails as well.

My computer is an HP XE3 laptop.

This is the first time I am using Linux so perhaps I do not know of commands or procedures that should precede such attempts?

trickykid 02-03-2002 10:41 PM

you have to umount the cd first... man umount or you can try eject from the command to eject the cd.

okok 02-03-2002 11:36 PM

umount and eject do not work
 
umount seems to operate correctly, but then, the resutl of typing eject is:

unable to find or open device for /dev/cdrom

When I mount it again, it works perfectly well. However, ejecting either through a command or using the drive's physical eject button simply do not work.

acid_kewpie 02-04-2002 05:30 AM

eject will default to using /dev/cdrom if it's not given anything else. i've no idea why your button won't work. if the drive is happily unmounted then linux shouldn't prevent it...

eject /dev/hdc

if your cdrom is secondary master for example.

it's handy to create that symlink anyway tho, a number of programs will use that as a default...

ln -s /dev/hdc /dev/cdrom

will create the link, assuming that the drive IS hdc....

trusouthrnplaya 02-04-2002 07:29 AM

had the same problem...
 
do a umount /mnt/cdrom....and then hit the eject button on your cdrom. Hopefully that should work


All times are GMT -5. The time now is 05:57 AM.