How to troubleshoot if a zip file is valid or if it is big file size to be unzipped ?

Posted by mireille raad on Server Fault See other posts from Server Fault or by mireille raad
Published on 2010-04-30T04:37:44Z Indexed on 2010/04/30 4:47 UTC
Read the original article Hit count: 209

Filed under:
|

Hello ,

I am trying to unzip a file with the size of 2GB
I am getting the following error :

unzip CLTE_C_08.zip
Archive: CLTE_C_08.zip
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 CLTE_C_08.zip or CLTE_C_08.zip.zip, and cannot find CLTE_C_08.zip.ZIP, period.

After some googling, some people say that this error is because the file is too big, others say because file is corrupt, others say that it could be a not unix archive.

So my question , how to find out if file is valid archive file on my Centos and what is the command/trick to uncompress big files ( if any )

Thanks in advance :)

© Server Fault or respective owner

Related posts about unzip

Related posts about zip