From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [168.95.4.197] (helo=msr.hinet.net) by pentafluge.infradead.org with esmtp (Exim 3.22 #1 (Red Hat Linux)) id 17Mhio-0008E6-00 for ; Tue, 25 Jun 2002 05:14:31 +0100 Received: from stevexp (61-219-230-90.HINET-IP.hinet.net [61.219.230.90]) by msr.hinet.net (8.9.3/8.9.3) with ESMTP id MAA11345 for ; Tue, 25 Jun 2002 12:14:35 +0800 (CST) From: "Steve Tsai" To: "Linux MTD mailing list" Subject: Halt at mounting Date: Tue, 25 Jun 2002 12:14:25 +0800 Message-ID: <001201c21bfe$cae566b0$5501a8c0@synso.com.tw> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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: When I copy some files into the jffs2 directory and remove all the files, the next mounting procedure will halt after nand_read_ecc is done. The procedure is, eraseall /dev/mtd1 //OK mount -t jffs2 /dev/mtdblock1 /mnt //OK cp /etc/* /mnt //OK rm /mnt/* //OK umount /mnt //OK mount -t jffs2 /dev/mtdblock1 /mnt //halt Have any idea? Where can I hack? The last output message, nand_read_ecc: from = 0x007fe00c, len = 12 nand_read_ecc: from = 0x007fe00c, len = 4096 nand_read_ecc: from = 0x007ff00c, len = 4084 Steve Tsai