<?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 Unmount cdrom in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/unmount-cdrom/m-p/2587530#M857486</link>
    <description>(Have read 9/27 "umount cdrom" post below)&lt;BR /&gt;&lt;BR /&gt;Unable to umount  /cdrom on 10.20 system.&lt;BR /&gt;Mssg returned is: "umount: cannot find /cdrom in /etc/mnttab. cannot umount /cdrom".&lt;BR /&gt;&lt;BR /&gt;Cmd "fuser -cu /cdrom" returns mssg:&lt;BR /&gt;"/cdrom: fuser: could not find file system mounted at /cdrom."&lt;BR /&gt;&lt;BR /&gt;When attempt is made to mount to /cdrom2, mssg returned is: "/dev/dsk/c1t2d0: Device busy".&lt;BR /&gt;Cmd used to mount: /etc/mount -F cdfs -o ro,cdcase /dev/dsk/c1t2d0 /cdrom.&lt;BR /&gt;&lt;BR /&gt;No entry for /cdrom exists in bdf, fstab or mnttab.&lt;BR /&gt;System is in single-user mode. No other users are on.&lt;BR /&gt;System has been rebooted several times.&lt;BR /&gt;&lt;BR /&gt;All suggestions appreciated.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 01 Oct 2001 14:57:36 GMT</pubDate>
    <dc:creator>Marc Godbout</dc:creator>
    <dc:date>2001-10-01T14:57:36Z</dc:date>
    <item>
      <title>Unmount cdrom</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unmount-cdrom/m-p/2587530#M857486</link>
      <description>(Have read 9/27 "umount cdrom" post below)&lt;BR /&gt;&lt;BR /&gt;Unable to umount  /cdrom on 10.20 system.&lt;BR /&gt;Mssg returned is: "umount: cannot find /cdrom in /etc/mnttab. cannot umount /cdrom".&lt;BR /&gt;&lt;BR /&gt;Cmd "fuser -cu /cdrom" returns mssg:&lt;BR /&gt;"/cdrom: fuser: could not find file system mounted at /cdrom."&lt;BR /&gt;&lt;BR /&gt;When attempt is made to mount to /cdrom2, mssg returned is: "/dev/dsk/c1t2d0: Device busy".&lt;BR /&gt;Cmd used to mount: /etc/mount -F cdfs -o ro,cdcase /dev/dsk/c1t2d0 /cdrom.&lt;BR /&gt;&lt;BR /&gt;No entry for /cdrom exists in bdf, fstab or mnttab.&lt;BR /&gt;System is in single-user mode. No other users are on.&lt;BR /&gt;System has been rebooted several times.&lt;BR /&gt;&lt;BR /&gt;All suggestions appreciated.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 01 Oct 2001 14:57:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unmount-cdrom/m-p/2587530#M857486</guid>
      <dc:creator>Marc Godbout</dc:creator>
      <dc:date>2001-10-01T14:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: Unmount cdrom</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unmount-cdrom/m-p/2587531#M857487</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Check for pfs daemon is running &lt;BR /&gt;&lt;BR /&gt;ps -ef | grep pfsd &lt;BR /&gt;ps -ef | grep pfs_mountd.. If you find any kill the process.&lt;BR /&gt;&lt;BR /&gt;Try mounting it by then using nohup&lt;BR /&gt;&lt;BR /&gt;nohup /usr/sbin/pfs_mountd&amp;amp;&lt;BR /&gt;nohup /usr/sbin/pfsd&amp;amp;&lt;BR /&gt;/usr/sbin/pfs_mount -t rrip -x unix /dev/dsk/&lt;CNTNDN&gt; Your device /cdrom&lt;BR /&gt;I assume this was not a remote mount.&lt;BR /&gt;&lt;BR /&gt;Good luck&lt;BR /&gt;-USA..&lt;/CNTNDN&gt;</description>
      <pubDate>Mon, 01 Oct 2001 15:19:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unmount-cdrom/m-p/2587531#M857487</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2001-10-01T15:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: Unmount cdrom</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unmount-cdrom/m-p/2587532#M857488</link>
      <description>A great tool to use to determine what processes have what files open is "lsof". You can download it from here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Sysadmin/lsof-4.55/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Sysadmin/lsof-4.55/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 01 Oct 2001 15:47:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unmount-cdrom/m-p/2587532#M857488</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2001-10-01T15:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: Unmount cdrom</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unmount-cdrom/m-p/2587533#M857489</link>
      <description>If the mount command reports that /cdrom is not mounted, then it isn't, especially in single user mode where pfs is not running (I am assuming by single user mode that you did not use init s or shutdown 0, neither of which work correctly for single user).&lt;BR /&gt;&lt;BR /&gt;If you are trying to umount the CDROM because it won't eject, try a shutdown -h 0 and then cycle power.  If that does not work, the CD is physically stuck.  You can use a paperclip to poke into the small hole on the front panel. If that does not eject the CD, it will have to be replaced.</description>
      <pubDate>Mon, 01 Oct 2001 16:08:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unmount-cdrom/m-p/2587533#M857489</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2001-10-01T16:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: Unmount cdrom</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unmount-cdrom/m-p/2587534#M857490</link>
      <description>Hello Marc,&lt;BR /&gt;&lt;BR /&gt;IIRC then there was the option "-u" for "mount" still&lt;BR /&gt;available in HPUX 10.20...&lt;BR /&gt;Try "mount -u" and then look for the output of "mount".&lt;BR /&gt;Is the cdrom still shown as mounted?&lt;BR /&gt;Then you might have to reboot, actually.&lt;BR /&gt;&lt;BR /&gt;Else try "diskinfo" on that cdrom-drive's HW PATH, and/or&lt;BR /&gt;try "dd" or even "tar" on its device file (get the file &lt;BR /&gt;name from "ioscan -fnkC disk").&lt;BR /&gt;&lt;BR /&gt;Is there a CD in or not?&lt;BR /&gt;&lt;BR /&gt;Just my ?0.02,&lt;BR /&gt;Wodisch&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Oct 2001 22:36:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unmount-cdrom/m-p/2587534#M857490</guid>
      <dc:creator>Wodisch</dc:creator>
      <dc:date>2001-10-04T22:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: Unmount cdrom</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unmount-cdrom/m-p/2587535#M857491</link>
      <description>Have exhausted all sw solutions. At this point it appears to be hardware-related. Swapping out the drive 10/8. Will post results.&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Oct 2001 12:36:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unmount-cdrom/m-p/2587535#M857491</guid>
      <dc:creator>Marc Godbout</dc:creator>
      <dc:date>2001-10-05T12:36:03Z</dc:date>
    </item>
  </channel>
</rss>

