tar -xvf file.tar.gz失败,原因:gzip:stdin:非gzip格式

时间:2018-08-26 19:08:58

标签: gzip tar

我用命令tar -czvf file.tar.gz file/压缩了一组文件,然后将其复制到USB(ext4格式),我检查是否可以解压缩它。重新安装系统后,在挂载usb时发生了一些错误,我成功进行了fsck /dev/sdc1的挂载并将其复制到pc。当我解开tar -xvf file.tar.gz时,再次发生错误:

gzip: stdin: not in gzip format
tar : child returned status 1
tar: Error is not recoverable: exiting now

我不知道如何挽救数据。 需要任何帮助。谢谢。

2 个答案:

答案 0 :(得分:4)

@sitexa,当文件未完全下载(传输)时出现此错误。

tar xvfz apache-tomcat-8.5.12.tar.gz
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now

由于文件未完全下载而出现此错误。

引用:https://ubuntuforums.org/showthread.php?t=1319801

答案 1 :(得分:0)

通过命令检查文件 文件

:HTML文档,ASCII文本,带有很长的行 来了,它可能已损坏