1)从大型zip文件中提取
我想从linux服务器上的大型zip文件(30Gb +)中提取文件.有足够的可用磁盘空间.
我试过了jar xf dataset.zip.但是,有一个错误push button is full,它无法提取所有文件.
我试过了unzip,但是zipfile损坏了.
Archive: dataset.zip
warning [dataset.zip]: 35141564204 extra bytes at beginning or within zipfile
(attempting to process anyway)
error [dataset.zip]: start of central directory not found;
zipfile corrupt.
(please check that you have transferred or created the zipfile in the
appropriate BINARY mode and that you have compiled UnZip properly)
Run Code Online (Sandbox Code Playgroud)
我试过了zip -FF dataset.zip --out data.zip,并且输入太大的错误:
zip error: Entry too big to split, read, or …