zl程序教程

您现在的位置是:首页 >  其他

当前栏目

部分操作系统不支持 zip unzip 大于4G的文件.

文件zip操作系统 支持 部分 大于 4G unzip
2023-09-27 14:24:14 时间
https://www.ibm.com/mysupport/s/question/0D50z00006PD9XXCA1/bad-zipfile-offset-local-header-sig-error-when-trying-to-unpack-the-new-odm-870-fixpack-on-linux?language=zh_CN

 


I have downloaded the FP001 for ODM 8.7.0 on my Linux machine.Then I use the OS unzip tool to unpack this FixPack.

However it fails:

unzip -q -o 8.7.0-WS-ODM_DC-LIN_X86-FP001.zip -d 8.7.0-WS-ODM_DC-LIN_X86-FP001warning [8.7.0-WS-ODM_DC-LIN_X86-FP001.zip]: 4294967296 extra bytesat beginning or within zipfile (attempting to process anyway)file # 1: bad zipfile offset (local header sig): 4294967296 (attempting to re-compensate)

Is the FixPack corrupted ?

 

答案:

 
  
7 Sep 2015  (7 年前)

No, the FixPack is not corrupted. This error occurs when you reach the upper limit of the command line utility (4GB on most OS).

A simple workaround:Try to use java jar command instead to unzip the file.

jar xvf 8.7.0-WS-ODM_DC-LIN_X86-FP001.zip