From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1MJrIO-0005j0-TJ for garchives@archives.gentoo.org; Thu, 25 Jun 2009 15:55:29 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70172E04C1; Thu, 25 Jun 2009 15:55:27 +0000 (UTC) Received: from mail-yx0-f193.google.com (mail-yx0-f193.google.com [209.85.210.193]) by pigeon.gentoo.org (Postfix) with ESMTP id 47270E04C1 for ; Thu, 25 Jun 2009 15:55:27 +0000 (UTC) Received: by yxe31 with SMTP id 31so2396027yxe.32 for ; Thu, 25 Jun 2009 08:55:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to :content-type:content-transfer-encoding; bh=sMRAEBxzQ6Y6Lkk8FpJ/3F5KYYyVtj+GMZtcuakKM8E=; b=kvfewy4dr4JvAeyoKvskzFEfazYs9QsgJRvlCy23ROK2N11PD4MVfEN2P9E8I2vm3n 3MaiqP86KUlBBi8tpZth/SXE9zg0gUXoorTeZj+uorxFBf9gpwLaZjMPmonE46xaHxW6 FHRxFdhAe0l3e1DkXEPTCZT1eJR81D5Owdd3E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; b=fsZN8uA9Ud3ZcKHDU3wrrjBrczzYn+1K0THDG+ZRaHCnDIZJXCgv83qPucAfHAxAOO cmujRN3ulYXgzrBFHziMotHLrgiARrbqbMpDE6JblKX/1qDvkthkhlGt/nUUL5QAWwrG f6qFfy8HCAnUH+OFF4IzGYgZVfeF7RtqghImc= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Sender: paul.hartman@gmail.com Received: by 10.151.41.5 with SMTP id t5mr4956265ybj.48.1245945326210; Thu, 25 Jun 2009 08:55:26 -0700 (PDT) In-Reply-To: References: <58965d8a0906250831o77d9f534u944ab13d0bf6de17@mail.gmail.com> Date: Thu, 25 Jun 2009 10:55:26 -0500 X-Google-Sender-Auth: 4688d078ffe84ee6 Message-ID: <58965d8a0906250855le52f7a0jeb99b4caa8a6d77@mail.gmail.com> Subject: Re: [gentoo-user] Re: problem reading zip files From: Paul Hartman To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: 4df60d39-a5c1-4356-81fb-5cf3f9d412bc X-Archives-Hash: aef0cca1956343fbce677538ad3eb26c On Thu, Jun 25, 2009 at 10:47 AM, Doug O'Neal wrote: > On 06/25/2009 11:31 AM, Paul Hartman wrote: >> On Thu, Jun 25, 2009 at 9:45 AM, Doug O'Neal wrote: >>> On 06/25/2009 09:51 AM, Arttu V. wrote: >>>> On 6/25/09, Doug ONeal wrote: >>>>> I am guessing that all of the data is actually present in the zip >>>>> archives but I cannot get to it. Trying >>>>> version 3.0 of info-zip or any of the other linux & windows unzip >>>>> programs has not been successful >>>>> in extracting any of the later files in the archives. I'm at a loss; >>>>> does anybody have suggestions on >>>>> how to retrieve this data? Thanks. >>>> Does "any of the other unzip programs" here contain java's jar as well? >>>> >>> No, I didn't think of trying jar. The process is somewhat slow but I >>> have extracted files from a 58GB archive well past the 4GB limit >>> and that unzip wouldn't touch. jar has taken 25 minutes to extract >>> 16GB of data so it may be a while before the process completes but >>> it looks like this is a solution. Thanks. >> >> It seems you've already solved your problem, but I'm curious to know >> if you tried 7-Zip. It is usually able to deal with just about >> anything. > > 7-Zip did not work. I also tried the fuse-zip filesystem and it didn't even > recognize the files as zips. Good to know. I'll have to keep jar in mind for future reference. :) Thanks to Arttu for the tip.