help me --- end_request: I/O error, dev 1f:02 (mtdblock), sector 32768

David Woodhouse dwmw2 at infradead.org
Mon Apr 30 12:05:53 EDT 2001


xitron at modream.co.kr said:
>   { "mtd2", 0x1f02 },               -------------------> add

mtd2 should be a character device. Major 90, minor 4. Don't do that.

I think you meant mtdblock2 (block major 31, minor 2). Which is covered by 
the 'mtdblock' line just above. 


xitron at modream.co.kr said:
> mtdblock: erase of region [0x840000, 0x40000] on "<NULL>" failed
> end_request: I/O error, dev 1f:02 (mtdblock), sector 32776

Does it work if you try to 'eraseall /dev/mtd2' - once you've actually made 
the correct device node, of course.

--
dwmw2




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




More information about the linux-mtd mailing list