- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Problem to umount cd-rom
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
08-22-2000 03:29 AM
08-22-2000 03:29 AM
umount: cannot unmount /wocas_cd : Device busy
How can I see what keeps th cd-rom busy?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2000 03:31 AM
08-22-2000 03:31 AM
Re: Problem to umount cd-rom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2000 03:31 AM
08-22-2000 03:31 AM
Re: Problem to umount cd-rom
This will give a list of processes that are using the mountpoint. See man fuser.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2000 03:34 AM
08-22-2000 03:34 AM
Re: Problem to umount cd-rom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2000 05:03 AM
08-22-2000 05:03 AM
Solution- cd to the mountpoint (anyone on the system)
- export the filesystem through NFS
- copying a file
- application has a file open
Of these, only the last two will be accurately reported by fuser. Try fuser pointing to the mountpoint, and then also to the device files. If that still does not show who has the CDROM open, get a copy of lsof (List Open Files) from the Liverpool archives:
http://hpux.connect.org.uk/
At the bottom of that page are links to mirror sites around the world.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2000 05:25 AM
08-22-2000 05:25 AM
Re: Problem to umount cd-rom
You have to be root to umount it.
If the cdrom has been mounted using pfs_mount, you have to
#/usr/sbin/pfs_umount /cdrom (or whatever is the cdrom mount point)
If necessary, stop the pfsd and pfs_mountd processes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2000 03:42 PM
08-23-2000 03:42 PM
Re: Problem to umount cd-rom
#fuser -cuk /cdrom
This should kill all proc's associated with that mount point