<?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: read a large file from CD in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/read-a-large-file-from-cd/m-p/3971299#M758142</link>
    <description>&amp;gt; It's a large file:&lt;BR /&gt;&lt;BR /&gt;Nowadays, "large file" is usually interpreted&lt;BR /&gt;to mean "bigger than 2GB".  That means that&lt;BR /&gt;you can't get a "large file" from a CD-ROM,&lt;BR /&gt;so questions like "is it largefile enabled"&lt;BR /&gt;do not apply.&lt;BR /&gt;&lt;BR /&gt;Things are different for a DVD-ROM, which is&lt;BR /&gt;big enough to hold a "large file" (by this&lt;BR /&gt;standard of "large").&lt;BR /&gt;&lt;BR /&gt;How big is your file?&lt;BR /&gt;&lt;BR /&gt;With all those NFS error messages, I'd look&lt;BR /&gt;for problems on the NFS server.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] the hard drive [...]&lt;BR /&gt;&lt;BR /&gt;Where _is_ "the hard drive"&lt;BR /&gt;("/home/otroot/sharath/")?&lt;BR /&gt;</description>
    <pubDate>Wed, 28 Mar 2007 11:26:01 GMT</pubDate>
    <dc:creator>Steven Schweda</dc:creator>
    <dc:date>2007-03-28T11:26:01Z</dc:date>
    <item>
      <title>read a large file from CD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/read-a-large-file-from-cd/m-p/3971297#M758140</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I got this error while trying to copy a file from the CD to the hard drive. It's a large file:&lt;BR /&gt;&lt;BR /&gt;I need to copy jarfiles.1.1.jar to the hard drive.&lt;BR /&gt;&lt;BR /&gt;# pwd&lt;BR /&gt;/SD_CDROM/stage/Components/oracle.sysman.website/9.2.0.1.0/1/DataFiles&lt;BR /&gt;# ls&lt;BR /&gt;Expanded          html.1.1.jar      jarfiles.1.1.jar&lt;BR /&gt;#&lt;BR /&gt;# cp jarfiles.1.1.jar /home/otroot/sharath/&lt;BR /&gt;NFS server tp6 not responding still trying&lt;BR /&gt;NFS server tp6 not responding still trying&lt;BR /&gt;NFS server tp6 not responding still trying&lt;BR /&gt;NFS server tp6 not responding still trying&lt;BR /&gt;NFS server tp6 ok&lt;BR /&gt;cp: bad copy to /home/otroot/sharath/jarfiles.1.1.jar: read: I/O error&lt;BR /&gt;#&lt;BR /&gt;#&lt;BR /&gt;# pwd&lt;BR /&gt;NFS server tp6 not responding still trying&lt;BR /&gt;NFS server tp6 ok&lt;BR /&gt;/SD_CDROM/stage/Components/oracle.sysman.website/9.2.0.1.0/1/DataFiles&lt;BR /&gt;#&lt;BR /&gt;#&lt;BR /&gt;# pwd&lt;BR /&gt;/SD_CDROM/stage/Components/oracle.sysman.website/9.2.0.1.0/1/DataFiles&lt;BR /&gt;# ls&lt;BR /&gt;Expanded          html.1.1.jar      jarfiles.1.1.jar&lt;BR /&gt;# ll&lt;BR /&gt;total 92800&lt;BR /&gt;drwxr-xr-x   2 31000      621           2048 May 13  2002 Expanded&lt;BR /&gt;-rwxr-xr-x   1 31000      621           4050 May 13  2002 html.1.1.jar&lt;BR /&gt;-rwxr-xr-x   1 31000      621        95020691 May 13  2002 jarfiles.1.1.jar&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 28 Mar 2007 10:59:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/read-a-large-file-from-cd/m-p/3971297#M758140</guid>
      <dc:creator>sharathkv25</dc:creator>
      <dc:date>2007-03-28T10:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: read a large file from CD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/read-a-large-file-from-cd/m-p/3971298#M758141</link>
      <description>is either directory NFS mounted from tp6.&lt;BR /&gt;&lt;BR /&gt;if the target directory is (/home.....) is an NFS mount, is it largefile enabled on its host?</description>
      <pubDate>Wed, 28 Mar 2007 11:07:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/read-a-large-file-from-cd/m-p/3971298#M758141</guid>
      <dc:creator>OldSchool</dc:creator>
      <dc:date>2007-03-28T11:07:45Z</dc:date>
    </item>
    <item>
      <title>Re: read a large file from CD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/read-a-large-file-from-cd/m-p/3971299#M758142</link>
      <description>&amp;gt; It's a large file:&lt;BR /&gt;&lt;BR /&gt;Nowadays, "large file" is usually interpreted&lt;BR /&gt;to mean "bigger than 2GB".  That means that&lt;BR /&gt;you can't get a "large file" from a CD-ROM,&lt;BR /&gt;so questions like "is it largefile enabled"&lt;BR /&gt;do not apply.&lt;BR /&gt;&lt;BR /&gt;Things are different for a DVD-ROM, which is&lt;BR /&gt;big enough to hold a "large file" (by this&lt;BR /&gt;standard of "large").&lt;BR /&gt;&lt;BR /&gt;How big is your file?&lt;BR /&gt;&lt;BR /&gt;With all those NFS error messages, I'd look&lt;BR /&gt;for problems on the NFS server.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] the hard drive [...]&lt;BR /&gt;&lt;BR /&gt;Where _is_ "the hard drive"&lt;BR /&gt;("/home/otroot/sharath/")?&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Mar 2007 11:26:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/read-a-large-file-from-cd/m-p/3971299#M758142</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2007-03-28T11:26:01Z</dc:date>
    </item>
    <item>
      <title>Re: read a large file from CD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/read-a-large-file-from-cd/m-p/3971300#M758143</link>
      <description>blame it on poor eye-sight...i parsed it as 9gb...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Mar 2007 11:33:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/read-a-large-file-from-cd/m-p/3971300#M758143</guid>
      <dc:creator>OldSchool</dc:creator>
      <dc:date>2007-03-28T11:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: read a large file from CD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/read-a-large-file-from-cd/m-p/3971301#M758144</link>
      <description>&amp;gt;  blame it on poor eye-sight...i parsed it as 9gb...&lt;BR /&gt;&lt;BR /&gt;Doh!  I didn't even look far enough to see&lt;BR /&gt;the "ls" lising.  Blame that on a lame brain.&lt;BR /&gt;&lt;BR /&gt;But, yeah.  95MB is not "large" in this&lt;BR /&gt;context.  "Big", maybe.  (And I can't really&lt;BR /&gt;tell which end is the NFS server.)</description>
      <pubDate>Wed, 28 Mar 2007 11:46:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/read-a-large-file-from-cd/m-p/3971301#M758144</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2007-03-28T11:46:01Z</dc:date>
    </item>
  </channel>
</rss>

