From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from dell-paw-3.cambridge.redhat.com ([195.224.55.237] helo=passion.cambridge.redhat.com) by pentafluge.infradead.org with esmtp (Exim 3.22 #1 (Red Hat Linux)) id 15gjUC-0006sr-00 for ; Tue, 11 Sep 2001 10:05:40 +0100 From: David Woodhouse In-Reply-To: <3C6BEE8B5E1BAC42905A93F13004E8AB6B6B53@mailse01.axis.se> References: <3C6BEE8B5E1BAC42905A93F13004E8AB6B6B53@mailse01.axis.se> To: Jonas Holmberg Cc: mtd Subject: Re: JFFS2 on 8MB Flash-Chip conneted to MPC850 works extremly slo w:( Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 11 Sep 2001 10:11:41 +0100 Message-ID: <5367.1000199501@redhat.com> 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: jonas.holmberg@axis.com said: > The problem seems to be cramfs assuming 4kB pages (in one lousy > if-statement) and mine are 8kB... Yeah, that would manage to screw it quite effectively. There were patches around to make cramfs work on Alpha at one point - I don't remember whether they made mkcramfs make 8KiB pages or whether they made the cramfs kernel code deal with 4KiB cramfs pages. -- dwmw2