From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp6.mindspring.com ([207.69.200.110]) by pentafluge.infradead.org with esmtp (Exim 4.14 #3 (Red Hat Linux)) id 19l7Vq-0004jv-9G for ; Fri, 08 Aug 2003 14:42:34 +0100 From: "Chuck Meade" To: "David Woodhouse" Date: Fri, 8 Aug 2003 09:42:28 -0400 Message-ID: MIME-Version: 1.0 In-Reply-To: <1060327833.25209.271.camel@passion.cambridge.redhat.com> Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit cc: linux-mtd@lists.infradead.org Subject: RE: DOC filesystem questions List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , David Woodhouse wrote: > > > We _must_ retain the bad block table which was on the device when it > > > arrived from the factory. > > > > OK I see. Would it be valuable then to have a Linux command-line > > utility which captures the BBT before calling nftl_format, then > > is used to restore the BBT after calling nftl_format but before > > nftl tries to mount any partitions (via 'insmod nftl' or whatever)? > > ... or which writes it back as _part_ of the nftl_format process, > perhaps? > > Yes, it would be extremely useful to do this. I will work on this then and feed it back to the list for evaluation when I have something that works. Chuck