<?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: Problem mounting my cdrom in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-mounting-my-cdrom/m-p/2481953#M18323</link>
    <description>I've had similar problems in the past.  Try this:&lt;BR /&gt;&lt;BR /&gt;mkdir /xcdrom&lt;BR /&gt;mount /dev/dsk/c4t2d0 /xcdrom&lt;BR /&gt;&lt;BR /&gt;If this succeeds, then&lt;BR /&gt;&lt;BR /&gt;umount /xcdrom&lt;BR /&gt;rm /cdrom   ---don't ask me why, it just worked.&lt;BR /&gt;mkdir /cdrom&lt;BR /&gt;mount /dev/dsk/c4t2d0 /cdrom&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 12 Jan 2001 01:41:54 GMT</pubDate>
    <dc:creator>James A. Donovan</dc:creator>
    <dc:date>2001-01-12T01:41:54Z</dc:date>
    <item>
      <title>Problem mounting my cdrom</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-mounting-my-cdrom/m-p/2481949#M18319</link>
      <description>Greetings,&lt;BR /&gt;&lt;BR /&gt;Trying to mount my cdrom on a K-580, running 11.0.&lt;BR /&gt;&lt;BR /&gt;Issue a "mount /cdrom" and receive the following message;&lt;BR /&gt;/dev/dsk/c4t2d0: Device busy&lt;BR /&gt;&lt;BR /&gt;No users are attached to the drive.&lt;BR /&gt;How can I tell what's going on?&lt;BR /&gt;&lt;BR /&gt;Additional information;&lt;BR /&gt;&lt;BR /&gt;I have no entry in my mnttab file for the cdrom&lt;BR /&gt;&lt;BR /&gt;I have an entry in my fstab file for the cdrom;&lt;BR /&gt;/dev/dsk/c4t2d0 /cdrom cdfs ro,suid 0 0&lt;BR /&gt;&lt;BR /&gt;I tried to issue the following command as well;&lt;BR /&gt;mount -F cdfs /dev/dsk/c4t2d0 /cdrom&lt;BR /&gt;/dev/dsk/c4t2d0: Device busy&lt;BR /&gt;&lt;BR /&gt;Any ideas?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Kurt</description>
      <pubDate>Thu, 11 Jan 2001 21:48:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-mounting-my-cdrom/m-p/2481949#M18319</guid>
      <dc:creator>KURT HARLESS</dc:creator>
      <dc:date>2001-01-11T21:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: Problem mounting my cdrom</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-mounting-my-cdrom/m-p/2481950#M18320</link>
      <description>This may be a silly question, but have you tried doing a umount /cdrom  to try and unmount and then try remounting the CD?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Jan 2001 22:03:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-mounting-my-cdrom/m-p/2481950#M18320</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2001-01-11T22:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: Problem mounting my cdrom</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-mounting-my-cdrom/m-p/2481951#M18321</link>
      <description>of course...  Receive the following message;&lt;BR /&gt;# umount /cdrom&lt;BR /&gt;umount: cannot find /cdrom in /etc/mnttab&lt;BR /&gt;        cannot unmount /cdrom</description>
      <pubDate>Thu, 11 Jan 2001 22:47:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-mounting-my-cdrom/m-p/2481951#M18321</guid>
      <dc:creator>KURT HARLESS</dc:creator>
      <dc:date>2001-01-11T22:47:34Z</dc:date>
    </item>
    <item>
      <title>Re: Problem mounting my cdrom</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-mounting-my-cdrom/m-p/2481952#M18322</link>
      <description>Try fuser -ku /cdrom. This should kill any proccess attached to it.But first does /cdrom show up in bdf? If yes whats the content. If some application CD is mounted using the pfs command then you need to use pfs_umount.&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;&lt;BR /&gt;Good luck.</description>
      <pubDate>Fri, 12 Jan 2001 00:19:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-mounting-my-cdrom/m-p/2481952#M18322</guid>
      <dc:creator>Ajitkumar Rane</dc:creator>
      <dc:date>2001-01-12T00:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problem mounting my cdrom</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-mounting-my-cdrom/m-p/2481953#M18323</link>
      <description>I've had similar problems in the past.  Try this:&lt;BR /&gt;&lt;BR /&gt;mkdir /xcdrom&lt;BR /&gt;mount /dev/dsk/c4t2d0 /xcdrom&lt;BR /&gt;&lt;BR /&gt;If this succeeds, then&lt;BR /&gt;&lt;BR /&gt;umount /xcdrom&lt;BR /&gt;rm /cdrom   ---don't ask me why, it just worked.&lt;BR /&gt;mkdir /cdrom&lt;BR /&gt;mount /dev/dsk/c4t2d0 /cdrom&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Jan 2001 01:41:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-mounting-my-cdrom/m-p/2481953#M18323</guid>
      <dc:creator>James A. Donovan</dc:creator>
      <dc:date>2001-01-12T01:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: Problem mounting my cdrom</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-mounting-my-cdrom/m-p/2481954#M18324</link>
      <description>Hi Kurt,&lt;BR /&gt;&lt;BR /&gt;Do you have pfsd and pfs_mountd running?&lt;BR /&gt;If this is the case, it could prevent from mounting a cdrom and report a "device busy" ?&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Dan&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Jan 2001 07:02:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-mounting-my-cdrom/m-p/2481954#M18324</guid>
      <dc:creator>Dan Hetzel</dc:creator>
      <dc:date>2001-01-12T07:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: Problem mounting my cdrom</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-mounting-my-cdrom/m-p/2481955#M18325</link>
      <description>Replies:&lt;BR /&gt;&lt;BR /&gt;Rane:  Results for fuser -u /cdrom&lt;BR /&gt;# fuser -u /cdrom&lt;BR /&gt;/cdrom:&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;So I take that as no active connections to this resource.&lt;BR /&gt;&lt;BR /&gt;Donovan: &lt;BR /&gt;# mkdir /xcdrom&lt;BR /&gt;# mount /dev/dsk/c4t2d0 /xcdrom&lt;BR /&gt;/dev/dsk/c4t2d0: Device busy&lt;BR /&gt;Still busy...&lt;BR /&gt;&lt;BR /&gt;Hetzel:&lt;BR /&gt;# ps -ef | grep pfs&lt;BR /&gt;    root  2026 14853  1 08:24:05 pts/t2    0:00 grep pfs&lt;BR /&gt;&lt;BR /&gt;No indication of any pfs*&lt;BR /&gt;&lt;BR /&gt;Still puzzled....&lt;BR /&gt;Should I have an entry in my mnttab for my cdrom?  If so, Anyone know what it should look like?&lt;BR /&gt;&lt;BR /&gt;About ready to boot the box this weekend if all else fails...&lt;BR /&gt;&lt;BR /&gt;Thanks for the continued support.&lt;BR /&gt;&lt;BR /&gt;Kurt</description>
      <pubDate>Fri, 12 Jan 2001 15:36:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-mounting-my-cdrom/m-p/2481955#M18325</guid>
      <dc:creator>KURT HARLESS</dc:creator>
      <dc:date>2001-01-12T15:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: Problem mounting my cdrom</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-mounting-my-cdrom/m-p/2481956#M18326</link>
      <description>OK I AM AN IDIOT!&lt;BR /&gt;&lt;BR /&gt;Apparently, I need to have a CD in the drive before I mount it!   Duuuuuu&lt;BR /&gt;&lt;BR /&gt;Thanks all</description>
      <pubDate>Fri, 12 Jan 2001 18:43:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-mounting-my-cdrom/m-p/2481956#M18326</guid>
      <dc:creator>KURT HARLESS</dc:creator>
      <dc:date>2001-01-12T18:43:11Z</dc:date>
    </item>
  </channel>
</rss>

