From owner-freebsd-questions@FreeBSD.ORG Tue May 1 20:32:21 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 84D6516A403 for ; Tue, 1 May 2007 20:32:21 +0000 (UTC) (envelope-from carpetsmoker@rwxrwxrwx.net) Received: from mail.rwxrwxrwx.net (carpetsmoker.xs4all.nl [82.93.23.199]) by mx1.freebsd.org (Postfix) with ESMTP id 2D3BE13C448 for ; Tue, 1 May 2007 20:32:20 +0000 (UTC) (envelope-from carpetsmoker@rwxrwxrwx.net) Received: by mail.rwxrwxrwx.net (Postfix, from userid 1001) id 2CFEF6D46B; Tue, 1 May 2007 22:31:13 +0200 (CEST) Date: Tue, 1 May 2007 22:31:12 +0200 From: Martin Tournoij To: freebsd-questions@freebsd.org Message-ID: <20070501203111.GB16118@glitch.rwxrwxrwx.net> References: <20070501195825.GA10269@skytracker.ca> <20070501202118.GA5020@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070501202118.GA5020@xor.obsecurity.org> User-Agent: mutt-ng/devel-r804 (FreeBSD) Cc: david+dated+1178481507.0b93b4@skytracker.ca Subject: Re: can't zip large files 2gb > X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 May 2007 20:32:21 -0000 On Tue 01 May 2007 16:05, Kris Kennaway wrote: > On Tue, May 01, 2007 at 03:58:26PM -0400, David Banning wrote: > > I am attempting to zip large files that are 2GB - 3GB. > > > > uname -a; > > > > FreeBSD 3s1.com 4.11-STABLE FreeBSD 4.11-STABLE #7 > > > > I have tried gzip, bzip2 from the ports and rzip. > > OK, none of those are "zip" though :) They're completely different > algorithms. > > > All give no errors on zipping, but will not unzip, siting > > CRC errors. > > > > Is there a maximum file size for zipping? Is my system too old? > > Maybe a file or library that all zip programs depend on that is > > corrupt? > > Quite possible your system is too old, it works on modern versions of > FreeBSD at least with gzip and bzip2. > > Kris I can confirm that compressing large files works without problems on FreeBSD 6. A while ago I tested different archivers, and used gzip, bzip2, and 7-zip to compress and decompress some large files (3 to 4GB) Martin