<?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: Very simple question....copying files. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/very-simple-question-copying-files/m-p/2541848#M865636</link>
    <description>Hi Christopher&lt;BR /&gt;&lt;BR /&gt;Please try one of the following:&lt;BR /&gt;&lt;BR /&gt;1. mount -o cdcase /dev/dsk/c?t?d? /cdrom &lt;BR /&gt;&lt;BR /&gt;or try the pfs option&lt;BR /&gt;&lt;BR /&gt;2. pfs_mount -x lower_case -x no_version /dev/cxtydz /cdrom.&lt;BR /&gt;&lt;BR /&gt;after running &lt;BR /&gt;&lt;BR /&gt;/usr/sbin/pfs_mountd &amp;amp;&lt;BR /&gt;/usr/sbin/mountd &amp;amp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
    <pubDate>Mon, 18 Jun 2001 19:02:20 GMT</pubDate>
    <dc:creator>MANOJ SRIVASTAVA</dc:creator>
    <dc:date>2001-06-18T19:02:20Z</dc:date>
    <item>
      <title>Very simple question....copying files.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/very-simple-question-copying-files/m-p/2541846#M865634</link>
      <description>Okay, this may seem redundant, but I've run into a stump and cannot figure a way around this.  I am trying to copy a device driver TAR file from my CD to the HDD.  The file name says:  HP0AA_ML.TAR on the CD if it were being viewed via a windows environment.  When I look at it on my HPUX box, it displays as HP0AA_ML.TAR;1.  I was trying to cp that file to another directory under root with the same filename without the ;1 and it will not let me do this.  What am I missing?  Is this a DOS conversion issue?  &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Chris Bidwell</description>
      <pubDate>Mon, 18 Jun 2001 18:42:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/very-simple-question-copying-files/m-p/2541846#M865634</guid>
      <dc:creator>Chris Bidwell</dc:creator>
      <dc:date>2001-06-18T18:42:12Z</dc:date>
    </item>
    <item>
      <title>Re: Very simple question....copying files.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/very-simple-question-copying-files/m-p/2541847#M865635</link>
      <description>You need to mount your CD on the HPUX box as follows:&lt;BR /&gt;&lt;BR /&gt;mount -o cdcase /dev/dsk/c?t?d? /cdrom&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Jun 2001 18:49:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/very-simple-question-copying-files/m-p/2541847#M865635</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2001-06-18T18:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: Very simple question....copying files.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/very-simple-question-copying-files/m-p/2541848#M865636</link>
      <description>Hi Christopher&lt;BR /&gt;&lt;BR /&gt;Please try one of the following:&lt;BR /&gt;&lt;BR /&gt;1. mount -o cdcase /dev/dsk/c?t?d? /cdrom &lt;BR /&gt;&lt;BR /&gt;or try the pfs option&lt;BR /&gt;&lt;BR /&gt;2. pfs_mount -x lower_case -x no_version /dev/cxtydz /cdrom.&lt;BR /&gt;&lt;BR /&gt;after running &lt;BR /&gt;&lt;BR /&gt;/usr/sbin/pfs_mountd &amp;amp;&lt;BR /&gt;/usr/sbin/mountd &amp;amp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Mon, 18 Jun 2001 19:02:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/very-simple-question-copying-files/m-p/2541848#M865636</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2001-06-18T19:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: Very simple question....copying files.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/very-simple-question-copying-files/m-p/2541849#M865637</link>
      <description>Also the reason the copy is not working is because the mount is not proper to the format stored on the CD.&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Mon, 18 Jun 2001 19:04:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/very-simple-question-copying-files/m-p/2541849#M865637</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2001-06-18T19:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: Very simple question....copying files.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/very-simple-question-copying-files/m-p/2541850#M865638</link>
      <description>You can also do the following:&lt;BR /&gt;&lt;BR /&gt;  cp *.TAR* alt_dir/file_name.tar&lt;BR /&gt;&lt;BR /&gt;It works for me.</description>
      <pubDate>Mon, 18 Jun 2001 19:05:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/very-simple-question-copying-files/m-p/2541850#M865638</guid>
      <dc:creator>Christopher McCray_1</dc:creator>
      <dc:date>2001-06-18T19:05:22Z</dc:date>
    </item>
    <item>
      <title>Re: Very simple question....copying files.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/very-simple-question-copying-files/m-p/2541851#M865639</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;mount -F cdfs -o cdcase /dev/dsk/..... /cdrom&lt;BR /&gt;&lt;BR /&gt;works fine,&lt;BR /&gt;&lt;BR /&gt;Good luck</description>
      <pubDate>Tue, 19 Jun 2001 07:26:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/very-simple-question-copying-files/m-p/2541851#M865639</guid>
      <dc:creator>Marcin Wicinski</dc:creator>
      <dc:date>2001-06-19T07:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: Very simple question....copying files.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/very-simple-question-copying-files/m-p/2541852#M865640</link>
      <description>Hi,&lt;BR /&gt; U can try with enclosing file to be copied with double quotes.&lt;BR /&gt;Cheers...&lt;BR /&gt;Satish.&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Jun 2001 13:53:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/very-simple-question-copying-files/m-p/2541852#M865640</guid>
      <dc:creator>Satish Y</dc:creator>
      <dc:date>2001-06-19T13:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: Very simple question....copying files.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/very-simple-question-copying-files/m-p/2541853#M865641</link>
      <description>I think that semi colon is being treated like a carriage return.  You would need to put a backslash "\" in front of it.  Your windows-like filename is not being handled very nicely after the cd is mounted.  I can deduce from the responses that those -o options will let the mounted cdrom be seen correctly.</description>
      <pubDate>Tue, 19 Jun 2001 15:39:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/very-simple-question-copying-files/m-p/2541853#M865641</guid>
      <dc:creator>Steve Post</dc:creator>
      <dc:date>2001-06-19T15:39:32Z</dc:date>
    </item>
    <item>
      <title>Re: Very simple question....copying files.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/very-simple-question-copying-files/m-p/2541854#M865642</link>
      <description>Christopher,&lt;BR /&gt;&lt;BR /&gt;The problem you are encountering is that the CD is in Rock Ridge format.  Oracle CD's are also in this format.&lt;BR /&gt;&lt;BR /&gt;To mount the cd, use pfs_mount instead of mount.  Then the files will look normal when you do an ls.&lt;BR /&gt;&lt;BR /&gt;Syntax:&lt;BR /&gt;pfs_mount /dev/dsk/cxtxdx /&lt;MOUNT directory=""&gt;&lt;BR /&gt;&lt;BR /&gt;Nots on pfs_mount:&lt;BR /&gt;&lt;BR /&gt;- DO NOT use umount to unmount a CD you used pfs_mount to mount.  Use pfs_umount.  If you use umount, you will probably need to reboot the machine to free the device or directory.&lt;BR /&gt;&lt;BR /&gt;- pfsd, pfsd.rpc, pfs_mountd, and pfs_mountd.rpc must all be running for pfs_mount to work.  See the man page on pfs_mount for more info.&lt;BR /&gt;&lt;BR /&gt;This is DEFINATELY your problem.&lt;BR /&gt;&lt;BR /&gt;--Joe&lt;/MOUNT&gt;</description>
      <pubDate>Tue, 19 Jun 2001 17:58:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/very-simple-question-copying-files/m-p/2541854#M865642</guid>
      <dc:creator>Joe Colucci_1</dc:creator>
      <dc:date>2001-06-19T17:58:42Z</dc:date>
    </item>
  </channel>
</rss>

