cl search engine

torsdag, november 22, 2007

view jffs2 filesystem on desktop

modprobe mtdcore
modprobe jffs2
modprobe mtdram
modprobe mtdchar
modprobe mtdblock

dd if=image-jffs2 of=/dev/mtd0
mkdir /mnt/jffs2
mount -t jffs2 /dev/mtdblock0 /mnt/jffs2