MTD newbie
David Woodhouse
dwmw2 at infradead.org
Tue Oct 2 10:14:11 EDT 2001
c.paris at libero.it said:
> modprobe mtdcore
> modprobe mtdram total_size=16384 erase_size=8
> modprobe mtdblock
> modprobe jffs2
> mount -t jffs2 /task-familiar-etc /mnt
What is /task-familiar-etc? Did you mean:
dd if=/task-familiar-etc of=/dev/mtdblock0
mount -t jffs2 /dev/mtdblock0 /mnt
c.paris at libero.it said:
> After that the system just hangs (no kernel ooops shown). David, have
> you tried yourself with the mtdram fake device ?
Yes, I've tested both JFFS and JFFS2 on the mtdram device with 2.4.10-ac1
and the patch which Alan included into 2.4.10-ac3. Please could you compile
with CONFIG_JFFS2_FS_DEBUG=1, set the loglevel to 9 by running the command
"echo 9 > /proc/sys/kernel/printk" and show me what it says?
--
dwmw2
More information about the linux-mtd
mailing list