- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: umount: cannot unmount /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
07-22-2003 06:25 AM
07-22-2003 06:25 AM
umount: cannot unmount /cdrom : Device busy
/dev/cdrom: 1575c(pm62_prd) 1883co(oracle) 1832co(pm62_prd)
# ps -ef|grep 1575
pm62_prd 1575 1 0 08:16:05 ? 0:00 -sh
Those users have logged off and a kill -9 will not kill them, thus I can't umount /cdrom still.
Any ideas on how to umount /cdrom w/o a reboot?
..Joe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2003 06:28 AM
07-22-2003 06:28 AM
Re: umount: cannot unmount /cdrom : Device busy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2003 06:31 AM
07-22-2003 06:31 AM
Re: umount: cannot unmount /cdrom : Device busy
try fuser -u /cdrom and look ofr the process id , kill it and then try umount
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2003 06:33 AM
07-22-2003 06:33 AM
Re: umount: cannot unmount /cdrom : Device busy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2003 06:34 AM
07-22-2003 06:34 AM
Re: umount: cannot unmount /cdrom : Device busy
thanks,
Gary
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2003 06:41 AM
07-22-2003 06:41 AM
Re: umount: cannot unmount /cdrom : Device busy
try with
kill -15
kill -26
sometimes it helps.
And the other two process ?
Is the cdrom exported ? check with
exportfs
If is is exported, you won't be able to umount untill unexported:
exportfs -i -u /cdrom
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2003 06:43 AM
07-22-2003 06:43 AM
Re: umount: cannot unmount /cdrom : Device busy
s.o. (else) did not use pfs_umount but umount.
If that's the case - reboot.
If you still have the Oracle CD in and your pfs_mountd is still running you might try pfs_mount /cdrom
then pfs_umount /cdrom but I doubt it will help...
Consider installing:
For 11i/11.11:
PHCO_25841 s700_800 11.11 Add Rock Ridge extension to mount_cdfs(1M)
For 11.00:
PHKL_26448 s700_800 11.00 Y2k; Rock Ridge extension for ISO-9660
PHCO_26449 s700_800 11.00 Add Rock Ridge extension to mount_cdfs(1M)
PHKL_26450 s700_800 11.00 Rock Ridge extension for ISO-9660
then you can use plain mount commands even for the Oracle CDs.
Regards,
Bernhard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2003 06:55 AM
07-22-2003 06:55 AM
Re: umount: cannot unmount /cdrom : Device busy
Thanks