CLEANMARKER node found at has totlen 0xc != normal 0x0 ?
Dmitry Konyshev
dmitry.konyshev at auriga.ru
Tue Jun 15 06:48:11 EDT 2004
Andriy Korud wrote:
>Hi,
>I'm playing with jffs2 on NAND chips (Samsung 128Mbyte), MTD CVS is week old and kernel is 2.6.5.
>
>I'm making image with
>./mkfs.jffs2 -b --eraseblock=131072 --pagesize=2048 -p -r /test_root -v -o test_root.img
>
>and then copy it with cp (nandwrite seems to have problems wiht endianess). Everything work fine except on mounting filesystem I have messages:
>
>CLEANMARKER node found at 0x00000000 has totlen 0xc != normal 0x0
>CLEANMARKER node found at 0x00020000 has totlen 0xc != normal 0x0
>CLEANMARKER node found at 0x00040000 has totlen 0xc != normal 0x0
>....
>and so on for every block.
>
>
>
Cleanmarkers are not needed in jffs2 images that get written on nand, so
create such images with --no-cleanmarkers option.
wbr, Dmitry
More information about the linux-mtd
mailing list