Results 1 to 5 of 5
As soon as it takes more than 10 seconds unsucessfully trying to access part of a cd or dvd I know I'm going to have to reboot. Either that or ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 06-12-2005 #1Just Joined!
- Join Date
- May 2005
- Posts
- 15
Ejecting a cd WITHOUT having to reboot?
As soon as it takes more than 10 seconds unsucessfully trying to access part of a cd or dvd I know I'm going to have to reboot. Either that or wait for 5 to 15 mins for one of the 10+ commands I tried to kick in. All the time the drive will be constantly trying to read the disk. Probably slowly killing itself in the process.
Please I am BEGGING does ANYONE know of a way to get the cd/dvd drive under controll. Something that can forcibly terminate any processes using it and unmount it. Or better yet a hack to prevent the drive from being locked. Honestly windows seems to mannage fine with disks being ejected.
- 06-12-2005 #2Linux Engineer
- Join Date
- Oct 2004
- Location
- Vancouver
- Posts
- 1,366
from cli ctl-z usually stops processes and eject will eject the disc.
Operating System: GNU Emacs
- 06-12-2005 #3Linux Newbie
- Join Date
- Apr 2005
- Posts
- 113
If it's on the desktop, right click and select unmount.
You dont need a pocket protector or thick glasses to be a geek.
- 06-13-2005 #4Linux User
- Join Date
- May 2005
- Posts
- 473
or...
open termanal
umount /media/mycdromdrive (what ever its called)
and to remount
mount /media/mycdromdrive
- 06-13-2005 #5Linux Engineer
- Join Date
- Mar 2005
- Posts
- 1,431
If you even want the umount process to open the cdrom, try something like:
Or to get the cdrom back inside:Code:eject /dev/hdc
Code:eject -t /dev/hdc


Reply With Quote
