Re: gzip -l problem



tsh@xxxxxxxxxxxxxxxxx ("T. Horsnell") writes:
> I think 'gzip -l' is having trouble reporting statistics
> on files whose uncompressed size is > 4Gbytes. Has anyone
> else seen this problem? Do I contact Gnu about this?

man gzip:

BUGS
The gzip format represents the the input size modulo 2^32, so the
--list option reports incorrect uncompressed sizes and compression
ratios for uncompressed files 4 GB and larger. To work around this
problem, you can use the following command to discover a large
uncompressed file's true size:

zcat file.gz | wc -c

The --list option reports sizes as -1 and crc as ffffffff if the
compressed file is on a non seekable media.

In some rare cases, the --best option gives worse compression than
the default compression level (-6). On some highly redundant files,
compress compresses better than gzip.

--
Mathieu Chouquet-Stringer
"Le disparu, si l'on vénère sa mémoire, est plus présent et
plus puissant que le vivant".
-- Antoine de Saint-Exupéry, Citadelle --

--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list



Relevant Pages

  • correction (Re: RFC, an ugly parser hack (and a bin-xml variant))
    ... > it is, well, signifigantly faster than my textual parser, largely because ... or maybe exceed that of gzip. ... and then rebuild the trees, which is faster than a pure-adaptive variant, ... but typically helps compression). ...
    (comp.text.xml)
  • Re: Zbip2 Size limitatations ?
    ... I have a big forder wich is 11 Go without any compression. ... With gzip it take 4.8Go, and i have to take another dvd or Cd to burn it... ... >>I do my backup like this for several folders. ... > Cheers, Gene ...
    (Fedora)
  • RE: gzip compression for compact framework
    ... GzIp header and for the GetwebResponse methods i decompress it. ... I have implemented compression in my desktop application but cannot do it ... GetWebRequest and GetwebResponse did not exist before the SP3 and so had ...
    (microsoft.public.windowsce.app.development)
  • Re: gzip compression for compact framework
    ... i overridden the webservice's GetWebRequest method and add the ... GzIp header and for the GetwebResponse methods i decompress it. ... I have implemented compression in my desktop application but cannot do it ... install SP3 but even after this, VS2003 is not able to handle overriding ...
    (microsoft.public.windowsce.app.development)
  • Re: Archive Zip
    ... Derek B. Smith wrote: ... Compression algorithms can't ... try collecting the files with another archiving tool, ... The files attributes prior to using gzip were: ...
    (perl.beginners)