1835228 Members
2490 Online
110078 Solutions
New Discussion

Re: cdrom

 
castro_2
Regular Advisor

cdrom

I have a CDROM (DVD), I can??t mount

mount /dev/cdrom /cdrom
/dev/cdrom: Device busy

disk 1 0/0/2/0.1.0 sdisk CLAIMED DEVICE HP DVD-ROM 305
/dev/dsk/c2t1d0 /dev/rdsk/c2t1d0

Another question I use another DVD but when I do ioscanm, show me NO_HW
isk 1 0/0/2/0.1.0 sdisk NO_HW DEVICE HP DVD-ROM 305
/dev/dsk/c2t1d0 /dev/rdsk/c2t1d0
How can I do for configured (CLAIMED)?
Thanks
10 REPLIES 10
castro_2
Regular Advisor

Re: cdrom

Sorry
mount /dev/dsk/c2t1d0 /cdrom

Thanks
Pete Randall
Outstanding Contributor

Re: cdrom

Check and see if there's already a CD in the drive. I recall a recent thread where the author had to remove the CD that was already in the drive before it would unmount.

Pete

Pete
Jeff Schussele
Honored Contributor

Re: cdrom

Hi Castro,

Make sure you (or anybody) is not sitting in the /cdrom dir.
User fuser -u /cdrom to verify.
You can't be there at mount time.

Rgds,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
Allan Pincus
Frequent Advisor

Re: cdrom

Make sure you are not in the mount directory, /cdrom, when attempting to mount the drive.
Deshpande Prashant
Honored Contributor

Re: cdrom

Hi
If you had used the "pfs" daemons earlier to mount cdrom,you will have to kill those pfs daemons first.

Thanks.
Take it as it comes.
castro_2
Regular Advisor

Re: cdrom

Yes there is a CD in the drive.

# fuser -u /cdrom
/cdrom:

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

Thanks
Ray Brewer
Valued Contributor

Re: cdrom

In the past we have had to power the DVD off and on again to get it to respond to the mount command.

Ray
Jeff Schussele
Honored Contributor

Re: cdrom

Does bdf show /cdrom still mounted?
If so you'll have to unmount it first & then remove the drive.

If not currently mounted do
ps -ef | grep pfs
If pfs processes running you'll have to stop them - possibly even kill - to free up the device.

Rgds,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
steven Burgess_2
Honored Contributor

Re: cdrom

Castro

Try ejecting the cd then replacing back into the drive

Regarding your NO_HW

http://support4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000059989126

HTH

Steve
take your time and think things through
Sandip Ghosh
Honored Contributor

Re: cdrom

Since it is showing NO_HW in the Ioscan, Check all the cables including Terminator and the power connection. Then power cycle the DVD ROM, if it is external. Then check it in ioscan. Or DVD drive is deffective.

Sandip
Good Luck!!!