* 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
* Re: JFFS2 summary error!
2006-02-10 6:55 JFFS2 summary error! Robert Liu
@ 2006-02-10 8:18 ` Zoltan Sogor
2006-02-10 9:19 ` Robert Liu
0 siblings, 1 reply; 3+ messages in thread
From: Zoltan Sogor @ 2006-02-10 8:18 UTC (permalink / raw)
To: Robert Liu; +Cc: linux-mtd
Hi Robert!
We have developed the summary support but we haven't found this kind of
error before.
Please send me the kernel log with JFFS2 debug level 1 and the dump of
the wrong fs image.
I will try to reproduce/fix the problem.
Thanks:
Zoltan
Robert Liu wrote:
> 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
>
> ______________________________________________________
> Linux MTD discussion mailing list
> http://lists.infradead.org/mailman/listinfo/linux-mtd/
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: JFFS2 summary error!
2006-02-10 8:18 ` Zoltan Sogor
@ 2006-02-10 9:19 ` Robert Liu
0 siblings, 0 replies; 3+ messages in thread
From: Robert Liu @ 2006-02-10 9:19 UTC (permalink / raw)
To: Zoltan Sogor; +Cc: linux-mtd
[-- Attachment #1: Type: text/plain, Size: 464 bytes --]
Hi Zoltan,
The attachment is the kernel log (recorded by busybox syslogd).
But, I don't know how to dump the fs image.
Would you tell me how to do that?
Thanks,
Robert
Zoltan Sogor wrote:
> Hi Robert!
>
> We have developed the summary support but we haven't found this kind
> of error before.
> Please send me the kernel log with JFFS2 debug level 1 and the dump of
> the wrong fs image.
> I will try to reproduce/fix the problem.
>
> Thanks:
> Zoltan
[-- Attachment #2: kernel-msg.tgz --]
[-- Type: application/octet-stream, Size: 57951 bytes --]
^ 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