public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* MTD and jffs2 mount problem on Linux-2.6.23 rc2
@ 2008-03-04 10:34 Dach Miroslaw
  2008-03-04 17:14 ` Grant Erickson
  0 siblings, 1 reply; 9+ messages in thread
From: Dach Miroslaw @ 2008-03-04 10:34 UTC (permalink / raw)
  To: linux-mtd

Dear All,

I am just a beginner in MTD tools. I have downloaded from the web mtd-tools version 1.0.0.
I have crosscompiled the mtd-tools for ppc405. All went fine.

I have build the kernel 2.6.23 rc2 with mtd and jffs2 enabled:

CONFIG_MTD=y
CONFIG_MTD_PARTITIONS=y
CONFIG_MTD_CMDLINE_PARTS=y
 
CONFIG_MTD_CHAR=y
CONFIG_MTD_BLKDEVS=y
CONFIG_MTD_BLOCK=y

CONFIG_MTD_CFI=y
CONFIG_MTD_GEN_PROBE=y

CONFIG_MTD_MAP_BANK_WIDTH_1=y
CONFIG_MTD_MAP_BANK_WIDTH_2=y
CONFIG_MTD_MAP_BANK_WIDTH_4=y

CONFIG_MTD_CFI_I1=y
CONFIG_MTD_CFI_I2=y

CONFIG_MTD_CFI_INTELEXT=y

CONFIG_MTD_CFI_UTIL=y
CONFIG_MTD_RAM=y
CONFIG_MTD_ROM=y

CONFIG_MTD_PHYSMAP=y
CONFIG_MTD_PHYSMAP_START=0xFF000000
CONFIG_MTD_PHYSMAP_LEN=0x800000
CONFIG_MTD_PHYSMAP_BANKWIDTH=2
CONFIG_MTD_PLATRAM=y

CONFIG_BLK_DEV=y
CONFIG_BLK_DEV_LOOP=y

CONFIG_JFFS2_FS=y
CONFIG_JFFS2_FS_DEBUG=0
CONFIG_JFFS2_FS_WRITEBUFFER=y
# CONFIG_JFFS2_SUMMARY is not set
# CONFIG_JFFS2_FS_XATTR is not set
# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
CONFIG_JFFS2_ZLIB=y
CONFIG_JFFS2_RTIME=y

I have created on my target board the jffs2 image which is foreseen to be place on /dev/mtd3:

./mkfs.jffs2 --pad=0xA0000 --eraseblock=0x20000 --root=TEST-DIR --output=image2.jffs2
flash_erase /dev/mtd3
dd if=./image2.jffs2 of=/dev/mtd3 bs=2 count=327680

Up to this point all went fine.

The problem emerged when I have tried to mount the jffs2 partition:
mkdir /mnt
mount -t jffs2 /dev/mtdblock3  /mnt

---------------------------------------------------------------------------------------------------------
[ 7459.517787] jffs2_scan_eraseblock(): Node at 0x00000000 {0x1985, 0x2003, 0x0000000c) has invalid CRC 0xf060dc98 (calculated 0xf9d690b3)
[ 7459.665215] jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00000008: 0xf060 instead
[ 7459.772681] jffs2_scan_eraseblock(): Node at 0x0000000c {0x1985, 0xe001, 0x00000035) has invalid CRC 0xc44d1944 (calculated 0x92fedd67)
[ 7459.919977] jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00000014: 0xc44d instead
[ 7460.027434] jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00000028: 0x0d0a instead
[ 7460.134905] jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0000002c: 0xe7db instead
[ 7460.242298] jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00000030: 0x326c instead
[ 7460.349685] jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00000034: 0x4750 instead
[ 7460.457079] jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00000038: 0x2e74 instead
[ 7460.564482] jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0000003c: 0x706c instead
[ 7460.671504] Further such events for this erase block will not be printed
[ 7460.834424] jffs2_scan_eraseblock(): Node at 0x00020000 {0x1985, 0x2003, 0x0000000c) has invalid CRC 0xf060dc98 (calculated 0xf9d690b3)
[ 7460.981732] jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00020008: 0xf060 instead
[ 7461.089463] jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0002000c: 0xffff instead
[ 7461.196950] jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00020010: 0xffff instead
[ 7461.304436] jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00020014: 0xffff instead
[ 7461.411890] jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00020018: 0xffff instead
[ 7461.519301] jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0002001c: 0xffff instead
[ 7461.626689] jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00020020: 0xffff instead
[ 7461.734079] jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00020024: 0xffff instead
[ 7461.841467] jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00020028: 0xffff instead
[ 7461.948428] Further such events for this erase block will not be printed
:
:
:
[ 7464.664307] jffs2_scan_eraseblock(): Node at 0x00080000 {0x1985, 0x2003, 0x0000000c) has invalid CRC 0xf060dc98 (calculated 0xf9d690b3)
[ 7464.811667] jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00080008: 0xf060 instead
[ 7464.919083] jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0008000c: 0xffff instead
[ 7465.026794] jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00080010: 0xffff instead
[ 7465.134190] jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00080014: 0xffff instead
[ 7465.241665] jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00080018: 0xffff instead
[ 7465.349060] jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0008001c: 0xffff instead
[ 7465.456461] jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00080020: 0xffff instead
[ 7465.563917] jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00080024: 0xffff instead
[ 7465.671325] jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00080028: 0xffff instead
[ 7465.778305] Further such events for this erase block will not be printed
[ 7465.941101] Cowardly refusing to erase blocks on filesystem with no valid JFFS2 nodes
[ 7466.035471] empty_blocks 0, bad_blocks 0, c->nr_blocks 5
mount: mounting /dev/mtdblock3 on /mnt failed


I do not know if there is any mismatch between the mtd and jffs2 in the linux kernel 2.6.23 and MTD 1.0.0 ?

My image2.jffs2 looks like:

00000000  19 85 20 03 00 00 00 0c  f0 60 dc 98 19 85 e0 01  |.. ......`......|
00000010  00 00 00 35 c4 4d 19 44  00 00 00 01 00 00 00 00  |...5.M.D........|
00000020  00 00 00 02 00 00 00 04  0d 0a 00 00 e7 db b4 ae  |................|
00000030  32 6c 8c dc 47 50 4d 4d  2e 74 65 6d 70 6c 61 74  |2l..GPMM.templat|
00000040  65 ff ff ff 19 85 e0 02  00 00 00 6e 7f 54 eb e8  |e..........n.T..|
00000050  00 00 00 02 00 00 00 01  00 00 a1 ff 00 00 00 00  |................|
00000060  00 00 00 2a 00 00 00 04  00 00 00 04 00 00 00 04  |...*............|
00000070  00 00 00 00 00 00 00 2a  00 00 00 2a 00 00 00 00  |.......*...*....|
00000080  58 42 cb c7 7b 3f 69 70  2e 2e 2f 2e 2e 2f 2e 2e  |XB..{?ip../../..|
*
00020000  19 85 20 03 00 00 00 0c  f0 60 dc 98 ff ff ff ff  |.. ......`......|
00020010  ff ff ff ff ff ff ff ff  ff ff ff ff ff ff ff ff  |................|
*
00040000  19 85 20 03 00 00 00 0c  f0 60 dc 98 ff ff ff ff  |.. ......`......|
00040010  ff ff ff ff ff ff ff ff  ff ff ff ff ff ff ff ff  |................|
*
00060000  19 85 20 03 00 00 00 0c  f0 60 dc 98 ff ff ff ff  |.. ......`......|
00060010  ff ff ff ff ff ff ff ff  ff ff ff ff ff ff ff ff  |................|
*
00080000  19 85 20 03 00 00 00 0c  f0 60 dc 98 ff ff ff ff  |.. ......`......|
00080010  ff ff ff ff ff ff ff ff  ff ff ff ff ff ff ff ff  |................|


Best Regards

Miroslaw Dach

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

end of thread, other threads:[~2008-03-06 15:18 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <C3F2E592.DC63%gerickson@nuovations.com>
2008-03-05  8:24 ` MTD and jffs2 mount problem on Linux-2.6.23 rc2 Dach Miroslaw
2008-03-05  9:45   ` Schlägl Manfred jun.
2008-03-05 12:03     ` Jörn Engel
2008-03-05 13:44       ` Dach Miroslaw
2008-03-05 13:50         ` Jörn Engel
2008-03-06  7:48           ` Dach Miroslaw
2008-03-06 14:19             ` Jörn Engel
2008-03-04 10:34 Dach Miroslaw
2008-03-04 17:14 ` Grant Erickson

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