How to recover corrupted gzip files in Linux



$gzip -d compressed_file.gz
#it give give error : gzip: compressed_file.gz: unexpected end of file

$gzrecover compressed_file.gz
#it will give "compressed_file.recovered"

$cpio -F compressed_file.recovered -i -v
#it will give output compressed_file











#have a nice day ..................................................................................

Comments

Popular posts from this blog

Exomiser error " Exception in thread "main" java.lang.OutOfMemoryError: Java heap space "

How to Install R and RStudio on Ubuntu 16.04