mkfs.jffs2
David Woodhouse
dwmw2 at infradead.org
Fri Aug 13 10:54:19 EDT 2004
On Fri, 2004-08-13 at 14:45 +0000, Stefan Stürke wrote:
> jffs2_scan_empty(): Empty block at 0x0000fffc ends at 0x00010000 (with
> 0x1985e002)! Marking dirty
>
> Is it save to ignore these errors?
Yes. It's observing that there's padding between 0xfffc and 0x10000.
This is done because nodes aren't allowed to cross and eraseblock
boundary, and the image was created for 64KiB eraseblocks. It's harmless
though.
--
dwmw2
More information about the linux-mtd
mailing list