Hi everyone

I am comfused at mounting jffs2 on DOC...
I'm sure my DOC is OK with cat /proc/mtd, but I just can't mount jffs2 image
on DOC
    dev:    size         erasesize   name
    mtd0: 01000000 00004000 "DiskOnChip 2000"

My step to mount jffs2 is:
    mkfs.jffs2 -r /imgdata -o /data.img -e 0x4000
    dd if=/data.img of=/dev/mtd0
    mount -t jffs2 /dev/mtdblock0 /mnt
    and my system hangs.......

These are the questions:
1) Can I mount jffs2 image on DOC?
2) To support jffs2, what kernel MTD options should I enable, I'm not sure
my choice is right?

Any response is appreciate...

W.B.



-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to