From owner-freebsd-fs@FreeBSD.ORG Wed Nov 19 08:25:12 2003 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C18316A4CE for ; Wed, 19 Nov 2003 08:25:12 -0800 (PST) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13C1143FA3 for ; Wed, 19 Nov 2003 08:25:11 -0800 (PST) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.12.9p2/8.12.9) with ESMTP id hAJGN2Mg008620; Wed, 19 Nov 2003 11:23:02 -0500 (EST) (envelope-from robert@fledge.watson.org) Received: from localhost (robert@localhost)hAJGMxRR008617; Wed, 19 Nov 2003 11:23:02 -0500 (EST) (envelope-from robert@fledge.watson.org) Date: Wed, 19 Nov 2003 11:22:59 -0500 (EST) From: Robert Watson X-Sender: robert@fledge.watson.org To: Sergei Mozhaisky In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-fs@freebsd.org Subject: Re: Compressed filesystem for FreeBSD X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 16:25:12 -0000 On Wed, 19 Nov 2003, Sergei Mozhaisky wrote: > Hello everyone. > > I am searching for compressed filesystem for FreeBSD. > > Why do I need compressed filesystem? I am developer of FreeBSD-based > LiveCD, and the main problem of liveCD is loading speed - it's too slow, > comparing with Knoppix or other Linux LiveCD. Usage of compressed > filesystem will improve software loading speed and allow to put more > software to CD. > > I found info about project "FiST" in freebsd-fs archives, this is almost > what I need: > ftp://ftp.filesystems.org/pub/fist/fistgen-0.0.7.tar.gz But gzipfs > module does not compile in FreeBSD (developers said that size-changing > algoritm they used currently works only in Linux) So the question is > simple: is there any implementations of compressed filesystems for > FreeBSD (even as unofficial projects)? This will help a lot in such > projects as FreeBSD-based LiveCD. If your file system is read-only, I wonder if the easier path wouldn't be to implement a compression layer for GEOM. That would keep you out of the business of alternative for stacked file systems, which is a painful business to be in :-). You could use regular UFS or cd9660, and then compress the resulting image using a custom (or off-the-shelf) tool. The trick will be to have random access to the compressed data... Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Network Associates Laboratories