<?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: why cdrom mounting in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/why-cdrom-mounting/m-p/2641180#M43695</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Do a diskinfo on /dev/rdsk/c6t2d0 and see if it returns the type CD-ROM.&lt;BR /&gt;&lt;BR /&gt;lssf /dev/dsk/c6t2d0 will give you the path and you can find if it is really a CD-ROM drive.&lt;BR /&gt;&lt;BR /&gt;Also make sure you have a CD in there. Otherwise you will get no such device addresss.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
    <pubDate>Wed, 09 Jan 2002 17:42:46 GMT</pubDate>
    <dc:creator>Sridhar Bhaskarla</dc:creator>
    <dc:date>2002-01-09T17:42:46Z</dc:date>
    <item>
      <title>why cdrom mounting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/why-cdrom-mounting/m-p/2641176#M43691</link>
      <description>hi everybody!!&lt;BR /&gt;&lt;BR /&gt;#ioscan -kfnCdisk&lt;BR /&gt;claimed /dev/dsk/c6t2d0 &lt;BR /&gt;&lt;BR /&gt;#mount /dev/dsk/c6t2d0 /cdrom&lt;BR /&gt;/dev/dsk/c6t2d0: no such device or address&lt;BR /&gt;&lt;BR /&gt;why mount cdrom please!!</description>
      <pubDate>Wed, 09 Jan 2002 08:25:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/why-cdrom-mounting/m-p/2641176#M43691</guid>
      <dc:creator>Hogun L</dc:creator>
      <dc:date>2002-01-09T08:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: why cdrom mounting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/why-cdrom-mounting/m-p/2641177#M43692</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Execute the following&lt;BR /&gt;&lt;BR /&gt;# lssf /dev/dsk/c6t2d0&lt;BR /&gt;&lt;BR /&gt;What do you see any errors? Execute the following to re-install the special files.&lt;BR /&gt;&lt;BR /&gt;# insf -e &lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong&lt;BR /&gt;Brainbench MVP for Unix Admin&lt;BR /&gt;&lt;A href="http://www.brainbench.com" target="_blank"&gt;http://www.brainbench.com&lt;/A&gt;</description>
      <pubDate>Wed, 09 Jan 2002 08:35:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/why-cdrom-mounting/m-p/2641177#M43692</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2002-01-09T08:35:23Z</dc:date>
    </item>
    <item>
      <title>Re: why cdrom mounting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/why-cdrom-mounting/m-p/2641178#M43693</link>
      <description>Try mounting this with these steps.&lt;BR /&gt;mkdir /cdrom&lt;BR /&gt;mount -F cdfs /dev/dsk/cXtYdZ /cdrom&lt;BR /&gt;&lt;BR /&gt;There must be a CD inserted in the device for this to work properly. &lt;BR /&gt;&lt;BR /&gt;Good Luck.&lt;BR /&gt;Steve</description>
      <pubDate>Wed, 09 Jan 2002 17:25:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/why-cdrom-mounting/m-p/2641178#M43693</guid>
      <dc:creator>Steve Labar</dc:creator>
      <dc:date>2002-01-09T17:25:19Z</dc:date>
    </item>
    <item>
      <title>Re: why cdrom mounting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/why-cdrom-mounting/m-p/2641179#M43694</link>
      <description>If you try to mount certain types of CDROMs (there are several dozen different ways the 'standards. for CDROM filesystems can be used and the HP-UX cdfs code has not had a major rewrite for more than 10 years.&lt;BR /&gt;&lt;BR /&gt;As mentioned, you may have to tell the mount command -F cdfs, and if that does not work, add the -r option as in:&lt;BR /&gt;&lt;BR /&gt;mount -F cdfs -r /dev/dsk/c6t2d0 /cdrom&lt;BR /&gt;&lt;BR /&gt;Note there may be format issues with the filenames, so add -o cdcase and see if that helps.  HP-UX cannot read pure Joliet filesystems (common with PC CDROMs) and requires a helper set of programs to read RockRidge extensions or ECMA 168 CDs.</description>
      <pubDate>Wed, 09 Jan 2002 17:39:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/why-cdrom-mounting/m-p/2641179#M43694</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2002-01-09T17:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: why cdrom mounting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/why-cdrom-mounting/m-p/2641180#M43695</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Do a diskinfo on /dev/rdsk/c6t2d0 and see if it returns the type CD-ROM.&lt;BR /&gt;&lt;BR /&gt;lssf /dev/dsk/c6t2d0 will give you the path and you can find if it is really a CD-ROM drive.&lt;BR /&gt;&lt;BR /&gt;Also make sure you have a CD in there. Otherwise you will get no such device addresss.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Wed, 09 Jan 2002 17:42:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/why-cdrom-mounting/m-p/2641180#M43695</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2002-01-09T17:42:46Z</dc:date>
    </item>
  </channel>
</rss>

