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 16s9Rk-0001x7-00 for ; Mon, 01 Apr 2002 22:34:36 +0100 From: David Woodhouse In-Reply-To: <000501c1d996$da814030$87657bc8@athlon> References: <000501c1d996$da814030$87657bc8@athlon> To: "Derek Ross" Cc: linux-mtd@lists.infradead.org Subject: Re: Can JFFS be placed in middle of flash? Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 01 Apr 2002 22:34:15 +0100 Message-ID: <30861.1017696855@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: dross@iders.ca said: > Can a JFFS file system be placed in the middle area of flash? (We will > be using the beginning and end areas for other things). Yes, we do it all the time. Look at the partitioning stuff in most of the 'map' drivers. -- dwmw2