gunzip: invalid compressed data--format violated
Posted
by
Arunjith
on Server Fault
See other posts from Server Fault
or by Arunjith
Published on 2011-06-28T05:19:54Z
Indexed on
2011/06/28
8:24 UTC
Read the original article
Hit count: 200
linux
Problem definition: I transferred a tar.gz file from a Linux machine to a Windows partition.The Windows partition has mounted with the Linux server as cifs.
OS : Red Hat Enterprise Linux Server release 5
Symptom:
After the copy process is successful, doing an integrity check with gunzip -t and the process get the following error:
gunzip -t Backup-28--Jun--2011--Tuesday.tar.gz
gunzip: Backup-28--Jun--2011--Tuesday.tar.gz: invalid compressed data--format violated
And further tried to untar (tar -xvzf
) and the process as well is failed.
© Server Fault or respective owner