<?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 mount - no version numbers in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-no-version-numbers/m-p/2538406#M915465</link>
    <description>Using HP-UX 10.20, when I mount a CD-ROM, I see file names with version numbers, like:&lt;BR /&gt;&lt;BR /&gt;   README.TXT;1&lt;BR /&gt;&lt;BR /&gt;Isn't there an option available to remove the version?  I can't get to the files.  There is an install script on the CD that is failing for the same reason.&lt;BR /&gt;&lt;BR /&gt;Fred&lt;BR /&gt;</description>
    <pubDate>Fri, 08 Jun 2001 14:55:49 GMT</pubDate>
    <dc:creator>Fred Martin_1</dc:creator>
    <dc:date>2001-06-08T14:55:49Z</dc:date>
    <item>
      <title>mount - no version numbers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-no-version-numbers/m-p/2538406#M915465</link>
      <description>Using HP-UX 10.20, when I mount a CD-ROM, I see file names with version numbers, like:&lt;BR /&gt;&lt;BR /&gt;   README.TXT;1&lt;BR /&gt;&lt;BR /&gt;Isn't there an option available to remove the version?  I can't get to the files.  There is an install script on the CD that is failing for the same reason.&lt;BR /&gt;&lt;BR /&gt;Fred&lt;BR /&gt;</description>
      <pubDate>Fri, 08 Jun 2001 14:55:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-no-version-numbers/m-p/2538406#M915465</guid>
      <dc:creator>Fred Martin_1</dc:creator>
      <dc:date>2001-06-08T14:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: mount - no version numbers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-no-version-numbers/m-p/2538407#M915466</link>
      <description>Hi Fred:&lt;BR /&gt;&lt;BR /&gt;It sounds like you need to do a PFS-style mount of the CDROM.  Knowledge Base document #KBAN00000252 has good instructions for doing this.&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 08 Jun 2001 15:01:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-no-version-numbers/m-p/2538407#M915466</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-06-08T15:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: mount - no version numbers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-no-version-numbers/m-p/2538408#M915467</link>
      <description>I've seen this when mounting cds created on a windows system that are wrapped iso filesystems.&lt;BR /&gt;&lt;BR /&gt;Later,&lt;BR /&gt;Bill</description>
      <pubDate>Fri, 08 Jun 2001 15:07:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-no-version-numbers/m-p/2538408#M915467</guid>
      <dc:creator>Bill McNAMARA_1</dc:creator>
      <dc:date>2001-06-08T15:07:09Z</dc:date>
    </item>
    <item>
      <title>Re: mount - no version numbers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-no-version-numbers/m-p/2538409#M915468</link>
      <description>Hi Fred&lt;BR /&gt;&lt;BR /&gt;Use pfs_mount as :&lt;BR /&gt;&lt;BR /&gt;pfs_mount -x lower_case -x no_version /dev/dsk/cXtYdZ /test&lt;BR /&gt;&lt;BR /&gt;, or you can also do man pages .&lt;BR /&gt;&lt;BR /&gt;mount -f cdfs -o cdcase /dev/dsk/cXtYdZ /test &lt;BR /&gt;is also a solution .&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Fri, 08 Jun 2001 15:15:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-no-version-numbers/m-p/2538409#M915468</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2001-06-08T15:15:07Z</dc:date>
    </item>
    <item>
      <title>Re: mount - no version numbers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-no-version-numbers/m-p/2538410#M915469</link>
      <description>Hi Fred,&lt;BR /&gt;&lt;BR /&gt;pfs_mount will do it but you can also&lt;BR /&gt;&lt;BR /&gt;mount -F cdfs -o cdcase /dev/dsk/cxtydz /cdrom&lt;BR /&gt;&lt;BR /&gt;to remove the version number.&lt;BR /&gt;&lt;BR /&gt;Regards, Clay</description>
      <pubDate>Fri, 08 Jun 2001 15:15:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-no-version-numbers/m-p/2538410#M915469</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-06-08T15:15:44Z</dc:date>
    </item>
    <item>
      <title>Re: mount - no version numbers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-no-version-numbers/m-p/2538411#M915470</link>
      <description>I would try the 'mount -f cdfs -o cdcase /dev/dsk/c?t?d? /cdrom' first.  That should work for you.  I try to avoid pfs_mount if I can.  It's a pain to deal with, at least for me.</description>
      <pubDate>Fri, 08 Jun 2001 15:31:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-no-version-numbers/m-p/2538411#M915470</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2001-06-08T15:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: mount - no version numbers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-no-version-numbers/m-p/2538412#M915471</link>
      <description>Here's what worked:&lt;BR /&gt;&lt;BR /&gt;mount -F cdfs -o cdcase /dev/dsk/c?t?d? /cdrom&lt;BR /&gt;&lt;BR /&gt;The -o option is what was needed.&lt;BR /&gt;</description>
      <pubDate>Fri, 08 Jun 2001 16:35:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-no-version-numbers/m-p/2538412#M915471</guid>
      <dc:creator>Fred Martin_1</dc:creator>
      <dc:date>2001-06-08T16:35:16Z</dc:date>
    </item>
  </channel>
</rss>

