Linux Forums - Linux Help,Advice & support community:LinuxSolved.com

Others => Miscellaneous => Topic started by: mfaisalkh on July 04, 2004, 07:11:23 AM

Title: CDROM not mount
Post by: mfaisalkh on July 04, 2004, 07:11:23 AM
Dear Users,

when i typed umount /mnt/cdrom it showed that the devise is buzy.
Then CD was not eject untill system was not restarted.
Title: CDROM not mount
Post by: Ricky on July 04, 2004, 08:35:48 AM
It occures when you had used your cd from some process and that process is not fully ended. there is -f flag to force umount it..

try that.. !!
Also you can use eject /mnt/cdrom as  I think eject use force umount also ..
Title: CDROM not mount
Post by: mfaisalkh on July 04, 2004, 08:59:25 AM
how can i used flag with this command.

such as: umount -f /mnt/cdrom

like this
Title: CDROM not mount
Post by: Ricky on July 04, 2004, 11:07:51 AM
Use it like..
Code: [Select]
umount /mnt/cdrom -f
Title: CDROM not mount
Post by: dragoncity99 on July 04, 2004, 03:38:33 PM
For u problem buddy, the drive is busy probably because u r still in that cdrom directory (/mnt/cdrom).

U should do this:

"cd /"

Then only unmount or eject cdrom.