Quote:
|
Originally Posted by Jman
Mounting drives is tricky sometimes.
Are you sure all files from the CD were closed? Also, check that there are no terminals with the working directory set to that CD's mount point. There can be no references to that mount point in any running processes.
For sure you can run
Code:
umount -l /mountpoint
and it will do a "lazy" umount, the filesystem will be gone and stuff will be cleaned up when it is not busy. I kind of wish Nautilus did this with the GUI.
|
I just tried what you suggested and I tried the eject /dev/cdrom to no avail:
[bob@localhost bob]$ eject /dev/cdrom
umount: /mnt/cdrom: device is busy
umount: /mnt/cdrom: device is busy
eject: unmount of `/dev/hdc' failed
[bob@localhost bob]$ umount -l /dev/cdrom
it took the icon off the desktop alright but I still can't eject the cd by hand.It's a TDK and it was picked up by installing FC1 and 2. Any more hints? Thanx