public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* JFFS2 summary error!
@ 2006-02-10  6:55 Robert Liu
  2006-02-10  8:18 ` Zoltan Sogor
  0 siblings, 1 reply; 3+ messages in thread
From: Robert Liu @ 2006-02-10  6:55 UTC (permalink / raw)
  To: linux-mtd

Hi All,

I am using Linux-2.6.10 with the lastest CVS MTD codes.
My device is a Intel IXP E.V. board, configured as a big-endian machine,
with 8M NOR flash and 32M NAND flash.

I can mount a JFFS2 partition correctly without enabling the JFFS2 
summary support.
But, I usually got warning messages, when turn on the JFFS2 summary support.
(I don't know this problem occurs unders what condition)
The following steps are used to test:
  1. flash_eraseall /dev/mtdblock/3
  2. mount -t jffs2 /dev/mtdblock/3 /mnt
  3. do some operations (mkdir, touch, dd, ...)
  4. umount /mnt
  5. mount -t jffs2 /dev/mtdblock/3 /mnt
then the warning (error!?) meesage showed:
  JFFS2 warning: (86) jffs2_sum_process_sum_data: Unsupported node type 
found in summary! Exiting...
  mount: Mounting /dev/mtdblock/3 on /mnt failed: Input/output error

I added some debug code and found the warrnig always occured with 
nodetype 02E0.
This looks like a endian problem.
Would someone help me to debug?

Regards,
Robert

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-02-10  9:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-10  6:55 JFFS2 summary error! Robert Liu
2006-02-10  8:18 ` Zoltan Sogor
2006-02-10  9:19   ` Robert Liu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox