Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 30 Oct 2002 10:39:53 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 30 Oct 2002 10:39:53 -0500 Received: from gc-na5.alcatel.fr ([64.208.49.5]:17230 "EHLO smail2.alcatel.fr") by vger.kernel.org with ESMTP id ; Wed, 30 Oct 2002 10:39:52 -0500 Message-ID: <3DBFFDEF.4040004@sxb.bsf.alcatel.fr> Date: Wed, 30 Oct 2002 16:42:39 +0100 From: Denis RICHARD Organization: ALCATEL Business systems User-Agent: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.0.0) Gecko/20020611 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Padraig Brady CC: Jesse Pollard , Larry McVoy , Jeff Garzik , Phillip Lougher , Samuel Flory , linux-kernel@vger.kernel.org, Denis Richard Subject: Re: ANNOUNCEMENT: Squashfs released (a highly compressed filesystem) References: <3DBF43ED.70001@lougher.demon.co.uk> <3DBF5A08.9090407@pobox.com> <20021029201110.A29661@work.bitmover.com> <200210300853.09342.pollard@admin.navo.hpc.mil> <3DBFF649.9030906@corvil.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1891 Lines: 59 Padraig Brady wrote: > Jesse Pollard wrote: > >> On Tuesday 29 October 2002 10:11 pm, Larry McVoy wrote: >> >>>> A r/w compressed filesystem would be darned useful too :) >>> >>> >>> mmap(2) is, err, hard. Not impossible, it means the file system has to >>> support both compressed and uncompressed files, but it's interesting. >> >> >> You can also think of it as a step toward a hierarchical filesystem >> with the >> files: >> 1. uncompressed (with uncompressed inode) >> 2. compressed on line (real disk space allocated) >> 3. compressed nearline (only compressed inode on disk, with a >> reference to offline storage) >> >> Obviously this is only for very large filesystems (we have one FS that >> is currently between 100-200 TB in size when you include the migrated >> storage). > > > I think it's worth referencing e2compr here also, > which is a patch that provides transparent compression > for ext2 (& ext3?). Denis RICHARD (CC'd) is maintaining > the 2.4 implementation. I've version 0.4.42 (against > 2.4.16) mirrored here: > http://www.iol.ie/~padraiga/patches/e2compr-0.4.42-patch-2.4.16.gz A new version of the patch (0.4.43) is available here : http://www.alizt.com But I have not tested the patch on ext3. > > > Note I've used it without problems (to access filesystems > created with the kernel 2.2 version) here: > http://cvs.bofh.asn.au/e2compr/ > > P?draig. > > -- -----------------------------\--------------------------\ Denis RICHARD \ ALCATEL Business Systems \ mailto:dri@sxb.bsf.alcatel.fr / Tel: +33(0)3 90 67 69 36 / -----------------------------/--------------------------/ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/