Operating System - HP-UX
1834156 Members
2291 Online
110064 Solutions
New Discussion

Problem in mount cd and dvd

 
Nedved
Frequent Advisor

Problem in mount cd and dvd

Dear all,

I am trying to mount one dvd on my Hp-UX B.11.11 rp3410 server. But the following error occured while mounting.


server@root# ioscan -FunC disk
scsi:wsio:T:T:F:31:188:0:disk:sdisk:0/0/2/0.0.0.0:5 128 2 50 0 0 0 0 7 40 158 19 0 0 0 0 :0:root.sba.lba.side_ba.side.tgt.sdisk:sdisk:CLAIMED:DEVICE:_NEC DVD+-RW ND-6650A:0
/dev/dsk/c0t0d0 /dev/rdsk/c0t0d0

server@root#mount /dev/dsk/c0t0d0 /cdrom
mount: /dev/dsk/c0t0d0 on /cdrom : Device busy
server@root#
server@root#fuser -ku /dev/dsk/c0t0d0
/dev/dsk/c0t0d0:

server@root#


Can some one help me how to solve this problem.


7 REPLIES 7
Khairy
Esteemed Contributor

Re: Problem in mount cd and dvd

its probably some other process already lock the cdrom. Check from bdf if the cdrom already mounted. Look for SDROM mount points as well.
Jeeshan
Honored Contributor

Re: Problem in mount cd and dvd

do you have any SAN storage in this box?

which storage? EMC or HP?
a warrior never quits
Nedved
Frequent Advisor

Re: Problem in mount cd and dvd

This is my bdf output.

Filesystem kbytes used avail %used Mounted on
/dev/vg00/lvol3 2097152 147528 1938560 7% /
/dev/vg00/lvol1 298928 62864 206168 23% /stand
/dev/vg00/lvol9 10485760 4327944 6109848 41% /var
/dev/vg00/lvol7 6291456 3171304 3120152 50% /usr
/dev/vg00/lvol11 4194304 2192 3930176 0% /tmpmnt
/dev/vg00/lvol6 4194304 1754656 2421072 42% /tmp
/dev/vg00/lvol4 13090816 5239560 7791616 40% /opt
/dev/vg00/lvol8 1048576 2744 1037856 0% /home


@ ahsan i am not using any type of storage.
Dennis Handly
Acclaimed Contributor

Re: Problem in mount cd and dvd

>mount: /dev/dsk/c0t0d0 on /cdrom: Device busy
>fuser -ku /dev/dsk/c0t0d0

Any reason you didn't use fuser on /cdrom? Are you in that directory?
Sometimes you get that "Device busy" if the CD format isn't something that HP-UX will recognize.
V. Nyga
Honored Contributor

Re: Problem in mount cd and dvd

Hi,

can you reboot your server?
That's the simpliest ...

Can you open/close the dvd tray?

Volkmar
*** Say 'Thanks' with Kudos ***
saber_lahlib
Occasional Advisor

Re: Problem in mount cd and dvd

Hello,

You can try
lsof /dev/dsk/c0t0d0
lsof /cdrom
If no process is present, it try this:

#rmsf -H 0/0/2/0.0.0.0
#ioscan -fn
#insf -eC disk
#mount /dev/dsk/c0t0d0 /cdrom


Regards
shanmuhanandam
HPE Pro

Re: Problem in mount cd and dvd

Hi,
It's better you can remove the /cdrom dir and then create a same and mount.
I am an HPE Employee

Accept or Kudo