View Single Post
Posts: 7 | Thanked: 0 times | Joined on Apr 2011
#1
Hello,

I would to partition my internal flash, to copy the system to the internal flash.

I use this instuction:
http://wiki.maemo.org/Partitioning_a_flash_card

My problem is to mount the ext2 partition.
If I enter the code

Code:
insmod /mnt/initfs/lib/modules/$(uname -r)/mbcache.ko
I became the error:

Code:
insmod: cannot insert '/mnt/initfs/lib/modules/2.6.21-omap1/mbcache.ko': File exists:File exists
What can I do?