You are not logged in.
Pages: 1
Hi. I downloaded a bunch of .zip files and I'm trying to unzip them via
unzip filename.zip
It works fine on all the files except for one. It's the largest of the bunch at about 120M. When I try to unzip it, I get this
bad CRC 41041f89 (should be f5255afc)
File-roller chokes too, but I'm guessing that it's just calling unzip behind the scenes.
BUT....If I unzip it in windows using WinRAR, it works fine.
I've read that unzip commonly chokes on large files, but also that it would be fixed in version 6.0. But this file isn't even THAT big. Anyone know what might be going wrong? Maybe some options might help?
Offline
bad CRC 41041f89 (should be f5255afc)
This tells you, that the Cyclic Redundancy Check for this file failed. And that means, that the file is corrupted. Either it got corrupted whilst it was tranferred from the remote server to you, or it was already corrupted on the server. You have to download it a second time. If it still says that the CRC is 41041f89, the file was alredy in corrupt state stored on the server.
Last edited by Lord Bo (2012-11-15 18:31:19)
Offline
BUT....If I unzip it in windows using WinRAR, it works fine.
Well, ok, I overread this. This could mean that there is an error with the unzip command, but I rather guess, that WinRAR did unpack the file, though there were errors (maybe was even able to correct them). I don't know, if that is possible with unzip, too, read the man page.
Offline
Such errors do also occur when you have bad RAM. I suggest you to run memtest.
Offline
Unzipped fine with 7za. I don't think it's the ram, because the error happens on any computer I try it on. I think the problem is with unzip.
Offline
Pages: 1