mucstudio牛人大佬:
求助牛人大佬,Linux CentOS7 如何在线解压37G图片包?

用unzip 提示

Archive:  1.zip
  End-of-central-directory signature not found.  Either this file is not
  a zipfile, or it constitutes one disk of a multi-part archive.  In the
  latter case the central directory and zipfile comment will be found on
  the last disk(s) of this archive.
note:  1.zip may be a plain executable, not an archive
unzip:  cannot find zipfile directory in one of 1.zip or
        1.zip.zip, and cannot find 1.zip.ZIP, period.

用7zip 提示

7-Zip (a) 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21
p7zip Version 16.02 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,1 CPU x64)

Scanning the drive for archives:
1 file, 37878243328 bytes (36 GiB)

Extracting archive: 1.zip

ERRORS:
Headers Error
Unconfirmed start of archive

WARNINGS:
There are data after the end of archive


Path = 1.zip
Type = zip
ERRORS:
Headers Error
Unconfirmed start of archive
WARNINGS:
There are data after the end of archive
Physical Size = 7640404
Tail Size = 37870602924

ERROR: Data Error : ÐãÈË/013 ÆìÅÛºÚË¿+˯ÒÂʪÉí »ÆæºGIGI/202012020754026.jpg
                                                                       
Sub items Errors: 1

Archives with Errors: 1

Warnings: 1

Open Errors: 1

Sub items Errors: 1

llmwxt牛人大佬:
37G的是什么内容啊!

cherbim牛人大佬:

unzip啊,直接解压会出现乱码,需要加上参数(你的包下的有问题吧)

  1. unzip -O cp936 文件名

mucstudio牛人大佬:


unzip啊,直接解压会出现乱码,需要加上参数(你的包下的有问题吧)

加上参数也是不行  

# unzip -O GBK 1.zip
Archive:  1.zip
  End-of-central-directory signature not found.  Either this file is not
  a zipfile, or it constitutes one disk of a multi-part archive.  In the
  latter case the central directory and zipfile comment will be found on
  the last disk(s) of this archive.
note:  1.zip may be a plain executable, not an archive
unzip:  cannot find zipfile directory in one of 1.zip or
        1.zip.zip, and cannot find 1.zip.ZIP, period.

mucstudio牛人大佬:


unzip啊,直接解压会出现乱码,需要加上参数(你的包下的有问题吧)

用的一个牛人大佬的分流的,
我重新下一次试试。