LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Can't open CD ROM (https://www.linuxquestions.org/questions/linux-newbie-8/cant-open-cd-rom-163783/)

captainfreedom 03-29-2004 11:42 AM

Can't open CD ROM
 
Hi,
I am running Fedora Core 1 and have a GCC 4520B cd rom. When I put a DVD in the drive filemanager can view the files, however I can't open the drive again. I have to reboot to get the DVD out again. Anyone can give me some help with this? Much appreciated,
Ed

SpacePilot2004 03-29-2004 11:50 AM

When you read from a cd/dvd, it's station is mounted. I believe a mounted station can't be opened, so you will have to unmount it.

type in your console

man mount

to get some info about the mount command.

comp12345 03-29-2004 02:31 PM

If any program is using the DVD, you will not be able to unmount it until you close the program or kill the process. You could try fuser to see what processes are using your cdrom. If you wan to kill the processes that are accessing the cdrom, type "fuser -uk /cdrom" then you can "umount /cdrom" and be able to eject your cdrom.


All times are GMT -5. The time now is 11:33 AM.