Wednesday 6 August 2008

Error when umount cd-rom: unmount: /cdrom device is busy

In order to solve this problem. Run umount command as follows:
# cd /
# umount /cdrom

If problem still continues then forcefully unmount the cdrom:
# cd /
# fuser -km /cdrom

OR try the following command:
# cd /
# umount -l /mnt

No comments: