Operating System - HP-UX
1834597 Members
4238 Online
110069 Solutions
New Discussion

cdrom device showning busy

 
sum vedak
Advisor

cdrom device showning busy

while mounting cdrom, device showning busy.

# mount /dev/dsk/c0t0d0 /cdrom
/dev/dsk/c0t0d0: Device busy

insf, ioscan all required options used.
server model :ia64 hp server rx2620

So how can I mount the CDROM, pls help.
12 REPLIES 12
Sharma Sanjeev
Respected Contributor

Re: cdrom device showning busy

Hi
Check cdrom and mount point both should be empty :-)

Regards
Sanjeev
Everything is Possible as " IMPOSSIBLE" word itself says I M POSSIBLE
sum vedak
Advisor

Re: cdrom device showning busy

cdrom directory is emtpy.

no data inside.
Johnson Punniyalingam
Honored Contributor

Re: cdrom device showning busy

Hi Vedak,

check the below Thread , will guide you

http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1281690

Thanks,
Johnson
Problems are common to all, but attitude makes the difference
likid0
Honored Contributor

Re: cdrom device showning busy

Try with fuser to the mount point, or lsof to the device file
Windows?, no thanks
Tingli
Esteemed Contributor

Re: cdrom device showning busy

It can be:
1. Someone, or maybe yours, pwd is on /cdrom.
2. The /dev/dsk/c0t0d0 is already mounted somewhere else.
3. /cdrom is nfs mounted to other system while it was busy there.
sum vedak
Advisor

Re: cdrom device showning busy

None of the condition is matching.

Johnson Punniyalingam
Honored Contributor

Re: cdrom device showning busy

bdf /cdrom --> output

fuser -c /cdrom --> output

Thanks,
Johnson
Problems are common to all, but attitude makes the difference
sum vedak
Advisor

Re: cdrom device showning busy

# fuser -c /cdrom
/cdrom: fuser: could not find file system mounted at /cdrom.
Sagar Sirdesai
Trusted Contributor

Re: cdrom device showning busy

Hi
Try to mount it to /mnt instead of /cdrom

mount /dev/dsk/c0t0d0 /mnt .

It the above is successfull. then remove /cdrom dir and recreate it

Sagar
Suraj K Sankari
Honored Contributor

Re: cdrom device showning busy

Hi,

Johnson :

>>bdf /cdrom --> output
>>fuser -c /cdrom --> output

I am wondering this output as per the question he is not able to mount the cdrom, in this case how you will do fuser /cdrom.

Sumeet: It might be the hardware issue, I think DVD ROM not able to read your disk. You can try this also clean your DVD ROM (Lense) it may works sometimes.

Suraj
R.K. #
Honored Contributor

Re: cdrom device showning busy

Hi,

Altough it doesnt seems to be a hardware issue, still sometimes cross-checking may help.

If possible try attaching the CDROM device to another server and see if it mounts.

-R.K.
Don't fix what ain't broke
SKR_1
Trusted Contributor

Re: cdrom device showning busy

Your drive is not able to read the media........that's why coming device busy and not able to mount.

Thanks

SKR