<?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: file limit size exceeded in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/file-limit-size-exceeded/m-p/3294231#M72267</link>
    <description>I think your current Kernel doesn't have the large file support &amp;gt; 2GB. If the FS is ext/2 FAT32, you wont' have large file support.&lt;BR /&gt;Based on my limited knowledge, to have LFS, You should upgrade to ext3 or xfs which can &lt;BR /&gt;handle files more than 2GB.</description>
    <pubDate>Wed, 02 Jun 2004 16:59:58 GMT</pubDate>
    <dc:creator>Abdul Rahiman</dc:creator>
    <dc:date>2004-06-02T16:59:58Z</dc:date>
    <item>
      <title>file limit size exceeded</title>
      <link>https://community.hpe.com/t5/operating-system-linux/file-limit-size-exceeded/m-p/3294230#M72266</link>
      <description>Hello all, i am trying to download a very large file with wget -c urlname&lt;BR /&gt;when the file size is 2.147.483.647 (2Gb aprox.) the wget exits with file limit size exceeded.&lt;BR /&gt;&lt;BR /&gt;How can i increase the file limit size?&lt;BR /&gt;&lt;BR /&gt;I have Fedora core1.&lt;BR /&gt;&lt;BR /&gt;Frank.</description>
      <pubDate>Wed, 02 Jun 2004 16:32:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/file-limit-size-exceeded/m-p/3294230#M72266</guid>
      <dc:creator>Francisco J. Soler</dc:creator>
      <dc:date>2004-06-02T16:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: file limit size exceeded</title>
      <link>https://community.hpe.com/t5/operating-system-linux/file-limit-size-exceeded/m-p/3294231#M72267</link>
      <description>I think your current Kernel doesn't have the large file support &amp;gt; 2GB. If the FS is ext/2 FAT32, you wont' have large file support.&lt;BR /&gt;Based on my limited knowledge, to have LFS, You should upgrade to ext3 or xfs which can &lt;BR /&gt;handle files more than 2GB.</description>
      <pubDate>Wed, 02 Jun 2004 16:59:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/file-limit-size-exceeded/m-p/3294231#M72267</guid>
      <dc:creator>Abdul Rahiman</dc:creator>
      <dc:date>2004-06-02T16:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: file limit size exceeded</title>
      <link>https://community.hpe.com/t5/operating-system-linux/file-limit-size-exceeded/m-p/3294232#M72268</link>
      <description>The man pages suggest that .wgetrc is a config file for wget. You may find some file size entries there.</description>
      <pubDate>Wed, 02 Jun 2004 17:04:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/file-limit-size-exceeded/m-p/3294232#M72268</guid>
      <dc:creator>Vernon Brown_4</dc:creator>
      <dc:date>2004-06-02T17:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: file limit size exceeded</title>
      <link>https://community.hpe.com/t5/operating-system-linux/file-limit-size-exceeded/m-p/3294233#M72269</link>
      <description>Unless you're using a 18-24 month old distribution, then the issue isn't your filesystem.&lt;BR /&gt;&lt;BR /&gt;The issue is 'wget'.  A thread has been raised regarding this previously ( &lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=52809" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=52809&lt;/A&gt; ).&lt;BR /&gt;&lt;BR /&gt;For the record, that number is 2GB, to the byte (1024^3 * 2 - 1).&lt;BR /&gt;&lt;BR /&gt;This limit isn't a configurable one, it's a limit on the object-type used to store the data pointers I beleive, but I don't know enough C to confirm that.&lt;BR /&gt;&lt;BR /&gt;If using such large file sizes, I'd suggest a different protocol to transfer it.</description>
      <pubDate>Wed, 02 Jun 2004 19:21:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/file-limit-size-exceeded/m-p/3294233#M72269</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2004-06-02T19:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: file limit size exceeded</title>
      <link>https://community.hpe.com/t5/operating-system-linux/file-limit-size-exceeded/m-p/3294234#M72270</link>
      <description>fedora Core by default sets up filesystems that are bigger than 2 gb to accept large files.&lt;BR /&gt;&lt;BR /&gt;If it was smaller and you expanded it, I don't know.&lt;BR /&gt;&lt;BR /&gt;This is probably a wget problem which means you can't do anything about it, except change your transfer methodology.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 03 Jun 2004 00:21:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/file-limit-size-exceeded/m-p/3294234#M72270</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-06-03T00:21:35Z</dc:date>
    </item>
    <item>
      <title>Re: file limit size exceeded</title>
      <link>https://community.hpe.com/t5/operating-system-linux/file-limit-size-exceeded/m-p/3294235#M72271</link>
      <description>Hi all,&lt;BR /&gt;thanks all for your responses:&lt;BR /&gt;&lt;BR /&gt;Abdul, i have ext3 and have kernel support for more than 2Gb. This is not the problem, but thanks anyway.&lt;BR /&gt;&lt;BR /&gt;Vernon: I have not .wgetrc, so i think wget is using their default values.&lt;BR /&gt;&lt;BR /&gt;Stuart and Steven: I think you are right, i have tried with ncftp and get more than 2Gb without any problem.&lt;BR /&gt;&lt;BR /&gt;Frank.</description>
      <pubDate>Sat, 05 Jun 2004 15:02:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/file-limit-size-exceeded/m-p/3294235#M72271</guid>
      <dc:creator>Francisco J. Soler</dc:creator>
      <dc:date>2004-06-05T15:02:30Z</dc:date>
    </item>
  </channel>
</rss>

