- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- "Device Busy" while mounting CDROM
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
05-22-2005 07:56 PM
05-22-2005 07:56 PM
"Device Busy" while mounting CDROM
I know the problem sounds very similar to a lot of other threads in this forum, but i am unable to resolve this error.
I get "/dev/dsk/c0t0d0: Device busy" when i issue "mount /dev/dsk/c0t0d0 /cdrom" command.
1) ioscan shows
Class I H/W Path Driver S/W State H/W Type Description
============================================================================
disk 0 0/0/3/0.0.0.0 sdisk CLAIMED DEVICE TEAC DV-28E-C
/dev/dsk/c0t0d0 /dev/rdsk/c0t0d0
2) fuser shows:
# fuser /dev/dsk/c0t0d0
/dev/dsk/c0t0d0:
# fuser /cdrom
/cdrom:
3) CD is in the CDROM drive.
4) diskinfo /dev/rdsk/c0t0d0:
diskinfo: can't open /dev/rdsk/c0t0d0: Device busy
Any ideas??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2005 08:01 PM
05-22-2005 08:01 PM
Re: "Device Busy" while mounting CDROM
Sudeesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2005 08:09 PM
05-22-2005 08:09 PM
Re: "Device Busy" while mounting CDROM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2005 08:12 PM
05-22-2005 08:12 PM
Re: "Device Busy" while mounting CDROM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2005 08:21 PM
05-22-2005 08:21 PM
Re: "Device Busy" while mounting CDROM
#bdf
If it was mounted unmount first!
Then check for the disk device file:
#ioscan -fnC disk
Seem that the device is not corect!
Try with:
#insf -eC disk
Mount again:
#mount -F cdfs /dev/dsk/c#c#d# /cdrom
Goodluck!
Regard,
Hoang Chi Cong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2005 10:13 PM
05-22-2005 10:13 PM
Re: "Device Busy" while mounting CDROM
After restarting the server, and using the same command, it worked.
Any ideas why?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2005 10:18 PM
05-22-2005 10:18 PM
Re: "Device Busy" while mounting CDROM
Another process trying to obtain a lock on the drive (which it would need in order to mount the CD) would fail and show a message indicating that the drive was busy.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2005 10:21 PM
05-22-2005 10:21 PM
Re: "Device Busy" while mounting CDROM
But how do we issue unlock signal without rebooting the server?
I tried fuser on both mount point as well as the physical path, but that did not show me anything.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2005 10:51 PM
05-22-2005 10:51 PM
Re: "Device Busy" while mounting CDROM
If you want to explore that route, I could post an example program for you. Be aware that unlocking a CD-ROM whilst another process has a lock open on it, is not a good idea and may cause a system panic.
In your case, I suspect whatever locked the CD-ROM device has died.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2005 10:58 PM
05-22-2005 10:58 PM
Re: "Device Busy" while mounting CDROM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2005 11:19 PM
05-22-2005 11:19 PM
Re: "Device Busy" while mounting CDROM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2005 11:20 PM
05-22-2005 11:20 PM