Re: jffs2_gcd_mtdx thread and umount problem.

2010-01-18 Thread Joakim Tjernlund
Johnny Hung wrote on 18/01/2010 09:26:26: > Please don't top post. > Yes, umount / reboot command doesn't hang after first boot + wait for > 20 minutes. The jffs2_gcd_mtdx will re-erase empty blocks but how do I > know it is finished? You don't or just monitor jffs2_gcd_mtdx until it is finished

Re: jffs2_gcd_mtdx thread and umount problem.

2010-01-18 Thread Johnny Hung
Yes, umount / reboot command doesn't hang after first boot + wait for 20 minutes. The jffs2_gcd_mtdx will re-erase empty blocks but how do I know it is finished? BTW, why jffs2_gcd_mtd need to re-erase empty blocks and it will cause some command cannot work if erase block is necessary. I mean many

Re: jffs2_gcd_mtdx thread and umount problem.

2010-01-17 Thread Joakim Tjernlund
> > Hi All, > > I have a customized MPC8313 (ppc arch) board with SPANSION 64MB NOR > flash, everything works fine but I found a abnormal about JFFS2 flahs > filesystem. > > The system will mount JFFS2 to /mnt/mtd when system boot up. I try to > execute umount /mnt/mtd or sync or reboot right away

jffs2_gcd_mtdx thread and umount problem.

2010-01-17 Thread Johnny Hung
Hi All, I have a customized MPC8313 (ppc arch) board with SPANSION 64MB NOR flash, everything works fine but I found a abnormal about JFFS2 flahs filesystem. The system will mount JFFS2 to /mnt/mtd when system boot up. I try to execute umount /mnt/mtd or sync or reboot right away after login then