<?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 size limit exceeded in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/file-size-limit-exceeded/m-p/3501584#M16645</link>
    <description>To save over head (i.e. instead of doing a double tar), try something like:&lt;BR /&gt;&lt;BR /&gt;cd /mnt/d2&lt;BR /&gt;find . -print | cpio -pduvm /mnt/d1/&lt;BR /&gt;&lt;BR /&gt;BUt I'd agree with all the other posts.&lt;BR /&gt;&lt;BR /&gt;The only real question I'd have in response is what filesystem type is '/mnt/d1' ?</description>
    <pubDate>Thu, 04 Aug 2005 03:56:54 GMT</pubDate>
    <dc:creator>Stuart Browne</dc:creator>
    <dc:date>2005-08-04T03:56:54Z</dc:date>
    <item>
      <title>File size limit exceeded</title>
      <link>https://community.hpe.com/t5/operating-system-linux/file-size-limit-exceeded/m-p/3501578#M16639</link>
      <description>On DL380R0 (RHEL AS 3.4) I tried to copy home partition:&lt;BR /&gt;&lt;BR /&gt;[root@node3 root]# time cp -ax /mnt/d2/* /mnt/d1&lt;BR /&gt;File size limit exceeded&lt;BR /&gt;&lt;BR /&gt;real    186m2.077s&lt;BR /&gt;user    0m44.660s&lt;BR /&gt;sys     30m15.290s&lt;BR /&gt;[root@node3 root]# df -h&lt;BR /&gt;Filesystem            Size  Used Avail Use% Mounted on&lt;BR /&gt;/dev/cciss/c0d0p2      31G  2.4G   27G   9% /&lt;BR /&gt;/dev/cciss/c0d0p1     193M   16M  168M   9% /boot&lt;BR /&gt;none                 1004M     0 1004M   0% /dev/shm&lt;BR /&gt;/dev/vgnfshome/lvol1   468G   53G  391G  12% /mnt/d1&lt;BR /&gt;/dev/cciss/c1d2p1     134G  110G   18G  87% /mnt/d2&lt;BR /&gt;&lt;BR /&gt;This message is strange, using dd I can make files with size of 5G without any problem.&lt;BR /&gt;&lt;BR /&gt;Any hints?</description>
      <pubDate>Thu, 10 Mar 2005 02:29:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/file-size-limit-exceeded/m-p/3501578#M16639</guid>
      <dc:creator>Informatikai Tanszekcso</dc:creator>
      <dc:date>2005-03-10T02:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: File size limit exceeded</title>
      <link>https://community.hpe.com/t5/operating-system-linux/file-size-limit-exceeded/m-p/3501579#M16640</link>
      <description>IMHO, it's just some problem with "cp" buffers; &lt;BR /&gt;try "tar" instead.</description>
      <pubDate>Thu, 10 Mar 2005 03:27:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/file-size-limit-exceeded/m-p/3501579#M16640</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2005-03-10T03:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: File size limit exceeded</title>
      <link>https://community.hpe.com/t5/operating-system-linux/file-size-limit-exceeded/m-p/3501580#M16641</link>
      <description>I would tend to agree, I always do something like:&lt;BR /&gt;&lt;BR /&gt;tar cf - /mnt/d2 | (cd /mnt/d1 ; tar xf -)&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Mar 2005 15:04:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/file-size-limit-exceeded/m-p/3501580#M16641</guid>
      <dc:creator>Paul Cross_1</dc:creator>
      <dc:date>2005-03-10T15:04:09Z</dc:date>
    </item>
    <item>
      <title>Re: File size limit exceeded</title>
      <link>https://community.hpe.com/t5/operating-system-linux/file-size-limit-exceeded/m-p/3501581#M16642</link>
      <description>I want to use a data file that has size more than 2GB in hpux 11i.What can I do to increase file size limit.</description>
      <pubDate>Wed, 03 Aug 2005 19:13:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/file-size-limit-exceeded/m-p/3501581#M16642</guid>
      <dc:creator>Jamal Al-Hammadi</dc:creator>
      <dc:date>2005-08-03T19:13:35Z</dc:date>
    </item>
    <item>
      <title>Re: File size limit exceeded</title>
      <link>https://community.hpe.com/t5/operating-system-linux/file-size-limit-exceeded/m-p/3501582#M16643</link>
      <description>If i'm not wrong, the default maximum file size for ext3 is 2TB, or at least 1TB.&lt;BR /&gt;&lt;BR /&gt;There are some commands that still complains about the file size, ftp, smbclient, are examples, and maybe cp is in this category.&lt;BR /&gt;&lt;BR /&gt;So, you don't need to do anything to support large files, instead use the recommendations above.</description>
      <pubDate>Wed, 03 Aug 2005 23:52:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/file-size-limit-exceeded/m-p/3501582#M16643</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-08-03T23:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: File size limit exceeded</title>
      <link>https://community.hpe.com/t5/operating-system-linux/file-size-limit-exceeded/m-p/3501583#M16644</link>
      <description>Filesize limits are 2 GB and then it goes to the TB level. This issue can not be filesystem, and appears not to be a space issue.&lt;BR /&gt;&lt;BR /&gt;ext3 is a journaled filesystem and I think its supposed to defragment itself, so I can't think of a technical cause other than the cp binary or system resouces.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 04 Aug 2005 02:45:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/file-size-limit-exceeded/m-p/3501583#M16644</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-08-04T02:45:11Z</dc:date>
    </item>
    <item>
      <title>Re: File size limit exceeded</title>
      <link>https://community.hpe.com/t5/operating-system-linux/file-size-limit-exceeded/m-p/3501584#M16645</link>
      <description>To save over head (i.e. instead of doing a double tar), try something like:&lt;BR /&gt;&lt;BR /&gt;cd /mnt/d2&lt;BR /&gt;find . -print | cpio -pduvm /mnt/d1/&lt;BR /&gt;&lt;BR /&gt;BUt I'd agree with all the other posts.&lt;BR /&gt;&lt;BR /&gt;The only real question I'd have in response is what filesystem type is '/mnt/d1' ?</description>
      <pubDate>Thu, 04 Aug 2005 03:56:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/file-size-limit-exceeded/m-p/3501584#M16645</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2005-08-04T03:56:54Z</dc:date>
    </item>
  </channel>
</rss>

