- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Cannot mount cdrom - device busy
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2008 06:21 AM
08-04-2008 06:21 AM
Currently, we have a HPUX machine that is slowly degenerating as it gets older. At the moment, I'm having a problem with being unable to mount the cdrom. It always tells me that the device is busy. I've run in to this problem before, but have been able to resolve it in the past. However, my old tricks aren't working right now.
-bash-3.2# uname -a
HP-UX falcon B.11.00 U 9000/785 2005351300 unlimited-user license
-bash-3.2# mount -F cdfs -o ro /dev/dsk/c0t0d0 /cdrom
-bash-3.2# diskinfo /dev/dsk/c0t0d0
diskinfo: Character device required
mount: /dev/dsk/c0t0d0 on /cdrom : Device busy
-bash-3.2# ioscan -fnC disk
Class I H/W Path Driver S/W State H/W Type Description
=======================================================================
disk 0 10/0/14/0.0.0 sdisk CLAIMED DEVICE Lite-On LTN483S 48x Max
/dev/dsk/c0t0d0 /dev/rdsk/c0t0d0
disk 1 10/0/15/1.6.0 sdisk CLAIMED DEVICE COMPAQ BF0728B26A
/dev/dsk/c3t6d0 /dev/rdsk/c3t6d0
-bash-3.2# fuser /dev/dsk/c0t0d0
/dev/dsk/c0t0d0:
This is similar to http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=207780 , although the drive is not quite the same. I am unsure of the current firmware version. Should I still try updating the firmware?
-bash-3.2# cat /etc/mnttab
/dev/vg00/lvol3 / vxfs log 0 1 1217855312
/dev/vg00/lvol1 /stand hfs defaults 0 0 1217855313
/dev/vg00/lvol8 /var vxfs delaylog,nodatainlog 0 0 1217855315
/dev/vg00/lvol7 /usr vxfs delaylog,nodatainlog 0 0 1217855315
/dev/vg00/lvol4 /tmp vxfs delaylog,nodatainlog 0 0 1217855315
/dev/vg00/lvol6 /opt vxfs delaylog,nodatainlog 0 0 1217855315
/dev/vg00/lvol5 /home vxfs delaylog,nodatainlog 0 0 1217855315
falcon:(pid721) /net ignore ro,intr,port=896,map=-hosts,indirect,dev=0000 0 0 1217855340
There is no /etc/xmnttb file.
I am not in /cdrom
There is a good CD in the drive.
-bash-3.2# fuser -cu /cdrom
/cdrom: fuser: could not find file system mounted at /cdrom.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2008 06:42 AM
08-04-2008 06:42 AM
SolutionThe most recent cause of these was the fact the CD wasn't written correctly. A windows only CD:
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1229931
You could also try:
# mkdir /ctrom2
# mount -F cdfs -o ro /dev/dsk/c0t0d0 /cdrom2
That can't be busy. :-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2008 06:46 AM
08-04-2008 06:46 AM
Re: Cannot mount cdrom - device busy
Additionally, the CD works correctly when inserted into a linux machine, so I'm pretty sure it is not unreadable.
Let me try another CD, just in case, but if that doesn't work, please suggest other ideas to take.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2008 06:55 AM
08-04-2008 06:55 AM
Re: Cannot mount cdrom - device busy
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1254647
>the CD works correctly when inserted into a linux machine, so I'm pretty sure it is not unreadable.
That's not the issue. Is the format understandable on HP-UX.
Try some CD you got for HP-UX installation.
Once you get it mounted, you probably need more options than just:
-F cdfs -o ro
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2008 06:55 AM
08-04-2008 06:55 AM
Re: Cannot mount cdrom - device busy
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2008 07:17 AM
08-04-2008 07:17 AM
Re: Cannot mount cdrom - device busy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2008 07:30 AM
08-04-2008 07:30 AM
Re: Cannot mount cdrom - device busy
You may want to think twice about using pfs_mount. But I'm not sure if there were any patches to fix mount on 11.00 for iso9660.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2008 08:10 AM
08-04-2008 08:10 AM
Re: Cannot mount cdrom - device busy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2008 11:11 AM
08-04-2008 11:11 AM
Re: Cannot mount cdrom - device busy
Hangs if you look at the CD funny. :-)
Here are some threads about pfs_mount and patches to get regular mount to work:
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1226669
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1168343
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1025851
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=976854
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=966705
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=254166
(The last mentions 11.00 patches.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2008 11:13 AM
08-04-2008 11:13 AM