I've a corrupt zip file. I've tried to repair it with
zip -F file.zip
and
zip -FF file.zip
but was not successful. Is there another terminal tool under Linux for repairing?
feedback
|
This question came from our site for professional and enthusiast programmers.
|
DiskInternals ZIP Repair works perfectly under Wine it's saved me in the past. | |||
feedback
|
|
I'm not aware of a program that will do a better job repairing the archive though. You might try
just to see if maybe you can extract some of the files safely, or figure out which files in the archive are corrupt. | |||
feedback
|
|
try this
This will scan the corrupted zip archive and make a new one eliminating the errors. As a result you will get a new zip file. Then simply run this command.
Hope this helps. | |||
|
feedback
|
|
I have a 4.1GB zip that couldn't be opened/extracted. I already tried the Windows version of 7zip with Wine. It said "Unsupported Method" and all files it extracted were empty. Then installed "p7zip-full" and the same result... The zip is created on Mac OS X (Can't be opened there either).
After it had run I could extract some of the output:
after it extracted some of the archive (folder properties says "2010 items, totalling 3.7 GB") it returned
I am running 64bit Crunchbang Linux
Any ideas how to get more data out of it? | ||||
feedback
|