X-Spam-Check-By: sourceware.org Message-ID: <4674C336.80109@cwilson.fastmail.fm> Date: Sun, 17 Jun 2007 01:14:30 -0400 From: Charles Wilson User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: zip could not handle files above 2GB? References: <20070616192329 DOT GX4179 AT calimero DOT vinschen DOT de> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Robert Pendell wrote: > Actually if the cygwin version of zip is based off of > info-zip then it is a known limitation of that library. It > has a theoretical limit of 4GB for the zip filesize but > commonly had issues with accessing files beyond the 2GB mark. > This is documented on the info-zip website. It can be > corrected as other applications have come up with ways to > allow zip files above and beyond the 4GB limit that 32-bit > code imposes. This is true, but I do not plan to do any rewriting of Info-Zip's code; the web page there: http://www.info-zip.org/FAQ.html#limits explains a lot of the limitations and caveats with respect to large files. OTOH, rumor has it that 7-zip supports large files, and better compression. (However, in a cygwin context it does not preserve permisions, so you have to use: tar --with-compression-program=p7zip .... instead. To that end, please try: http://cygutils.fruitbat.org/ITP/p7zip-4.47-1.tar.bz2 (I'll post an ITP on the cygwin-apps list) -- Chuck -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/