1832997 Members
2382 Online
110048 Solutions
New Discussion

cdrom not umount

 
nitinmshende
New Member

cdrom not umount

while i try to umount CDROM it is giving device is busy.
5 REPLIES 5
Jeeshan
Honored Contributor

Re: cdrom not umount

did u try to unmount in cdrom mount point?

if not

is anything run from your CDROM?

Do you have any external disk?
a warrior never quits
F Verschuren
Esteemed Contributor

Re: cdrom not umount


cd /
fuser -c /cdrom
ps -ef |grep numbre to see what is running on the cd.
than kill (-9) the stuff running on the cd.
than the cd can be unmounted.

ps there are differend kind of mounts if you post bdf /cdrom (if the previus din't work) we can maybe help somemore...
dipesh_2
Regular Advisor

Re: cdrom not umount

hi,


device busy is a massage declares that device is in use by another process. to unmount the cdrom device you need to close/kill all the processess which are accessing cdrom files.


Deep
Roberto Arias
Valued Contributor

Re: cdrom not umount

please try:

cd OUT of mount point of cdrom

fuser -ku

umount

if still you don't can umount please, check that in you don't have any filesystem mounted

thanks
The man is your friend