How to recover corrupted gzip files in Linux
|
|
Ever come accross corrupted gzip or tarball which couldn’t be uncompressed? No worries, The gzip Recovery Toolkit make it possible for you to recover those files.
Here’s how to recover gzip (or tarball .tar.gz) file in Linux operating system :
- First download and compile gzrt
- run gzrecover on corrupted gzip — “gzrecover corrupted.tar.gz”
- extract the recovered file using cpio — “cpio -F corrupted.tar.recovered -i -v”
Note that however that not all file/data are recoverable using this method. Alternatively, you can use bzip2recover for recovering bzip2 compressed file.
Keep updated with this website! : Subscribe to your email
WP Cumulus Flash tag cloud by Roy Tanck and Luke Morton requires Flash Player 9 or better.
Recommended Reading
- Photorec – Recover files from corrupted Hard Disk (filesystem) with Linux
- How to Recover photo files from SD Card / MMC with PhotoRec
- Squeezing size out of zip and gzip files in Ubuntu Linux
- INSERT : Linux Security and Rescue LiveCD
- Krunch – Compressing and Decompressing files on web
- How to Recover Scratched CDs


Leave a Comment