"gzip: stdin: invalid compressed data--format violated" error when extracting a tgz archive
0
votes
1
answer
10198
views
I have to open a tar file. I used the following command line on my Unix shell:
tar xfvz raw-GWA-data.tgz
I found the following error message:
gzip: stdin: invalid compressed data--format violated
tar: Child returned status 1
tar: Error is not recoverable: exiting now
Then, I tried the following command lines:
tar -xvzf raw-GWA-data.tgz
tar --extract --file raw-GWA-data.tgz
tar xzf raw-GWA-data.tgz
tar -xf raw-GWA-data.tgz
and I found the same error without the possibility of opening my tar file.
What's wrong? There're alternative ways to open my tar file?
Asked by FEDERICA SANTONASTASO
(155 rep)
Dec 8, 2021, 03:24 PM
Last activity: Apr 16, 2024, 05:49 AM
Last activity: Apr 16, 2024, 05:49 AM