<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: can't umount cdrom in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/can-t-umount-cdrom/m-p/3151417#M8779</link>
    <description>reboot the unit, eject the cd while the server/computer is resetting.&lt;BR /&gt;&lt;BR /&gt;The most common cause of this is an open process on the cdrom&lt;BR /&gt;&lt;BR /&gt;In HP-UX the command to break that is fuser -cuk /mount_of_cdrom&lt;BR /&gt;&lt;BR /&gt;9 times out of 10 you terminate yourself in that process.&lt;BR /&gt;&lt;BR /&gt;While doing an install cd /cdrom instead of /cdrom/runInstaller from somewhere else.&lt;BR /&gt;&lt;BR /&gt;That sort of thing.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Tue, 23 Dec 2003 02:52:50 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2003-12-23T02:52:50Z</dc:date>
    <item>
      <title>can't umount cdrom</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-umount-cdrom/m-p/3151413#M8775</link>
      <description>I meet this problem for many times already, could suggest how can I umount the cdrom . thx in advance.&lt;BR /&gt;&lt;BR /&gt;# umount /mnt/cdrom&lt;BR /&gt;umount: /mnt/cdrom: device is busy&lt;BR /&gt;# lsof /mnt/cdrom&lt;BR /&gt;# fuser /mnt/cdrom&lt;BR /&gt;/mnt/cdrom:         &lt;BR /&gt;No process references; use -v for the complete list&lt;BR /&gt;# fuser -v /mnt/cdrom&lt;BR /&gt;&lt;BR /&gt;                     USER        PID ACCESS COMMAND&lt;BR /&gt;/mnt/cdrom           root     kernel mount  /mnt/cdrom&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Dec 2003 01:05:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-umount-cdrom/m-p/3151413#M8775</guid>
      <dc:creator>eric_204</dc:creator>
      <dc:date>2003-12-23T01:05:28Z</dc:date>
    </item>
    <item>
      <title>Re: can't umount cdrom</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-umount-cdrom/m-p/3151414#M8776</link>
      <description>Did you try: umount -l /mnt/cdrom</description>
      <pubDate>Tue, 23 Dec 2003 02:30:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-umount-cdrom/m-p/3151414#M8776</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2003-12-23T02:30:19Z</dc:date>
    </item>
    <item>
      <title>Re: can't umount cdrom</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-umount-cdrom/m-p/3151415#M8777</link>
      <description>Personally, I think think the "mount -l" option could become more irritating than it's worth.&lt;BR /&gt; &lt;BR /&gt;Do you have an automountin CDROM?&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Tue, 23 Dec 2003 02:43:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-umount-cdrom/m-p/3151415#M8777</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2003-12-23T02:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: can't umount cdrom</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-umount-cdrom/m-p/3151416#M8778</link>
      <description>thd , but I tried "-l" , it pop "no such option"  , please advise .</description>
      <pubDate>Tue, 23 Dec 2003 02:44:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-umount-cdrom/m-p/3151416#M8778</guid>
      <dc:creator>eric_204</dc:creator>
      <dc:date>2003-12-23T02:44:30Z</dc:date>
    </item>
    <item>
      <title>Re: can't umount cdrom</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-umount-cdrom/m-p/3151417#M8779</link>
      <description>reboot the unit, eject the cd while the server/computer is resetting.&lt;BR /&gt;&lt;BR /&gt;The most common cause of this is an open process on the cdrom&lt;BR /&gt;&lt;BR /&gt;In HP-UX the command to break that is fuser -cuk /mount_of_cdrom&lt;BR /&gt;&lt;BR /&gt;9 times out of 10 you terminate yourself in that process.&lt;BR /&gt;&lt;BR /&gt;While doing an install cd /cdrom instead of /cdrom/runInstaller from somewhere else.&lt;BR /&gt;&lt;BR /&gt;That sort of thing.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 23 Dec 2003 02:52:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-umount-cdrom/m-p/3151417#M8779</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-12-23T02:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: can't umount cdrom</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-umount-cdrom/m-p/3151418#M8780</link>
      <description>Does the "eject" command works?</description>
      <pubDate>Tue, 23 Dec 2003 02:57:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-umount-cdrom/m-p/3151418#M8780</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2003-12-23T02:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: can't umount cdrom</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-umount-cdrom/m-p/3151419#M8781</link>
      <description>thx reply , the command "eject" is not work in my case . On the other hand , except reboot the server , what can I do ? thx.</description>
      <pubDate>Tue, 23 Dec 2003 04:22:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-umount-cdrom/m-p/3151419#M8781</guid>
      <dc:creator>eric_204</dc:creator>
      <dc:date>2003-12-23T04:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: can't umount cdrom</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-umount-cdrom/m-p/3151420#M8782</link>
      <description>I don't want to reboot the system , is there other suggestion ? thx.</description>
      <pubDate>Tue, 23 Dec 2003 05:19:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-umount-cdrom/m-p/3151420#M8782</guid>
      <dc:creator>eric_204</dc:creator>
      <dc:date>2003-12-23T05:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: can't umount cdrom</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-umount-cdrom/m-p/3151421#M8783</link>
      <description>What if you press the eject button on the CDROM unit?&lt;BR /&gt;&lt;BR /&gt;Is the CD ejected?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Dec 2003 08:18:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-umount-cdrom/m-p/3151421#M8783</guid>
      <dc:creator>Cristian Draghici</dc:creator>
      <dc:date>2003-12-23T08:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: can't umount cdrom</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-umount-cdrom/m-p/3151422#M8784</link>
      <description>Have you check to make sure there are no process accessing /mnt/cdrom, try using fuser -u /mnt/cdrom. If there are any processes accessing /mnt/cdrom, you can use fuser -k options to kill it, then try umounting /mnt/cdrom.</description>
      <pubDate>Tue, 23 Dec 2003 09:18:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-umount-cdrom/m-p/3151422#M8784</guid>
      <dc:creator>K.C. Chan</dc:creator>
      <dc:date>2003-12-23T09:18:41Z</dc:date>
    </item>
    <item>
      <title>Re: can't umount cdrom</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-umount-cdrom/m-p/3151423#M8785</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;first try df to check what is mounted on &lt;BR /&gt;/mnt/cdrom . The next would be to check &lt;BR /&gt;/etc/fstab if there might be an automount&lt;BR /&gt;that just hogs the CD already during startup.&lt;BR /&gt;&lt;BR /&gt;Greetings, Martin</description>
      <pubDate>Tue, 23 Dec 2003 10:40:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-umount-cdrom/m-p/3151423#M8785</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2003-12-23T10:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: can't umount cdrom</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-umount-cdrom/m-p/3151424#M8786</link>
      <description>I've had problems before with automount (or autofsd) grabbing the cdrom and not letting go until a reboot (until I discovered that killing the automount daemon resolved it) - never found out why the automount did this, and it only did this on some CD's.&lt;BR /&gt;&lt;BR /&gt;Also, have you tried ejecting with root?&lt;BR /&gt;Closed all user terminals to the server?</description>
      <pubDate>Wed, 24 Dec 2003 04:53:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-umount-cdrom/m-p/3151424#M8786</guid>
      <dc:creator>Adam Moody_1</dc:creator>
      <dc:date>2003-12-24T04:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: can't umount cdrom</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-umount-cdrom/m-p/3151425#M8787</link>
      <description>Try the command:&lt;BR /&gt;&lt;BR /&gt;exportfs -u /dev/cdrom &lt;BR /&gt;umount /dev/cdrom&lt;BR /&gt;&lt;BR /&gt;Maybe your cdrom is nfs exported and that is the reason for not umounting.&lt;BR /&gt;&lt;BR /&gt;Good lock.&lt;BR /&gt;&lt;BR /&gt;Deise&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Dec 2003 05:27:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-umount-cdrom/m-p/3151425#M8787</guid>
      <dc:creator>Denise Spinger</dc:creator>
      <dc:date>2003-12-24T05:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: can't umount cdrom</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-umount-cdrom/m-p/3151426#M8788</link>
      <description>Remember, if someone pfs mounted the cdrom like "pfs_mount -o xlat=unix /dev/dsk/cxtxdx /cdrom"&lt;BR /&gt;&lt;BR /&gt;Then you need to pfs_umount /cdrom.&lt;BR /&gt;If this is the case, run pfs_umount -c /cdrom&lt;BR /&gt;to clear and release cdrom. Make sure pfsd and pfs_mountd are running, they are in /usr/sbin.&lt;BR /&gt;&lt;BR /&gt;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.</description>
      <pubDate>Wed, 24 Dec 2003 08:48:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-umount-cdrom/m-p/3151426#M8788</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2003-12-24T08:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: can't umount cdrom</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-umount-cdrom/m-p/3151427#M8789</link>
      <description>I've found that if I had Konqueror open and was currently in the /MNT/CDROM directory (or a sub-directory), closed Konqueror, and tried to UMOUNT, I would get the "device is busy" headache. To resolve this I would re-open Konqueror, select a directory other than the /mnt/cdrom, then try the umount, everything would be fine.&lt;BR /&gt;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.&lt;BR /&gt;Just a thought...&lt;BR /&gt;-*-Bill</description>
      <pubDate>Tue, 30 Dec 2003 13:57:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-umount-cdrom/m-p/3151427#M8789</guid>
      <dc:creator>Bill Maginnis</dc:creator>
      <dc:date>2003-12-30T13:57:48Z</dc:date>
    </item>
  </channel>
</rss>

