<?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 File name on CD shown as UPPERCASE;1 on CD in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/file-name-on-cd-shown-as-uppercase-1-on-cd/m-p/2663569#M48950</link>
    <description>Hi, &lt;BR /&gt;&lt;BR /&gt;One thing puzzles me now. &lt;BR /&gt;&lt;BR /&gt;I burned a CD which has file names as lower case. Those files showed lower case file names on other platforms (SUNS, SGI, Linux). But when I tried on our HP machine (HP 9000 C360 running 10.20), they are like UPPERCASE_FILENAME;1. (The CD was burned by a NT machine.) &lt;BR /&gt;&lt;BR /&gt;Is this a problem from device (internal CDROM drive), or there is a trick to use the mount command? &lt;BR /&gt;&lt;BR /&gt;All kinds of information/suggestion are welcome. &lt;BR /&gt;&lt;BR /&gt;Best regards, &lt;BR /&gt;&lt;BR /&gt;Reggie &lt;BR /&gt;</description>
    <pubDate>Tue, 12 Feb 2002 20:48:54 GMT</pubDate>
    <dc:creator>Reggie Chang</dc:creator>
    <dc:date>2002-02-12T20:48:54Z</dc:date>
    <item>
      <title>File name on CD shown as UPPERCASE;1 on CD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-name-on-cd-shown-as-uppercase-1-on-cd/m-p/2663569#M48950</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;One thing puzzles me now. &lt;BR /&gt;&lt;BR /&gt;I burned a CD which has file names as lower case. Those files showed lower case file names on other platforms (SUNS, SGI, Linux). But when I tried on our HP machine (HP 9000 C360 running 10.20), they are like UPPERCASE_FILENAME;1. (The CD was burned by a NT machine.) &lt;BR /&gt;&lt;BR /&gt;Is this a problem from device (internal CDROM drive), or there is a trick to use the mount command? &lt;BR /&gt;&lt;BR /&gt;All kinds of information/suggestion are welcome. &lt;BR /&gt;&lt;BR /&gt;Best regards, &lt;BR /&gt;&lt;BR /&gt;Reggie &lt;BR /&gt;</description>
      <pubDate>Tue, 12 Feb 2002 20:48:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-name-on-cd-shown-as-uppercase-1-on-cd/m-p/2663569#M48950</guid>
      <dc:creator>Reggie Chang</dc:creator>
      <dc:date>2002-02-12T20:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: File name on CD shown as UPPERCASE;1 on CD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-name-on-cd-shown-as-uppercase-1-on-cd/m-p/2663570#M48951</link>
      <description>Easy. Use the -o cdcase option when you mount the CD. Man mount_cdfs for details.&lt;BR /&gt;&lt;BR /&gt;mount -F cdfs -o cdcase /dev/dsk/cXtYdZ /cdrom&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Feb 2002 20:51:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-name-on-cd-shown-as-uppercase-1-on-cd/m-p/2663570#M48951</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-02-12T20:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: File name on CD shown as UPPERCASE;1 on CD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-name-on-cd-shown-as-uppercase-1-on-cd/m-p/2663571#M48952</link>
      <description>What command did you use when you mounted the CD?&lt;BR /&gt;&lt;BR /&gt;Try this one and see what happens:&lt;BR /&gt;&lt;BR /&gt;# mount -r -o cdcase /dev/dsk/c?t?d0 /cdrom</description>
      <pubDate>Tue, 12 Feb 2002 20:51:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-name-on-cd-shown-as-uppercase-1-on-cd/m-p/2663571#M48952</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2002-02-12T20:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: File name on CD shown as UPPERCASE;1 on CD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-name-on-cd-shown-as-uppercase-1-on-cd/m-p/2663572#M48953</link>
      <description>Hi Reggie,&lt;BR /&gt;&lt;BR /&gt;Try,&lt;BR /&gt;&lt;BR /&gt;mount -r -o cdcase /dev/dsk/cxtydz /cdrom&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Feb 2002 20:51:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-name-on-cd-shown-as-uppercase-1-on-cd/m-p/2663572#M48953</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-02-12T20:51:19Z</dc:date>
    </item>
    <item>
      <title>Re: File name on CD shown as UPPERCASE;1 on CD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-name-on-cd-shown-as-uppercase-1-on-cd/m-p/2663573#M48954</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Mount the CD with '-o cdcase' option.&lt;BR /&gt;&lt;BR /&gt;# mount -F cdfs -o cdcase /dev/dsk/cxtxdx /cdrom.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If you want to make this permanent, then edit /etc/fstab and add this entry:&lt;BR /&gt;&lt;BR /&gt;/dev/dsk/cxtxdx /cdrom cdfs ro,cdcase 0 0&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju</description>
      <pubDate>Tue, 12 Feb 2002 20:54:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-name-on-cd-shown-as-uppercase-1-on-cd/m-p/2663573#M48954</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-02-12T20:54:03Z</dc:date>
    </item>
    <item>
      <title>Re: File name on CD shown as UPPERCASE;1 on CD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-name-on-cd-shown-as-uppercase-1-on-cd/m-p/2663574#M48955</link>
      <description>Reggie,&lt;BR /&gt;If this is an oracle cd you will probably have to use pfs_mount, otherwise the aforementioned cdfs will probably work.&lt;BR /&gt;&lt;BR /&gt;vi /etc/pfs_fstab and verify:  /dev/dsk/cntndn /cdrom pfs-rrip xlat=unix 0 0&lt;BR /&gt;(or put these options on command line)&lt;BR /&gt;/usr/sbin/pfs_mountd &amp;amp;&lt;BR /&gt;/usr/sbin/pfsd &amp;amp;&lt;BR /&gt;/usr/sbin/pfs_mount /cdrom&lt;BR /&gt;/usr/sbin/pfs_umount /cdrom&lt;BR /&gt;ps ???ef|grep pfs&lt;BR /&gt;kill ???9   (pfsd)&lt;BR /&gt;kill ???9  (pfs_mountd)&lt;BR /&gt;&lt;BR /&gt;pfs_umount ???c (cleanup files if have trouble pfs mounting)&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Feb 2002 21:02:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-name-on-cd-shown-as-uppercase-1-on-cd/m-p/2663574#M48955</guid>
      <dc:creator>Craig Rants</dc:creator>
      <dc:date>2002-02-12T21:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: File name on CD shown as UPPERCASE;1 on CD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-name-on-cd-shown-as-uppercase-1-on-cd/m-p/2663575#M48956</link>
      <description>The reason behind this is that the CD has been cut as a joliet CD not ISO 9660.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Feb 2002 21:18:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-name-on-cd-shown-as-uppercase-1-on-cd/m-p/2663575#M48956</guid>
      <dc:creator>Scott Van Kalken</dc:creator>
      <dc:date>2002-02-12T21:18:00Z</dc:date>
    </item>
    <item>
      <title>Re: File name on CD shown as UPPERCASE;1 on CD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-name-on-cd-shown-as-uppercase-1-on-cd/m-p/2663576#M48957</link>
      <description>Thank you all for the responses.&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Feb 2002 21:20:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-name-on-cd-shown-as-uppercase-1-on-cd/m-p/2663576#M48957</guid>
      <dc:creator>Reggie Chang</dc:creator>
      <dc:date>2002-02-12T21:20:59Z</dc:date>
    </item>
  </channel>
</rss>

