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

fredag, augusti 31, 2007

sicp again

Watched sicp lecture 2b yesterday, time to get this damn ball rolling again...

Will try to follow this group