Reply
Thread Tools
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?
 
Posts: 38 | Thanked: 24 times | Joined on Mar 2011 @ India
#2
are you using a modified kernel
 
Posts: 96 | Thanked: 105 times | Joined on Aug 2006 @ Finland
#3
What does lsmod tell you ? Is the module already loaded?
__________________
--
2x770, N810 and 2xN900, N950, 2xN9, BBZ10
Devel - twitter - blog
 
Posts: 7 | Thanked: 0 times | Joined on Apr 2011
#4
lsmod says:

Code:
Module                  Size  Used by
ext3 107784 1 - Live 0xbf07c000
jbd 52168 1 ext3, Live 0xbf06e000
g_file_storage 27656 0 - Live 0xbf066000
cx3110x 56200 0 - Live 0xbf057000
umac 258788 1 cx3110x, Live 0xbf016000 (P)
ext2 51176 0 - Live 0xbf008000
mbcache 7108 2 ext3,ext2, Live 0xbf005000
omap_rng 2956 0 - Live 0xbf003000
rng_core 4292 1 omap_rng, Live 0xbf000000
how I see, if module is loaded?
 
Posts: 1,425 | Thanked: 983 times | Joined on May 2010 @ Hong Kong
#5
Code:
mbcache 7108 2 ext3,ext2, Live 0xbf005000
Loaded.
 
Posts: 7 | Thanked: 0 times | Joined on Apr 2011
#6
And what must I do now?
 
Posts: 38 | Thanked: 24 times | Joined on Mar 2011 @ India
#7
Originally Posted by pitti View Post
And what must I do now?
Just ignore the two insmod commands
Code:
insmod /mnt/initfs/lib/modules/$(uname -r)/mbcache.ko
insmod /mnt/initfs/lib/modules/$(uname -r)/ext2.ko
and directly execute mount /dev/mmcblk0p2 /media/mmc2
 
Posts: 7 | Thanked: 0 times | Joined on Apr 2011
#8
But when I do this, I get the answer:

Code:
mount: mounting /dev/mmcblk0p2 on /media/mmc2 faild
 
Posts: 38 | Thanked: 24 times | Joined on Mar 2011 @ India
#9
can you post some more info about the error?
 
Posts: 7 | Thanked: 0 times | Joined on Apr 2011
#10
How I can do this?

This is all, that I became.
 
Reply

Tags
mounting


 
Forum Jump


All times are GMT. The time now is 13:47.