From owner-freebsd-questions@FreeBSD.ORG Sat Feb 4 07:12:51 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09EA316A420 for ; Sat, 4 Feb 2006 07:12:51 +0000 (GMT) (envelope-from xnooby@gmail.com) Received: from uproxy.gmail.com (uproxy.gmail.com [66.249.92.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 710B743D46 for ; Sat, 4 Feb 2006 07:12:50 +0000 (GMT) (envelope-from xnooby@gmail.com) Received: by uproxy.gmail.com with SMTP id o2so161691uge for ; Fri, 03 Feb 2006 23:12:48 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=PG8kJjgiTuJJMXrhGfbFjNwYZe/dfHkjphIxom+HS1PyPODA27/d1qItkBEWTEzZnGeHKSbwS1HXZqI1mKLujgTYISY8sDmfG2SCJq2a0h2lQqh1M/X0UhUq/hFxKmRhq2qPmVwDMxQnEHU0E+a3BVxYrnabjK5GElUwXkUh9SQ= Received: by 10.48.220.3 with SMTP id s3mr714463nfg; Fri, 03 Feb 2006 23:12:48 -0800 (PST) Received: by 10.48.216.11 with HTTP; Fri, 3 Feb 2006 23:12:48 -0800 (PST) Message-ID: Date: Sat, 4 Feb 2006 02:12:48 -0500 From: Xn Nooby To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: cloop or zisofs or a better way? 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: Sat, 04 Feb 2006 07:12:51 -0000 I'm looking for a way to compress about 20GB of ASCII data in to a read-onl= y file that is as small as possible. I found 'cloop' and 'zisofs', though I could not find anything on the net where FreeBSD people were using them. They are in the ports tree, so I figure somebody is. Is there a preferred way under FreeBSD of doing this? I've heard of people using "loopback" connections, and I guess that's what cloop is. Or maybe there is a way to mount a tgz file? I'm using FreeBSD 6.x. Also, is there a crossplatform way of doing this? For example, if I had a compressed volume, would I be able to read it under Linux and maybe Windows? I dont really need crossplatform, but was curious.