<?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: Help with GZIP in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/help-with-gzip/m-p/4037265#M29294</link>
    <description>gzip does not support more than 2GB size.Use compress instead.&lt;BR /&gt;&lt;BR /&gt;compress filename</description>
    <pubDate>Sat, 14 Jul 2007 03:57:07 GMT</pubDate>
    <dc:creator>skt_skt</dc:creator>
    <dc:date>2007-07-14T03:57:07Z</dc:date>
    <item>
      <title>Help with GZIP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/help-with-gzip/m-p/4037263#M29292</link>
      <description>Hello all, what command or how can I zip up these huge files?&lt;BR /&gt;&lt;BR /&gt;-rw-r--r--   1 root     other    13201392128 Jul 13 20:10 f480a_local.tar&lt;BR /&gt;-rw-r--r--   1 root     other    33286085632 Jul 13 17:52 f480a_raid1.tar&lt;BR /&gt;-rw-r--r--   1 root     other      13312 Jul 13 22:49 f480a_raid2.tar&lt;BR /&gt;-rw-r--r--   1 root     other    68500506112 Jul 13 21:18 f480a_raid4.tar&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I tried doing and get the following message..&lt;BR /&gt;&lt;BR /&gt;[root@db2.pmonline.com]/raid1#gzip f480a_local.tar&lt;BR /&gt;f480a_local.tar: Value too large for defined data type&lt;BR /&gt;</description>
      <pubDate>Sat, 14 Jul 2007 01:10:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/help-with-gzip/m-p/4037263#M29292</guid>
      <dc:creator>Ragni Singh</dc:creator>
      <dc:date>2007-07-14T01:10:29Z</dc:date>
    </item>
    <item>
      <title>Re: Help with GZIP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/help-with-gzip/m-p/4037264#M29293</link>
      <description>Pipes are your friend.&lt;BR /&gt;&lt;BR /&gt;gzip -cd f480a_raid1.tar | tar tvf -&lt;BR /&gt;&lt;BR /&gt;to do a listing (assuming a tar-gz file).</description>
      <pubDate>Sat, 14 Jul 2007 01:37:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/help-with-gzip/m-p/4037264#M29293</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2007-07-14T01:37:41Z</dc:date>
    </item>
    <item>
      <title>Re: Help with GZIP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/help-with-gzip/m-p/4037265#M29294</link>
      <description>gzip does not support more than 2GB size.Use compress instead.&lt;BR /&gt;&lt;BR /&gt;compress filename</description>
      <pubDate>Sat, 14 Jul 2007 03:57:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/help-with-gzip/m-p/4037265#M29294</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2007-07-14T03:57:07Z</dc:date>
    </item>
    <item>
      <title>Re: Help with GZIP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/help-with-gzip/m-p/4037266#M29295</link>
      <description>What ?! gzip should have no problems with large files under Linux!&lt;BR /&gt;&lt;BR /&gt;.. and now that I've read this again, I think i told you the wrong direction..&lt;BR /&gt;&lt;BR /&gt;gzip &amp;lt; f480a_raid1.tar &amp;gt; f480a_raid1.tar.gz&lt;BR /&gt;&lt;BR /&gt;Using this method should work regardless of file size.&lt;BR /&gt;&lt;BR /&gt;If it is a largefile issue, what version of gzip are you using ?  It'd have to be old to not support large-files.  We're talking pre-2002/2001.</description>
      <pubDate>Sat, 14 Jul 2007 04:27:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/help-with-gzip/m-p/4037266#M29295</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2007-07-14T04:27:27Z</dc:date>
    </item>
    <item>
      <title>Re: Help with GZIP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/help-with-gzip/m-p/4037267#M29296</link>
      <description>&amp;gt; I tried doing and get the following message..&lt;BR /&gt;&lt;BR /&gt;As usual, it might help if you showed the&lt;BR /&gt;actual command you used, and told us the&lt;BR /&gt;version of the program you're using.&lt;BR /&gt;&lt;BR /&gt;gzip -V</description>
      <pubDate>Sat, 14 Jul 2007 14:09:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/help-with-gzip/m-p/4037267#M29296</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2007-07-14T14:09:33Z</dc:date>
    </item>
    <item>
      <title>Re: Help with GZIP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/help-with-gzip/m-p/4037268#M29297</link>
      <description>Try bzip2&lt;BR /&gt;&lt;BR /&gt;[option -1 to 9, 9 for best compression) &lt;BR /&gt;&lt;BR /&gt;have a look at &lt;A href="http://www.mkssoftware.com/docs/man1/bzip2.1.asp" target="_blank"&gt;http://www.mkssoftware.com/docs/man1/bzip2.1.asp&lt;/A&gt;</description>
      <pubDate>Mon, 16 Jul 2007 02:13:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/help-with-gzip/m-p/4037268#M29297</guid>
      <dc:creator>sshakthi</dc:creator>
      <dc:date>2007-07-16T02:13:18Z</dc:date>
    </item>
    <item>
      <title>Re: Help with GZIP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/help-with-gzip/m-p/4037269#M29298</link>
      <description>I have a feeling this is Solaris. Regardless, you need to update gzip.</description>
      <pubDate>Mon, 16 Jul 2007 06:49:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/help-with-gzip/m-p/4037269#M29298</guid>
      <dc:creator>Court Campbell</dc:creator>
      <dc:date>2007-07-16T06:49:14Z</dc:date>
    </item>
    <item>
      <title>Re: Help with GZIP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/help-with-gzip/m-p/4037270#M29299</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;in the worst case, you may also choose to split each file into more *manageable* sizes before doing the gzip.&lt;BR /&gt;&lt;BR /&gt;hope this helps too!&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Mon, 16 Jul 2007 12:21:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/help-with-gzip/m-p/4037270#M29299</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2007-07-16T12:21:51Z</dc:date>
    </item>
  </channel>
</rss>

