<?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 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/file-size/m-p/4133269#M31404</link>
    <description>as long as you're staying on unix/linux system just stick with gzip, that won't give you any problems and works on any unix.</description>
    <pubDate>Wed, 23 Jan 2008 09:50:24 GMT</pubDate>
    <dc:creator>dirk dierickx</dc:creator>
    <dc:date>2008-01-23T09:50:24Z</dc:date>
    <item>
      <title>file size</title>
      <link>https://community.hpe.com/t5/operating-system-linux/file-size/m-p/4133267#M31402</link>
      <description>when I use zip command to compress a directory ( zip -r compressed ora_dir ) , the compressed file is limited at 2G , that mean when the compressed file size is over 2G , the compress process is fail , but if I use tar , the directory is successful to compressed and the file size could be 3G , the ulimit is "unlimited" , can advise what is wrong ? thx</description>
      <pubDate>Tue, 22 Jan 2008 07:56:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/file-size/m-p/4133267#M31402</guid>
      <dc:creator>haeman</dc:creator>
      <dc:date>2008-01-22T07:56:29Z</dc:date>
    </item>
    <item>
      <title>Re: file size</title>
      <link>https://community.hpe.com/t5/operating-system-linux/file-size/m-p/4133268#M31403</link>
      <description>That would be the 'zip' tool's fault.  It can't handle large-files (files over 2GB).&lt;BR /&gt;&lt;BR /&gt;So now the question that needs to be asked.  Is there a particular reason you are using the 'zip' command, instead of tar with either the '-z' (zlib) or '-j' (bzip2) flags?  Both provide better compression than the 'zip' tool.&lt;BR /&gt;&lt;BR /&gt;Is there a version of the 'zip' tool that does largefiles?  Not that I'm aware of, yet.&lt;BR /&gt;&lt;BR /&gt;The 'zip' 2.x series of commands has the 2GB limit.&lt;BR /&gt;&lt;BR /&gt;The 'zip' 3.x series of commands (that have yet to be released) support 4GB.&lt;BR /&gt;&lt;BR /&gt;From the README on a Fedora 8 system:&lt;BR /&gt;&lt;BR /&gt;We are also working on the new Zip 3.0 and companion UnZip 6.00 that finally support files and archives larger than 4 GB on systems that support large files and include other new features.  See the latest betas for details and the new releases when available.&lt;BR /&gt;&lt;BR /&gt;See &lt;A href="http://www.info-zip.org/pub/infozip" target="_blank"&gt;http://www.info-zip.org/pub/infozip&lt;/A&gt; for more details.</description>
      <pubDate>Tue, 22 Jan 2008 08:26:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/file-size/m-p/4133268#M31403</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2008-01-22T08:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: file size</title>
      <link>https://community.hpe.com/t5/operating-system-linux/file-size/m-p/4133269#M31404</link>
      <description>as long as you're staying on unix/linux system just stick with gzip, that won't give you any problems and works on any unix.</description>
      <pubDate>Wed, 23 Jan 2008 09:50:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/file-size/m-p/4133269#M31404</guid>
      <dc:creator>dirk dierickx</dc:creator>
      <dc:date>2008-01-23T09:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: file size</title>
      <link>https://community.hpe.com/t5/operating-system-linux/file-size/m-p/4133270#M31405</link>
      <description>&amp;gt; [...] the compressed file is limited at 2G&lt;BR /&gt;&amp;gt; [...]&lt;BR /&gt;&lt;BR /&gt;With Info-ZIP Zip 2.x and UnZip 5.x, there's&lt;BR /&gt;a 2GB size limit on files being compressed&lt;BR /&gt;and on the archive itself.  (In a few odd&lt;BR /&gt;cases, the limit is 4GB instead of 2GB, but&lt;BR /&gt;that's pretty rare.)  Zip 3.0 and UnZip 6.0&lt;BR /&gt;will remove this restriction.  Currently,&lt;BR /&gt;they have not yet been released, but source&lt;BR /&gt;kits for pre-release ("BETA") versions should&lt;BR /&gt;be available at:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="ftp://ftp.info-zip.org/pub/infozip/" target="_blank"&gt;ftp://ftp.info-zip.org/pub/infozip/&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://sourceforge.net/project/showfiles.php?group_id=118012" target="_blank"&gt;http://sourceforge.net/project/showfiles.php?group_id=118012&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt; The 'zip' 3.x series of commands (that have&lt;BR /&gt;&amp;gt; yet to be released) support 4GB.&lt;BR /&gt;&lt;BR /&gt;By design, Zip 3.x and UnZip 6.x have no&lt;BR /&gt;practical limit on file size, and have been&lt;BR /&gt;tested well beyond 4GB.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; See &lt;A href="http://www.info-zip.org/pub/infozip" target="_blank"&gt;http://www.info-zip.org/pub/infozip&lt;/A&gt; for&lt;BR /&gt;&amp;gt;  more details.&lt;BR /&gt;&lt;BR /&gt;Or, more simply: &lt;A href="http://www.info-zip.org/" target="_blank"&gt;http://www.info-zip.org/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Both provide better compression than the&lt;BR /&gt;&amp;gt; 'zip' tool.&lt;BR /&gt;&lt;BR /&gt;Zip 3.x and UnZip 6.x (including, I believe, &lt;BR /&gt;the current "BETA" kits) can be built to&lt;BR /&gt;provide bzip2 compression, too.  Newer&lt;BR /&gt;public "BETA" kits are expected pretty soon,&lt;BR /&gt;and we may yet live to see the actual product&lt;BR /&gt;releases.&lt;BR /&gt;&lt;BR /&gt;However, unless you're trying to transport&lt;BR /&gt;these files to a non-UNIX-like system, it's&lt;BR /&gt;not obvious to me why you would choose Zip&lt;BR /&gt;instead of tar+gzip or tar+bzip2.</description>
      <pubDate>Wed, 23 Jan 2008 14:41:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/file-size/m-p/4133270#M31405</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2008-01-23T14:41:35Z</dc:date>
    </item>
  </channel>
</rss>

