<?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: mount dvd in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-dvd/m-p/2770209#M74443</link>
    <description>I think those files might actually be on your DVD, not specifically related to the mount process.&lt;BR /&gt;&lt;BR /&gt;Try escaping the filename. i.e.&lt;BR /&gt;&lt;BR /&gt;cat INSTALL.\;1&lt;BR /&gt;&lt;BR /&gt;or using quotes&lt;BR /&gt;&lt;BR /&gt;cat "INSTALL.;1"&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;James</description>
    <pubDate>Tue, 23 Jul 2002 11:38:59 GMT</pubDate>
    <dc:creator>James Beamish-White</dc:creator>
    <dc:date>2002-07-23T11:38:59Z</dc:date>
    <item>
      <title>mount dvd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-dvd/m-p/2770208#M74442</link>
      <description>When I mount the dvdrom (in SAM) to /tmp-mnt/dvd and do a &lt;BR /&gt;&lt;BR /&gt;/tmp-mnt/dvd&amp;gt;ll&lt;BR /&gt;&lt;BR /&gt;I always get file names that contain ";" regardles of the cdrom e.g.:&lt;BR /&gt;&lt;BR /&gt;dr-xr-xr-x   1 4294967295 4294967295    6144 Apr  1 05:21 ARCHIVES&lt;BR /&gt;-r-xr-xr-x   1 4294967295 4294967295    1063 Feb  6 06:42 ARCHLIST.;1&lt;BR /&gt;-r-xr-xr-x   1 4294967295 4294967295   14012 Feb  6 06:36 INSTALL.;1&lt;BR /&gt;dr-xr-xr-x   1 4294967295 4294967295    6144 Apr  1 05:21 INSTINFO&lt;BR /&gt;dr-xr-xr-x   1 4294967295 4294967295    2048 Oct 16  2001 REDIST&lt;BR /&gt;-r-xr-xr-x   1 4294967295 4294967295     247 Apr  1 05:22 TRANS.TBL;1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;which breaks any command that you want to execute.  How do I solve this?</description>
      <pubDate>Tue, 23 Jul 2002 11:32:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-dvd/m-p/2770208#M74442</guid>
      <dc:creator>Victor Geere</dc:creator>
      <dc:date>2002-07-23T11:32:46Z</dc:date>
    </item>
    <item>
      <title>Re: mount dvd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-dvd/m-p/2770209#M74443</link>
      <description>I think those files might actually be on your DVD, not specifically related to the mount process.&lt;BR /&gt;&lt;BR /&gt;Try escaping the filename. i.e.&lt;BR /&gt;&lt;BR /&gt;cat INSTALL.\;1&lt;BR /&gt;&lt;BR /&gt;or using quotes&lt;BR /&gt;&lt;BR /&gt;cat "INSTALL.;1"&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;James</description>
      <pubDate>Tue, 23 Jul 2002 11:38:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-dvd/m-p/2770209#M74443</guid>
      <dc:creator>James Beamish-White</dc:creator>
      <dc:date>2002-07-23T11:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: mount dvd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-dvd/m-p/2770210#M74444</link>
      <description>Run the following command to learn about the DVD device file:&lt;BR /&gt;# bdf /tmp_mnt/dvd&lt;BR /&gt;Then, unmount it manually:&lt;BR /&gt;# cd /&lt;BR /&gt;# umount /tmp_mnt/dvd&lt;BR /&gt;Finally, mount it again manually:&lt;BR /&gt;# mount -F cdfs -o cdcase /dev/dsk/cxtydz /tmp_mnt/dev&lt;BR /&gt;&lt;BR /&gt;where /dev/dsk/cxtydz is the one listed by the bdf command&lt;BR /&gt;&lt;BR /&gt;Hai&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Jul 2002 11:40:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-dvd/m-p/2770210#M74444</guid>
      <dc:creator>Hai Nguyen_1</dc:creator>
      <dc:date>2002-07-23T11:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: mount dvd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-dvd/m-p/2770211#M74445</link>
      <description>Victor,&lt;BR /&gt;&lt;BR /&gt;Bill Hassell's comments in the following thread should shed some light on this for you:&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x272036e69499d611abdb0090277a778c,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x272036e69499d611abdb0090277a778c,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 23 Jul 2002 11:45:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-dvd/m-p/2770211#M74445</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-07-23T11:45:36Z</dc:date>
    </item>
  </channel>
</rss>

