- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: can't 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
12-22-2003 05:05 PM
12-22-2003 05:05 PM
can't umount cdrom
# umount /mnt/cdrom
umount: /mnt/cdrom: device is busy
# lsof /mnt/cdrom
# fuser /mnt/cdrom
/mnt/cdrom:
No process references; use -v for the complete list
# fuser -v /mnt/cdrom
USER PID ACCESS COMMAND
/mnt/cdrom root kernel mount /mnt/cdrom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2003 06:30 PM
12-22-2003 06:30 PM
Re: can't umount cdrom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2003 06:43 PM
12-22-2003 06:43 PM
Re: can't umount cdrom
Do you have an automountin CDROM?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2003 06:44 PM
12-22-2003 06:44 PM
Re: can't umount cdrom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2003 06:52 PM
12-22-2003 06:52 PM
Re: can't umount cdrom
The most common cause of this is an open process on the cdrom
In HP-UX the command to break that is fuser -cuk /mount_of_cdrom
9 times out of 10 you terminate yourself in that process.
While doing an install cd /cdrom instead of /cdrom/runInstaller from somewhere else.
That sort of thing.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2003 06:57 PM
12-22-2003 06:57 PM
Re: can't umount cdrom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2003 08:22 PM
12-22-2003 08:22 PM
Re: can't umount cdrom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2003 09:19 PM
12-22-2003 09:19 PM
Re: can't umount cdrom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2003 12:18 AM
12-23-2003 12:18 AM
Re: can't umount cdrom
Is the CD ejected?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2003 01:18 AM
12-23-2003 01:18 AM
Re: can't umount cdrom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2003 02:40 AM
12-23-2003 02:40 AM
Re: can't umount cdrom
first try df to check what is mounted on
/mnt/cdrom . The next would be to check
/etc/fstab if there might be an automount
that just hogs the CD already during startup.
Greetings, Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2003 08:53 PM
12-23-2003 08:53 PM
Re: can't umount cdrom
Also, have you tried ejecting with root?
Closed all user terminals to the server?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2003 09:27 PM
12-23-2003 09:27 PM
Re: can't umount cdrom
exportfs -u /dev/cdrom
umount /dev/cdrom
Maybe your cdrom is nfs exported and that is the reason for not umounting.
Good lock.
Deise
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2003 12:48 AM
12-24-2003 12:48 AM
Re: can't umount cdrom
Then you need to pfs_umount /cdrom.
If this is the case, run pfs_umount -c /cdrom
to clear and release cdrom. Make sure pfsd and pfs_mountd are running, they are in /usr/sbin.
If you use pfs_mount you must use pfs_umount. If you use pfs_mount and the use umount, it will lock the cdrom and you must reboot. I've been through this problem a million times.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2003 05:57 AM
12-30-2003 05:57 AM
Re: can't umount cdrom
If I had MP3s on the mounted CD and the MP3 player software had choked, then I'd have to kill that first and then umount.
Just a thought...
-*-Bill