Mounting big endian jffs2 images on mtdram on a x86

Haavard Skinnemoen hskinnemoen at atmel.com
Mon May 14 06:49:34 EDT 2007


On Mon, 14 May 2007 13:34:52 +0300
Artem Bityutskiy <dedekind at infradead.org> wrote:

> FYI, mtdblock is not needed and is ancient and confusing way to mount
> jffs2. 
> 
> http://www.linux-mtd.infradead.org/faq/jffs2.html#L_mtdblock

Btw, newer versions of busybox seem to be able to mount jffs2
filesystems without using mtdblock.

~ # mount -tjffs2 mtd3 /usr
~ # umount /usr
~ # mount -tjffs2 mtd:spi0.0-AT45DB642x /usr
~ # ls -l /bin/mount
lrwxrwxrwx    1 root     root            7 Apr 17  2007 /bin/mount -> busybox
~ # busybox
BusyBox v1.4.2 (2007-04-17 15:34:55 CEST) multi-call binary

Haavard




More information about the linux-mtd mailing list