原文:使用tar解压文件提示gzip: stdin: not in gzip format错误

使用tar解压文件提示gzip: stdin: not in gzip format错误 . 问题描述 使用docker save xxxx gt xxx.tar导出镜像,由于文件太大,需要split b m xxx.tar来分割文件,刻录到光盘然后导入到服务器上。 后面使用cat tar xzv来解压压缩的镜像,随后使用docker load导入镜像。 开始的几次都没有问题,不过昨天同样的过程, ...

2018-12-25 10:42 0 853 推荐指数:

查看详情

tar解压包的时候出现错误 gzip: stdin: not in gzip format

在Linux环境下,通过tar -zxvf 命令解压文件时遇到”gzip: stdin: not in gzip format“等错误:如图所示 最终发现这个压缩包没有用gzip格式压缩,所以不用加z参数,囧(所以不是所有的解压包都得用 -zxvf)! tar -zxvf ...

Fri Aug 25 20:14:00 CST 2017 1 70217
tar解压问题gzip: stdin: not in gzip format

如下所示,使用tar -zxvf解压文件时遇到”gzip: stdin: not in gzip format“等错误: [root@DB-Server tmp]# [root@DB-Server tmp]# tar -zxvf ...

Fri Sep 25 00:39:00 CST 2015 2 31715
tar 报错gzip: stdin: not in gzip format

今天在linux下 用tar -zxvf xxx.tar.bz2 然后就报这个错。 gzip: stdin: not in gzip formattar: Child returned status 1tar: Error exit delayed from previous errors ...

Wed Jan 07 23:11:00 CST 2015 0 3124
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM