LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Can't extract gzip from a zip file (https://www.linuxquestions.org/questions/linux-newbie-8/cant-extract-gzip-from-a-zip-file-4175592409/)

jpinto 10-28-2016 05:06 AM

Can't extract gzip from a zip file
 
Hello,

I have a Data.zip data file that, among many other folders, contains some .gzip to which I need to have access to.
I have tried to extract the Data.zip file manually and through commands and I always get the same error when it reaches the first .gzip file. "An error has occurred while extracting files".

I have full permission and I have checked the Md5 and everything seems fine.

Thanks in advance,
Joana

wpeckham 10-28-2016 05:59 AM

so little data.

Ok, to start: What operating system are you running on? What versions of what tools are you using to 'unzip' the zip file? What is the underlying file system? Also, how big is the zip file, and the gzip from within it?

And as an aside: why do you have a zip file containing gzip files?

jpinto 10-28-2016 06:11 AM

The compunter is Ubuntu 14.04 LTS
I used the unzip tool is 6.00
The zip file is 9 GB and the gzips are between 20 and 500 Mb.

This is data that I got from a sequencing center. It always comes like that, although I've never had this problem before.

jpinto 10-28-2016 08:09 AM

I figured it out.

The size of the file was indeed an issue.
I run jar xvf filename and it worked perfectly!

BW-userx 10-28-2016 09:06 AM

Quote:

Originally Posted by jpinto (Post 5624051)
I figured it out.

The size of the file was indeed an issue.
I run jar xvf filename and it worked perfectly!

pls mare solved, use that little link up top to the right


All times are GMT -5. The time now is 06:39 PM.