- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Can not mount/umount cdrom
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
06-27-2008 11:46 AM
06-27-2008 11:46 AM
Can not mount/umount cdrom
When the system comes back with the new OS, I can not mount the CD back again, by complaining the device is busy. I tried by cleaned up dfstab and sharetab and run shareall, still it is busy.
Then I created another new directory and mounted the CD there. Now I can not umount this CD too by complaining that it is busy. Again, I cleaned up files dfstab and sharetab. I run lsof and fuser on /dvdrom and there is nothing on it. But I still can not umount it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2008 09:02 PM
06-27-2008 09:02 PM
Re: Can not mount/umount cdrom
U can check the below thread
http://forums12.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1214628280597+28353475&threadId=133929
BR/
Yaqub
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2008 12:02 AM
06-29-2008 12:02 AM
Re: Can not mount/umount cdrom
Try #fuser -ku /dvdrom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2008 03:33 AM
06-30-2008 03:33 AM
Re: Can not mount/umount cdrom
did you export the mount point to NFS?
Doing so you usually don't get any output of the fuser command for this, though the nfsserver has a handle on it.
mfG Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2008 06:33 AM
06-30-2008 06:33 AM
Re: Can not mount/umount cdrom
# unshare /dvdrom
to release it.