From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from florence.buici.com ([206.124.142.26] ident=qmailr) by pentafluge.infradead.org with smtp (Exim 3.22 #1 (Red Hat Linux)) id 17tuYT-0001Ve-00 for ; Tue, 24 Sep 2002 19:37:06 +0100 Date: Tue, 24 Sep 2002 11:37:04 -0700 From: Marc Singer To: Kenneth Johansson Cc: mtd Subject: Re: Interest in DOC and YAFFS? --> YAFFS bootloading Message-ID: <20020924183704.GB3074@buici.com> References: <200209231220.12682.ayalon@tadlys.com> <20020924014556.6EC8B43F2@tiger.actrix.co.nz> <20020924034410.GA18915@buici.com> <20020924040150.A1499145FF@dragon.actrix.co.nz> <20020924044434.GA23917@buici.com> <1032854017.13283.3.camel@russ> <20020924165351.GA2533@buici.com> <1032886743.13283.6.camel@russ> <20020924171419.GA2733@buici.com> <1032889498.1600.22.camel@spawn> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1032889498.1600.22.camel@spawn> Sender: linux-mtd-admin@lists.infradead.org Errors-To: linux-mtd-admin@lists.infradead.org List-Help: List-Post: List-Subscribe: , List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: On Tue, Sep 24, 2002 at 07:44:58PM +0200, Kenneth Johansson wrote: > On Tue, 2002-09-24 at 19:14, Marc Singer wrote: > > That's what isn't clear. I made two filesystems with the same > > contents. One cramfs and the other ext2. The ext2 filesystem > > compressed was smaller than the cramfs. My understanding is that both > > must be uncompressed into a ramfs to be used. If this is correct, > > then the only comparable consideration is the size of the compressed > > data. > > cramfs is a read only filesystem not an archive format like zip or tar > so you do not have to copy the data into another filesystem to use it. > You use cramfs instead of initrd+filesystem. That isn't really the issue here. We're talking about using gzip'd ext2 versus cramfs to do initrd. The thing is that in my tests, cramfs images are larger than compressed ext2 images. Not what I would expect.