linux上体积超过3G文件报错

tech2022-09-16  111

linux上体积超过3G大小文件报错 如下  

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. unzip: cannot find zipfile directory in one of trunk.zip or trunk.zip.zip, and cannot find trunk.zip.ZIP, period.

查找解决办法,使用jar 去解压

仍然报

java.io.EOFException: Unexpected end of ZLIB input stream         at java.util.zip.InflaterInputStream.fill(InflaterInputStream.java:240)         at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:158)         at java.util.zip.ZipInputStream.read(ZipInputStream.java:194)         at java.util.zip.ZipInputStream.closeEntry(ZipInputStream.java:140)         at sun.tools.jar.Main.extractFile(Main.java:1072)         at sun.tools.jar.Main.extract(Main.java:981)         at sun.tools.jar.Main.run(Main.java:311)         at sun.tools.jar.Main.main(Main.java:1288)

最后将文件 拆成3个1G的上传 解压

最新回复(0)