Hi,

I just downloaded the ubiimg 
"meego-codedrop-arm-n900-closed-201003311635.ubiimg" from 
http://tablets-dev.nokia.com/meego-codedrop.php and unpack it with flasher, got 
a "rootfs.jffs2" image. And I want to mount this image to my host PC, but 
failed both on Ubuntu and openSUSE. Here are the steps I made:

mknod /tmp/mtdblock0 b 31 0
modprobe loop
losetup /dev/loop0 rootfs.jffs2
modprobe mtdblock
modprobe block2mtd
modprobe jffs2
mount -t jffs2 /tmp/mtdblock0 /media/jffs2

And I always get error: "mount: /tmp/mtdblock0: can't read superblock"

Could anyone help me? Thanks!


Thanks
Victor Liu
_______________________________________________
MeeGo-dev mailing list
[email protected]
http://lists.meego.com/listinfo/meego-dev

Reply via email to