<?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: Problems reading cdrom in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-reading-cdrom/m-p/4988135#M421607</link>
    <description>If you burned the CD with ISO9660 format, you can not read it correctly on hp-ux. HP-UX does not understand iso9660 format yet.</description>
    <pubDate>Thu, 29 Jun 2006 05:56:11 GMT</pubDate>
    <dc:creator>RAC_1</dc:creator>
    <dc:date>2006-06-29T05:56:11Z</dc:date>
    <item>
      <title>Problems reading cdrom</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-reading-cdrom/m-p/4988133#M421605</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;We copied some files from windows system to a CD and we need to use them on HP-UX system, but when I mount cdrom all files into CD appears with ";1" at the end of its name.&lt;BR /&gt;&lt;BR /&gt;I tried to mount cdrom using "-F cdfs" option but I've still same problem.&lt;BR /&gt;&lt;BR /&gt;If read CD from a windows system ";1" doesn't appear on each file as in HP-UX system.&lt;BR /&gt;&lt;BR /&gt;Am I mounting cdrom wrong?&lt;BR /&gt;Are there incompatibilities with CDs copied from windows?&lt;BR /&gt;&lt;BR /&gt;Note that:&lt;BR /&gt;- Files into CD are for HP-UX, so they should work fine.&lt;BR /&gt;- OS is HP-UX B.11.11&lt;BR /&gt;&lt;BR /&gt;Thanks in advance for your help.&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Carles&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Jun 2006 05:50:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-reading-cdrom/m-p/4988133#M421605</guid>
      <dc:creator>Carles Viaplana</dc:creator>
      <dc:date>2006-06-29T05:50:07Z</dc:date>
    </item>
    <item>
      <title>Re: Problems reading cdrom</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-reading-cdrom/m-p/4988134#M421606</link>
      <description>Hi Carles, &lt;BR /&gt;&lt;BR /&gt;Check this FAQ, &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://mirrors.develooper.com/hpux/faq.html" target="_blank"&gt;http://mirrors.develooper.com/hpux/faq.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;My CD-ROM doesn't show what I expect&lt;BR /&gt;&lt;BR /&gt;It can be an Oracle CD-ROM, or a CD created on Windows, or whereever they used Rock Ridge extensions. Long names are truncated or show upper case only. Oracle tells you to use pfs_mount.&lt;BR /&gt;&lt;BR /&gt;Do not use pfs_mount!. Install the Rock-Ridge extension patches instead and never worry about these problems. For HP-UX 11.00 you will need forget all about PFS and install PHKL_26448 (now superceded by PHKL_28060), PHCO_26449, and PHKL_26450 to have HP-UX recognize those file systems automatically on mount! For HP-UX 11.11 (11i) you need PHCO_25841, PHKL_26269, and PHKL_25760 (now superceded by PHKL_32035).&lt;BR /&gt;&lt;BR /&gt;No need thereafter to use -o cdfs to mount anymore, provided you enter the CD drive in /etc/fstab like this:&lt;BR /&gt;&lt;BR /&gt;      /dev/cd0   /cdrom    cdfs    ro,rr,noauto    0 0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Thu, 29 Jun 2006 05:53:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-reading-cdrom/m-p/4988134#M421606</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-06-29T05:53:22Z</dc:date>
    </item>
    <item>
      <title>Re: Problems reading cdrom</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-reading-cdrom/m-p/4988135#M421607</link>
      <description>If you burned the CD with ISO9660 format, you can not read it correctly on hp-ux. HP-UX does not understand iso9660 format yet.</description>
      <pubDate>Thu, 29 Jun 2006 05:56:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-reading-cdrom/m-p/4988135#M421607</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2006-06-29T05:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: Problems reading cdrom</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-reading-cdrom/m-p/4988136#M421608</link>
      <description>Just to clarify -- all CDROMs are ISO 9660 which defines the 8.3 names with all UPPERCASE characters and a ;1 version number. This is present on your CDs. There are actually several directories on a CD so the CDFS code is responsible to find and interpret them. The default for HP-UX is ISO 9660 only. All modern CDs are built with Rock Ridge Interchange format (aka, ECMA 168 or POSIX format) which creates a directory with long filenames and MiXeD case characters. &lt;BR /&gt; &lt;BR /&gt;The reason that your HP-UX CDs appear correctly (longnames, lowercase, etc) is that HP violates the CDROM standards with the format for those disks and the CDFS code knows how to read the image correctly. &lt;BR /&gt; &lt;BR /&gt;Use the option -orr when you mount the CD. If the option is *NOT* shown in the man page for:&lt;BR /&gt; &lt;BR /&gt;man mount_cdfs&lt;BR /&gt; &lt;BR /&gt;then you must install all 3 patches listed above. -orr will enable RockRidge capability and show the names as you expect. NOTE: PCs have a very unportable format called Joliet which cannot be read on HP-UX at all.</description>
      <pubDate>Thu, 29 Jun 2006 07:56:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-reading-cdrom/m-p/4988136#M421608</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-06-29T07:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: Problems reading cdrom</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-reading-cdrom/m-p/4988137#M421609</link>
      <description>Thanks to all for your help. Now I'm able to execute it.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Carles&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Jun 2006 11:22:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-reading-cdrom/m-p/4988137#M421609</guid>
      <dc:creator>Carles Viaplana</dc:creator>
      <dc:date>2006-06-29T11:22:42Z</dc:date>
    </item>
  </channel>
</rss>

