Quoting Jason Craig <[EMAIL PROTECTED]>: > Don Raboud wrote: > > On Wednesday 05 December 2007 12:00, Jason Craig wrote: > > > >> Anyone have any idea how I can trick or otherwise get the system to eject > >> this disk? > >> > > > > Have you tried 'eject' from the command line (as root if necessary)? > > > > > Root was necessary. > $ eject -r > Reply: > umount: /media/CD1: device is busy > umount: /media/CD1: device is busy > eject: unmount of `/dev/sr0' failed >
Try: lsof | grep "/media/CD1" to find out what has it open. HTH, Jeffrey -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
