LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   problem ejecting cd out of my cddrive (https://www.linuxquestions.org/questions/linux-software-2/problem-ejecting-cd-out-of-my-cddrive-416319/)

kvplatha 02-16-2006 10:21 PM

problem ejecting cd out of my cddrive
 
Hi,
I have partitioned my laptop(Dell Inspiron 6000) with Fedora core 3 and Windows XP. I am not able to unmount/eject it from the drive when Iam in LINUX. This problem doesn't exist in my WINDOWS. Each time I mount a CD in LINUX, I need to reboot it, got to windows and then eject it.
Can someone tell me what is the problem?

Thanks,
Latha

320mb 02-16-2006 10:34 PM

are you using kde, gnome, xfce???

arsham 02-16-2006 10:37 PM

when you run these :
# eject /dev/cdrom
or
# eject /dev/hdb
or
# umount /dev/cdrom
.
.
.

What is the result?

sharad 02-16-2006 11:12 PM

Problem in ejecting the CD
 
First unmount the /mnt/cdrom directory by
umount /mnt/cdrom and then try to eject the cd.
Before unmounting the /mnt/cdrom you have to be present
outside that directory.

Otherwise right click on the cdrom icon and click eject.


Regards,
sharad.

sharad 02-16-2006 11:16 PM

Do run following command to eject the cdrom.

$ eject -r

kvplatha 02-17-2006 05:30 AM

Quote:

Originally Posted by 320mb
are you using kde, gnome, xfce???


Hi, Iam using kde.

arsham 02-17-2006 10:03 AM

when you right click on CDROM Icon , and choose unmount or eject , do you recieve an error says that unnable to unmount , device is bussy?

did you try
# eject /dev/cdrom
or
# eject /dev/hdb
or
# umount /dev/cdrom

?

post the result of :
# lsof | grep cdrom

kvplatha 02-17-2006 11:21 PM

Hi,
Yes, I had tried all these options. There seems to be some basic problem. For some reason, when the cd is mounted, the default directory which opens it happens to be :

/media/cdrecorder,

where it actually has to be

/mnt/cdrom

in which case, all the options u ppl had suggested would work. I don't know why the cd is being opened in /media/

Any installation problem ?

Latha

Quote:

Originally Posted by arsham
when you run these :
# eject /dev/cdrom
or
# eject /dev/hdb
or
# umount /dev/cdrom
.
.
.

What is the result?



All times are GMT -5. The time now is 06:08 AM.