Powered by
Movable Type 3.38 mod_perl/2

 June 2009 Archives

2009, June 04 (Thu)

 How to loopback mount jffs2

(or better: how to loopback mount mtd stuff)

Load the following modules:

  • mtdblock
  • mtdchar
  • mtd_blkdevs
  • mtdram
  • mtd

Write the image to a ramdisk:

    dd if=jffs2.image of=/dev/mtdblock0

Mount it:

    mount -t jffs2 /dev/mtdblock0 /mnt


2009, June 18 (Thu)

Linux block selecting in (u)rxvt

Press alt and start selecting with the mouse.