From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [211.47.47.10] (helo=www.openers.co.kr) by pentafluge.infradead.org with esmtp (Exim 3.22 #1 (Red Hat Linux)) id 16ckni-0002rZ-00 for ; Mon, 18 Feb 2002 10:13:38 +0000 Message-ID: <03d101c1b866$9125c0b0$126171d3@caesar> From: =?ks_c_5601-1987?B?sei/tcij?= To: "David Woodhouse" Cc: Subject: Re: problem with ftl_format Date: Mon, 18 Feb 2002 19:25:20 +0900 MIME-Version: 1.0 Content-Type: text/plain; charset="ks_c_5601-1987" Content-Transfer-Encoding: 8bit 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: No, it just print error message and return ----- Original Message ----- From: "David Woodhouse" To: "¡¾e¢¯¥ìE¡Ì" Cc: Sent: Monday, February 18, 2002 6:49 PM Subject: Re: problem with ftl_format > > yhkim@openers.co.kr said: > > I am building MTD/FTL driver on NAND Flash. When formating the mtd(/ > > dev/mtd0) with ftl_format, format operation stops proceeding becaus of > > a bad block. why one bad block leads format operation to fail? Anybody > > could direct me how to handle this problem? > > > > Er, make ftl_format mark the block bad and continue? > > -- > dwmw2