<?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: Unmounting the CD Rom in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/unmounting-the-cd-rom/m-p/2705230#M59084</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I had a similar problem once.  I solved it by rebooting the system.  &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Mateja</description>
    <pubDate>Mon, 22 Apr 2002 07:51:20 GMT</pubDate>
    <dc:creator>Mateja Bezjak</dc:creator>
    <dc:date>2002-04-22T07:51:20Z</dc:date>
    <item>
      <title>Unmounting the CD Rom</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unmounting-the-cd-rom/m-p/2705223#M59077</link>
      <description>I have a HP9000 N class system running HPUX 11.00. Currently, the system thinks the disk is mounted, however, the tray opens and we can swap the disk but obviously unable to re-mount it. I thought there was a way to force an unmounting (umount -F ..??) but apparently not - all suggestions welcome. There are no users using the CD.</description>
      <pubDate>Wed, 17 Apr 2002 12:41:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unmounting-the-cd-rom/m-p/2705223#M59077</guid>
      <dc:creator>Simon R Wootton</dc:creator>
      <dc:date>2002-04-17T12:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: Unmounting the CD Rom</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unmounting-the-cd-rom/m-p/2705224#M59078</link>
      <description>Can you run&lt;BR /&gt;&lt;BR /&gt;fuser -cu &lt;CDROM_MOUNTPOINT&gt;&lt;BR /&gt;&lt;BR /&gt;to see if any process is occupying it?&lt;BR /&gt;&lt;BR /&gt;Or look into /etc/mnttab to see if there is an entry for the CDROM in there.  If found, delete the line, save the file and you should be all set.&lt;BR /&gt;&lt;BR /&gt;Hai&lt;/CDROM_MOUNTPOINT&gt;</description>
      <pubDate>Wed, 17 Apr 2002 12:54:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unmounting-the-cd-rom/m-p/2705224#M59078</guid>
      <dc:creator>Hai Nguyen_1</dc:creator>
      <dc:date>2002-04-17T12:54:31Z</dc:date>
    </item>
    <item>
      <title>Re: Unmounting the CD Rom</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unmounting-the-cd-rom/m-p/2705225#M59079</link>
      <description>Hi,&lt;BR /&gt;If the system thinks that the CDROM device is mounted, then edit the file /etc/mnttab and delete the file system entry for CDROM device.&lt;BR /&gt;&lt;BR /&gt;Once this is done, then try to mount the CD again.&lt;BR /&gt;&lt;BR /&gt;This should work.&lt;BR /&gt;&lt;BR /&gt;-pap</description>
      <pubDate>Wed, 17 Apr 2002 12:55:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unmounting-the-cd-rom/m-p/2705225#M59079</guid>
      <dc:creator>pap</dc:creator>
      <dc:date>2002-04-17T12:55:08Z</dc:date>
    </item>
    <item>
      <title>Re: Unmounting the CD Rom</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unmounting-the-cd-rom/m-p/2705226#M59080</link>
      <description>Hi Simon,&lt;BR /&gt;&lt;BR /&gt;Does the "mount" command show the CD as being mounted?&lt;BR /&gt;&lt;BR /&gt;If so, what happens when you try to umount it?&lt;BR /&gt;&lt;BR /&gt;Check file /etc/fstab to ensure the CD is not specified as being mounted by default - also check /etc/mnttab which shows which filesystems are currently mounted.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;&lt;BR /&gt;John&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Apr 2002 12:59:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unmounting-the-cd-rom/m-p/2705226#M59080</guid>
      <dc:creator>John Strang</dc:creator>
      <dc:date>2002-04-17T12:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: Unmounting the CD Rom</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unmounting-the-cd-rom/m-p/2705227#M59081</link>
      <description>Hi&lt;BR /&gt;check the mount point by &lt;BR /&gt;fuser command&lt;BR /&gt;fuser -u mount point&lt;BR /&gt;if it shows process running with this mount point than use&lt;BR /&gt;fuser -uk mount point. probably mount point will be released and you will be able to mount another cd&lt;BR /&gt;&lt;BR /&gt;sudhir</description>
      <pubDate>Thu, 18 Apr 2002 02:45:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unmounting-the-cd-rom/m-p/2705227#M59081</guid>
      <dc:creator>sudhir_3</dc:creator>
      <dc:date>2002-04-18T02:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: Unmounting the CD Rom</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unmounting-the-cd-rom/m-p/2705228#M59082</link>
      <description>Hi,&lt;BR /&gt;How exactly was the CD originally mounted ? If it was a pfs_mount instead of an ordinary mount ... I'm afraid you'll need a reboot to solve the problem.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Tom</description>
      <pubDate>Thu, 18 Apr 2002 03:59:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unmounting-the-cd-rom/m-p/2705228#M59082</guid>
      <dc:creator>Tom Geudens</dc:creator>
      <dc:date>2002-04-18T03:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: Unmounting the CD Rom</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unmounting-the-cd-rom/m-p/2705229#M59083</link>
      <description>Try power cycle CDROM only.</description>
      <pubDate>Mon, 22 Apr 2002 01:51:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unmounting-the-cd-rom/m-p/2705229#M59083</guid>
      <dc:creator>SS_6</dc:creator>
      <dc:date>2002-04-22T01:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: Unmounting the CD Rom</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unmounting-the-cd-rom/m-p/2705230#M59084</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I had a similar problem once.  I solved it by rebooting the system.  &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Mateja</description>
      <pubDate>Mon, 22 Apr 2002 07:51:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unmounting-the-cd-rom/m-p/2705230#M59084</guid>
      <dc:creator>Mateja Bezjak</dc:creator>
      <dc:date>2002-04-22T07:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: Unmounting the CD Rom</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unmounting-the-cd-rom/m-p/2705231#M59085</link>
      <description>Thanks to all who responded, the only solution in the end was a reboot.</description>
      <pubDate>Mon, 22 Apr 2002 07:52:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unmounting-the-cd-rom/m-p/2705231#M59085</guid>
      <dc:creator>Simon R Wootton</dc:creator>
      <dc:date>2002-04-22T07:52:34Z</dc:date>
    </item>
  </channel>
</rss>

