gzrt
gzrt copied to clipboard
gzip Recovery Toolkit aka gzrecover
Since the purpose of the program is to recover corrupted files, wouldn't it make more sense if it could ignore read failures when it encounters them and just skip forward...
at first i thought it was due to the corruption, but it's happening to lines before the corruption as well. my file is a stream of text lines. when i...
Assume header exists. Decompress a nice gzip without skipping bytes. A non-corrupted gzipped file is decompressed in a file identical to a file decompressed by zcat. Improved decompression of gzip...
$ wget http://www.cpan.org/src/5.0/perl-5.10.1.tar.gz $ gzrecover perl-5.10.1.tar.gz $ zcat perl-5.10.1.tar.gz |wc -c 59668480 $ wc -c perl-5.10.1.tar.recovered 59668481 perl-5.10.1.tar.recovered The 1 byte is the last byte.
gzrt can work as a filter, but it is not in the obvious way that UNIX command normally do: cmd1 | cmd2 | cmd3 cmd1 infile | cmd2 cmd1 infile...
My users often have huge .gz files that they would like to process in parallel. Can gzrt be adapted so it can extract a valid gz-file in blocks? Let us...
Opened input file for reading: ../firefly-rk3288_sdk_git.tar.gz Opened output file for writing: firefly-rk3288_sdk_git.tar.recovered Found error at byte -394639277 in input stream Found good data at byte -395313152 in input stream Total...
Everything run fine until the cpio phase. I followed the example from README I have gotten a error when I tried use cpio with recover file. cpio: Malformed Number O{