1829674 Members
10183 Online
109992 Solutions
New Discussion

Re: Cdrom Device busy

 
dick_13
New Member

Cdrom Device busy

Hi all,
i am installing Hp11 i on one of my c class machine.
During the istallation or after complete the installation of 2 cd its ask for third CD ad given an error message that cannot umount : device is busy .
Now i couldnot change the CD.
Please suggest me what can i do now.

Thanks in advance.

Thanks
Dick
5 REPLIES 5
G. Vrijhoeven
Honored Contributor

Re: Cdrom Device busy

Hi Dick,

Check with fuser -cu what proceses are keeping the device busy.
You could kill it with fuser -ku /mountpoint or with kill, just make sure you do not kill the installation.

Gideon
dick_13
New Member

Re: Cdrom Device busy

Hi,
How can i check the fuser -ku commad , during the installation .

Thanks
Pradeep
G. Vrijhoeven
Honored Contributor

Re: Cdrom Device busy

Dick,

fuser -cu gives you pids, with ps -ef | grep pid you can check the name of the proces.

Gideon
Mark Grant
Honored Contributor

Re: Cdrom Device busy

dick,

I would suggest you don't install all the application software (I assume that's what's on the third CD) and just get the machine up and running before you attempt to install CD 3.

I can't understand why the system would do what you are seeing during the install process though.
Never preceed any demonstration with anything more predictive than "watch this"
G. Vrijhoeven
Honored Contributor

Re: Cdrom Device busy

Hi Dick,

Sorry, jou are right.... I suggest you follow marks advice.

Gideon