Okay. Now the other problem I have is that I can't always right click on my CD-Rom and click eject. It gives me a failed message. Then, when I go to the command line and su as root and then run eject /dev/hda it only ejects sometimes. Other times it tells me the device is busy and I then have to use fuser to find what process is using it and then kill it before I can use eject again. So my question is basically this: Why does processes still access the drive, how can I prevent this from happening and why can I sometimes eject from root without any problems but not when i right click on the drive?
|