- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- cdrom device showning 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
11-18-2008 04:16 AM
11-18-2008 04:16 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2008 04:36 AM
11-18-2008 04:36 AM
Re: cdrom device showning busy
Check cdrom and mount point both should be empty :-)
Regards
Sanjeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2008 04:51 AM
11-18-2008 04:51 AM
Re: cdrom device showning busy
no data inside.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2008 04:51 AM
11-18-2008 04:51 AM
Re: cdrom device showning busy
check the below Thread , will guide you
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1281690
Thanks,
Johnson
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2008 05:16 AM
11-18-2008 05:16 AM
Re: cdrom device showning busy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2008 01:33 PM
11-18-2008 01:33 PM
Re: cdrom device showning busy
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2008 10:21 PM
11-18-2008 10:21 PM
Re: cdrom device showning busy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2008 10:29 PM
11-18-2008 10:29 PM
Re: cdrom device showning busy
fuser -c /cdrom --> output
Thanks,
Johnson
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2008 10:39 PM
11-18-2008 10:39 PM
Re: cdrom device showning busy
/cdrom: fuser: could not find file system mounted at /cdrom.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2008 11:03 PM
11-18-2008 11:03 PM
Re: cdrom device showning busy
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2008 11:27 PM
11-18-2008 11:27 PM
Re: cdrom device showning busy
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2008 01:33 AM
11-19-2008 01:33 AM
Re: cdrom device showning busy
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2008 02:04 AM
11-19-2008 02:04 AM
Re: cdrom device showning busy
Thanks
SKR