Hi, ext william maddler wrote: > Feb 6 11:58:30 Nokia-N800-51 kernel: [ 10.911376] > jffs2_scan_inode_node(): CRC failed on node at 0x06068404: Read > 0xa7ac6c19, calculated 0x7a20ac5d > Feb 6 11:58:30 Nokia-N800-51 kernel: [ 10.911682] > jffs2_scan_dirent_node(): Node CRC failed on node at 0x06068b60: Read > 0xeedfd774, calculated 0x86ec3565 > Feb 6 11:58:30 Nokia-N800-51 kernel: [ 10.911804] > jffs2_scan_dirent_node(): Node CRC failed on node at 0x06068bfc: Read > 0x3620203a, calculated 0x40e9ed5b AFAIK this just means that the partition was unmounted while a block was being written and therefore the calculated block CRC doesn't correspond to the (partial) block contents. This can happen if the device was rebooted by the HW watchdog. > Is there any way to check/repair? Or do I have to reflash? Thank you. AFAIK when the JFFS2 garbage collects these blocks the messages will go away. - Eero