- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- cdrom not umount
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
01-01-2008 02:18 AM
01-01-2008 02:18 AM
cdrom not umount
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2008 02:40 AM
01-01-2008 02:40 AM
Re: cdrom not umount
Otherwise you would need to use fuser(1m) or lsof to find out who. See some of the following links:
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1155442
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1131385
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1112395
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1101205
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1058377
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2008 02:45 AM
01-01-2008 02:45 AM
Re: cdrom not umount
if not
is anything run from your CDROM?
Do you have any external disk?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2008 11:33 PM
01-01-2008 11:33 PM
Re: cdrom not umount
cd /
fuser -c /cdrom
ps -ef |grep numbre to see what is running on the cd.
than kill (-9) the stuff running on the cd.
than the cd can be unmounted.
ps there are differend kind of mounts if you post bdf /cdrom (if the previus din't work) we can maybe help somemore...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2008 02:23 AM
01-02-2008 02:23 AM
Re: cdrom not umount
device busy is a massage declares that device is in use by another process. to unmount the cdrom device you need to close/kill all the processess which are accessing cdrom files.
Deep
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2008 03:55 AM
01-04-2008 03:55 AM
Re: cdrom not umount
cd OUT of mount point of cdrom
fuser -ku
umount
if still you don't can umount please, check that in
thanks