- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: device file for CDROM 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
03-16-2007 05:37 AM
03-16-2007 05:37 AM
device file for CDROM busy
/dev/dsk/c3t2d0 on SD_CDROM: open failed: device busy
What is the correct way to determine how to identify this process so I can kill it and mount my CD?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2007 06:00 AM
03-16-2007 06:00 AM
Re: device file for CDROM busy
fuser -cu should do it. But "open failed: device busy" may actually mean drive/media failure.
Do a ioscan -fnC disk, find out the CD rom device file.
Insert the media and try a diskinfo first. See if that works.
Sundar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2007 06:01 AM
03-16-2007 06:01 AM
Re: device file for CDROM busy
http://hpux.its.tudelft.nl/hppd/hpux/Sysadmin/lsof-4.77/
However, my psychic, Miss Cleo, tells me that you may have used pfs_mount in the past and if that is the case you might as well bite the bullet and reboot. See if you have any pfs processes running and if so, try a pfs_umount and then kill all the pfs* processes and then you may be abount to unmount the cdrom.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2007 06:03 AM
03-16-2007 06:03 AM
Re: device file for CDROM busy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2007 06:10 AM
03-16-2007 06:10 AM
Re: device file for CDROM busy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2007 06:19 AM
03-16-2007 06:19 AM
Re: device file for CDROM busy
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2007 09:26 AM
03-19-2007 09:26 AM
Re: device file for CDROM busy
I would chedk to see what is busy in that directory using the fuser -cu command. or use lsof if it's installed if not you can download it. make sure someone isn't cd into the /cdrom directory.
sp,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2007 09:35 AM
03-19-2007 09:35 AM
Re: device file for CDROM busy
make sure that you are not in the cd directory and then use fuser -cku /cdrom to kill any processes using the filesystem.