|
2012-02-08
, 16:57
|
Posts: 2,102 |
Thanked: 1,937 times |
Joined on Sep 2008
@ Berlin, Germany
|
#22
|
|
2012-02-08
, 23:02
|
Posts: 101 |
Thanked: 15 times |
Joined on Jul 2011
|
#23
|
You still may want to repartition...
Here is the fine wiki entry about it: http://wiki.maemo.org/Repartitioning_the_flash
|
2012-02-21
, 18:43
|
Posts: 3 |
Thanked: 0 times |
Joined on Feb 2012
|
#24
|
|
2012-02-21
, 18:58
|
Posts: 2,102 |
Thanked: 1,937 times |
Joined on Sep 2008
@ Berlin, Germany
|
#25
|
mount sudo gainroot sfdisk -l
The Following User Says Thank You to michaaa62 For This Useful Post: | ||
|
2012-02-22
, 15:51
|
Posts: 3 |
Thanked: 0 times |
Joined on Feb 2012
|
#26
|
|
2012-02-22
, 18:47
|
Posts: 2,102 |
Thanked: 1,937 times |
Joined on Sep 2008
@ Berlin, Germany
|
#27
|
Warning: the contents of MyDocs will deleted. Perform a backup!
echo "unit: sectors /dev/mmcblk0p1 : start= 64, size= 39854080, Id= 0 /dev/mmcblk0p2 : start= 39854144, size= 16777216, Id= 5 /dev/mmcblk0p3: start= 56631360, size= 4194304, Id=83 /dev/mmcblk0p4 : start= 60825664, size= 1572864, Id=82 /dev/mmcblk0p5 : start= 39854160, size= 9765680, Id=83 /dev/mmcblk0p6 : start= 49619856, size= 7011504, Id=83" > table
sfdisk --no-reread /dev/mmcblk0 < table
The Following User Says Thank You to michaaa62 For This Useful Post: | ||
|
2012-02-23
, 12:11
|
Posts: 3 |
Thanked: 0 times |
Joined on Feb 2012
|
#28
|
Well, the first part of the solution #2 reads in fat letters:The explanations for solution #2 are rather sparse and, be warned, require additional knowledge in the latter stages!
Your Emmc partioning scheme is crippled now! And has no swap!
Restoring anything now is just a waste of time because you first have to correct things!
You create the file named 'table' with a text editor, may it be nano, vi or leafpad, and copy and paste the content of the wiki or create a custom layout. Or use the echo command for thisThese lines are all just one command, best copy and paste it, but make sure the content is what you want!Code:echo "unit: sectors /dev/mmcblk0p1 : start= 64, size= 39854080, Id= 0 /dev/mmcblk0p2 : start= 39854144, size= 16777216, Id= 5 /dev/mmcblk0p3: start= 56631360, size= 4194304, Id=83 /dev/mmcblk0p4 : start= 60825664, size= 1572864, Id=82 /dev/mmcblk0p5 : start= 39854160, size= 9765680, Id=83 /dev/mmcblk0p6 : start= 49619856, size= 7011504, Id=83" > table
You have to dumb this 'table' to the deviceThe MyDocs partition is disabled, so that Maemo does not produce any errors. After a needed reboot, you should apply the file systemsCode:sfdisk --no-reread /dev/mmcblk0 < table
Last edited by miroslav_s; 2012-02-08 at 10:52.