使用tar解压文件提示gzip: stdin: not in gzip format错误 1. 问题描述 使用docker save xxxx > xxx.tar导出镜像,由于文件太大,需要split -b 3000m xxx.tar来分割文件,刻录到光盘然后导入到服务器上. 后面使用cat * | tar -xzv来解压压缩的镜像,随后使用docker load导入镜像. 开始的几次都没有问题,不过昨天同样的过程,提示gzip: stdin: not in gzip format. 2. 问题
[root@vmbbak yum]# unzip RHEL_5.7\ x86_64\ DVD-1.zip error: Zip file too big (greater than 4294959102 bytes)Archive: RHEL_5.7 x86_64 DVD-1.zipwarning [RHEL_5.7 x86_64 DVD-1.zip]: 2776688134 extra bytes at beginning or within zipfile (attempting to pr