From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from co203.xi-lite.net ([149.6.83.203]) by bombadil.infradead.org with esmtp (Exim 4.69 #1 (Red Hat Linux)) id 1MfxS7-0005oA-36 for linux-mtd@lists.infradead.org; Tue, 25 Aug 2009 14:56:55 +0000 Message-ID: <4A93FBAC.6010701@parrot.com> Date: Tue, 25 Aug 2009 16:56:44 +0200 From: Matthieu CASTET MIME-Version: 1.0 To: Ivan Li Subject: Re: Error creating FAT32 over Nand flash References: <6CF41D77BA9F4BC5856D0031BA902A85@ivan> In-Reply-To: Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 8bit Cc: "linux-mtd@lists.infradead.org" List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Ivan Li a écrit : > Some progress for it: I found the sector number mentioned in error message resides in BAD block. > Is there any fix for that? Use an FTL or mount FAT in loop mode over a file in a fs understanding NAND (ubifs, jffs2, ...). Matthieu