<?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: Unable to eject cdrom manually or via command line on Linux server in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/unable-to-eject-cdrom-manually-or-via-command-line-on-linux/m-p/4288959#M34232</link>
    <description>I have unmount the cdrom, but i cant get it to eject manually or through the software</description>
    <pubDate>Fri, 17 Oct 2008 11:04:35 GMT</pubDate>
    <dc:creator>frederick hannah</dc:creator>
    <dc:date>2008-10-17T11:04:35Z</dc:date>
    <item>
      <title>Unable to eject cdrom manually or via command line on Linux server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unable-to-eject-cdrom-manually-or-via-command-line-on-linux/m-p/4288957#M34230</link>
      <description>I unmounted a cdrom using  "umount -l" but attempts to to manually eject the medium fails. I used the umount -l option since the basic umount command always returned "device busy". I can remount the disk without a problem. I just cant get it out of the server. The "eject -d" command doesnt work, either. Any suggestions?</description>
      <pubDate>Fri, 17 Oct 2008 10:22:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unable-to-eject-cdrom-manually-or-via-command-line-on-linux/m-p/4288957#M34230</guid>
      <dc:creator>frederick hannah</dc:creator>
      <dc:date>2008-10-17T10:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to eject cdrom manually or via command line on Linux server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unable-to-eject-cdrom-manually-or-via-command-line-on-linux/m-p/4288958#M34231</link>
      <description>hello frederick hannah ..&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;the basic umount command always returned "device busy". &lt;BR /&gt;&lt;BR /&gt;it seems that you are on the same mount point,&lt;BR /&gt;&lt;BR /&gt;you might have done cd /mnt (the mounted point) may in the other session..&lt;BR /&gt;&lt;BR /&gt;please check it out..&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Oct 2008 11:02:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unable-to-eject-cdrom-manually-or-via-command-line-on-linux/m-p/4288958#M34231</guid>
      <dc:creator>prasadb</dc:creator>
      <dc:date>2008-10-17T11:02:09Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to eject cdrom manually or via command line on Linux server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unable-to-eject-cdrom-manually-or-via-command-line-on-linux/m-p/4288959#M34232</link>
      <description>I have unmount the cdrom, but i cant get it to eject manually or through the software</description>
      <pubDate>Fri, 17 Oct 2008 11:04:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unable-to-eject-cdrom-manually-or-via-command-line-on-linux/m-p/4288959#M34232</guid>
      <dc:creator>frederick hannah</dc:creator>
      <dc:date>2008-10-17T11:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to eject cdrom manually or via command line on Linux server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unable-to-eject-cdrom-manually-or-via-command-line-on-linux/m-p/4288960#M34233</link>
      <description>Well as this seems to have nothing to do with HP-UX, I am moving it to a more appropriate forum&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Oct 2008 11:32:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unable-to-eject-cdrom-manually-or-via-command-line-on-linux/m-p/4288960#M34233</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2008-10-17T11:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to eject cdrom manually or via command line on Linux server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unable-to-eject-cdrom-manually-or-via-command-line-on-linux/m-p/4288961#M34234</link>
      <description>get a paper clip and use it to open the cdrom drive.</description>
      <pubDate>Fri, 17 Oct 2008 16:52:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unable-to-eject-cdrom-manually-or-via-command-line-on-linux/m-p/4288961#M34234</guid>
      <dc:creator>Court Campbell</dc:creator>
      <dc:date>2008-10-17T16:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to eject cdrom manually or via command line on Linux server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unable-to-eject-cdrom-manually-or-via-command-line-on-linux/m-p/4288962#M34235</link>
      <description>You've done a "lazy" umount. &lt;BR /&gt;&lt;BR /&gt;Now you'll need to find what is still holding the device open. It might be some process: run "lsof | grep &lt;MOUNTPOINT_OF_CDROM&gt;".&lt;BR /&gt;&lt;BR /&gt;Before doing a lazy umount, the fuser command might have found out the culprit easily: "fuser -m &lt;MOUNTPOINT_OF_CDROM&gt;". Adding the -k option would have killed any process(es) hanging onto the mountpoint. I'm not sure if the fuser command works after a lazy umount.&lt;BR /&gt;&lt;BR /&gt;If you had the cdrom exported as a NFS filesystem, the kernel itself may be hanging on to the cdrom. The lsof command might not be able to detect that. Unexport the cdrom mountpoint, or simply run "exportfs -ar" to refresh the NFS export state to match the current filesystem state.&lt;BR /&gt;&lt;BR /&gt;MK&lt;/MOUNTPOINT_OF_CDROM&gt;&lt;/MOUNTPOINT_OF_CDROM&gt;</description>
      <pubDate>Tue, 21 Oct 2008 10:53:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unable-to-eject-cdrom-manually-or-via-command-line-on-linux/m-p/4288962#M34235</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2008-10-21T10:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to eject cdrom manually or via command line on Linux server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unable-to-eject-cdrom-manually-or-via-command-line-on-linux/m-p/4288963#M34236</link>
      <description>Try if any luck with "eject" command</description>
      <pubDate>Wed, 22 Oct 2008 03:39:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unable-to-eject-cdrom-manually-or-via-command-line-on-linux/m-p/4288963#M34236</guid>
      <dc:creator>Nuwan Alwis</dc:creator>
      <dc:date>2008-10-22T03:39:07Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to eject cdrom manually or via command line on Linux server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unable-to-eject-cdrom-manually-or-via-command-line-on-linux/m-p/4288964#M34237</link>
      <description>Using the "lazy" umount command was a last resort as none of the other mentioned commands worked. I know this is a bit extreme, but I see rebooting as the only option left.</description>
      <pubDate>Wed, 22 Oct 2008 12:08:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unable-to-eject-cdrom-manually-or-via-command-line-on-linux/m-p/4288964#M34237</guid>
      <dc:creator>frederick hannah</dc:creator>
      <dc:date>2008-10-22T12:08:06Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to eject cdrom manually or via command line on Linux server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unable-to-eject-cdrom-manually-or-via-command-line-on-linux/m-p/4288965#M34238</link>
      <description>Hello&lt;BR /&gt;&lt;BR /&gt;Probably your CDROM drive has a firmware bug and unlocking/ejecting the tray is someway broked. I have two drives doing the same after writing of some DVDs or CDs.</description>
      <pubDate>Thu, 23 Oct 2008 06:20:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unable-to-eject-cdrom-manually-or-via-command-line-on-linux/m-p/4288965#M34238</guid>
      <dc:creator>Ivan Kuznetsov</dc:creator>
      <dc:date>2008-10-23T06:20:11Z</dc:date>
    </item>
  </channel>
</rss>

