<?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: to mount CDROm in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/to-mount-cdrom/m-p/4273002#M334536</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;this mounting command only works with an inserted cd ... whta do you want to read?&lt;BR /&gt;What is the result of 'ioscan -fnC disk'&lt;BR /&gt;&lt;BR /&gt;Volkmar&lt;BR /&gt;</description>
    <pubDate>Mon, 22 Sep 2008 09:07:19 GMT</pubDate>
    <dc:creator>V. Nyga</dc:creator>
    <dc:date>2008-09-22T09:07:19Z</dc:date>
    <item>
      <title>to mount CDROm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/to-mount-cdrom/m-p/4273000#M334534</link>
      <description>When im trying to mount CDROm (mount /dev/dsk/c11t2d0 /cdrom) it is showing I/O ERROR.. I checked in /etc/fstab here there is no entry for cdrom..</description>
      <pubDate>Sat, 20 Sep 2008 09:05:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/to-mount-cdrom/m-p/4273000#M334534</guid>
      <dc:creator>laiju.c.babu</dc:creator>
      <dc:date>2008-09-20T09:05:02Z</dc:date>
    </item>
    <item>
      <title>Re: to mount CDROm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/to-mount-cdrom/m-p/4273001#M334535</link>
      <description>What is your OS? What is on the CD?&lt;BR /&gt;&lt;BR /&gt;Just in case it is hp-ux and the cd-rom is bootable, try&lt;BR /&gt;&lt;BR /&gt;mount -r /dev/dsk/c11t2d0 /cdrom</description>
      <pubDate>Mon, 22 Sep 2008 04:12:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/to-mount-cdrom/m-p/4273001#M334535</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-09-22T04:12:43Z</dc:date>
    </item>
    <item>
      <title>Re: to mount CDROm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/to-mount-cdrom/m-p/4273002#M334536</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;this mounting command only works with an inserted cd ... whta do you want to read?&lt;BR /&gt;What is the result of 'ioscan -fnC disk'&lt;BR /&gt;&lt;BR /&gt;Volkmar&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Sep 2008 09:07:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/to-mount-cdrom/m-p/4273002#M334536</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2008-09-22T09:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: to mount CDROm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/to-mount-cdrom/m-p/4273003#M334537</link>
      <description>on HP-UX try:&lt;BR /&gt;&lt;BR /&gt;mount -o cdcase,ro /dev/dsk/cxtxdx /mnt</description>
      <pubDate>Mon, 22 Sep 2008 09:07:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/to-mount-cdrom/m-p/4273003#M334537</guid>
      <dc:creator>Sandeep_Chaudhary</dc:creator>
      <dc:date>2008-09-22T09:07:38Z</dc:date>
    </item>
    <item>
      <title>Re: to mount CDROm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/to-mount-cdrom/m-p/4273004#M334538</link>
      <description>Here is the list of the CD-ROM mounting commands&lt;BR /&gt;according to the Unix platform used ([options] different values).&lt;BR /&gt;&lt;BR /&gt;IBM AIX&lt;BR /&gt;mount -rv cdrfs /dev/cd0 /cdrom&lt;BR /&gt;&lt;BR /&gt;HP-UX 11&lt;BR /&gt;mount -o rr,cdcase /dev/xxx&lt;BR /&gt;&lt;BR /&gt;LINUX&lt;BR /&gt;mount -t iso9660 /dev/cdrom /cdrom&lt;BR /&gt;&lt;BR /&gt;Tru64 UNIX&lt;BR /&gt;mount -r /dev/rz?c /cdrom&lt;BR /&gt;or&lt;BR /&gt;mount -r -t cdfs -o rrip /dev/rz?c /cdrom&lt;BR /&gt;where [?] is the CD-ROM SCSI ID (usually 4)&lt;BR /&gt;&lt;BR /&gt;SGI IRIX&lt;BR /&gt;mount -t iso9660 -o ro /dev/cd0 /cdrom&lt;BR /&gt;&lt;BR /&gt;Sun SOLARIS 2.6, 7, 8 and 9&lt;BR /&gt;without vold: mount -r -F hsfs /dev/cd0 /cdrom</description>
      <pubDate>Mon, 22 Sep 2008 09:26:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/to-mount-cdrom/m-p/4273004#M334538</guid>
      <dc:creator>Sandeep_Chaudhary</dc:creator>
      <dc:date>2008-09-22T09:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: to mount CDROm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/to-mount-cdrom/m-p/4273005#M334539</link>
      <description>Thanks to alll,,&lt;BR /&gt;&lt;BR /&gt;I tried witha differnet mediaa. Now i can mount.....&lt;BR /&gt;&lt;BR /&gt;Thanks for kind reply,</description>
      <pubDate>Mon, 22 Sep 2008 17:07:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/to-mount-cdrom/m-p/4273005#M334539</guid>
      <dc:creator>laiju.c.babu</dc:creator>
      <dc:date>2008-09-22T17:07:25Z</dc:date>
    </item>
  </channel>
</rss>

