Odd behavior of JFFS with AMD chips - kernel panic!

Nicolas Pitre nico at cam.org
Mon Dec 4 16:49:36 EST 2000



On Mon, 4 Dec 2000, Nicolas Pitre wrote:

> Beware that /dev/mtd2 (char 90:2) and /dev/mtdblock2 (block 31:2) aren't
> pointing to the same MTD object...

I'm apparently on drugs...

I just discovered mtd/util/MAKEDEV, and it apparently contains:

for a in `seq 0 16` ; do
        mknod /dev/mtd$a c 90 `expr $a + $a`
        mknod /dev/mtdr$a c 90 `expr $a + $a + 1`
        mknod /dev/mtdblock$a b 31 $a
done

Sorry for being stupid.


Nicolas



To unsubscribe, send "unsubscribe mtd" to majordomo at infradead.org



More information about the linux-mtd mailing list