The Following User Says Thank You to juiceme For This Useful Post: | ||
|
2013-03-26
, 22:45
|
|
Posts: 592 |
Thanked: 1,603 times |
Joined on Apr 2010
@ Berlin / Germany
|
#202
|
The first time you run MOSLO as described in the installation guide, your mmcblk0 will be repartitioned, so that your partition 1 (MyDocs) is split into two parts, and the upper (4G) part is then assigned to partition 4.
It looks a bit weird but it's a valid partition configuration.
If I remember correctly it works without losing your data but to be sure backup your MyDocs before doing that. (if I remember correctly I had to reformat my partition 1 after that...)
After partitioning it will look something like this:
Code:~ # /sbin/sfdisk -l Disk /dev/mmcblk0: 1957120 cylinders, 4 heads, 16 sectors/track Units = cylinders of 32768 bytes, blocks of 1024 bytes, counting from 0 Device Boot Start End #cyls #blocks Id System /dev/mmcblk0p1 16 1632511 1632496 52239872 c FAT32 end: (c,h,s) expected (1023,3,16) found (1023,63,32) /dev/mmcblk0p2 1760512 1891583 131072 4194304 83 Linux /dev/mmcblk0p3 1891584 1957119 65536 2097152 83 Linux /dev/mmcblk0p4 1632512 1760511 128000 4096000 83 Linux start: (c,h,s) expected (1023,3,16) found (1023,63,32) end: (c,h,s) expected (1023,3,16) found (1023,63,32)
|
2013-03-27
, 06:26
|
Community Council |
Posts: 4,920 |
Thanked: 12,867 times |
Joined on May 2012
@ Southerrn Finland
|
#203
|
Thank you juiceme,
So i have to boot to Moslo, connect the N9 with the USB-Cable to PC, check the fdisk -l, if i have the /dev/mmcblk0p4 and than ?
What should i I do with the nemo image.bz2 ?
bzcat to /dev/mmcblk04 ?
Sorry for my dumb questions...
THank You
The Following User Says Thank You to juiceme For This Useful Post: | ||
|
2013-03-27
, 15:47
|
Posts: 9 |
Thanked: 0 times |
Joined on Mar 2013
|
#204
|
|
2013-03-27
, 15:53
|
|
Posts: 6,436 |
Thanked: 12,701 times |
Joined on Nov 2011
@ Ängelholm, Sweden
|
#205
|
|
2013-03-27
, 16:12
|
Posts: 9 |
Thanked: 0 times |
Joined on Mar 2013
|
#206
|
@lpt2007 same with nitdroid instruction
|
2013-03-27
, 16:55
|
|
Posts: 6,436 |
Thanked: 12,701 times |
Joined on Nov 2011
@ Ängelholm, Sweden
|
#207
|
|
2013-03-27
, 17:05
|
Posts: 9 |
Thanked: 0 times |
Joined on Mar 2013
|
#208
|
The filesystem is pre-set to that "/boot/Harmattan" is a link to "/mnt/2" which is
mounted as /dev/mmcblk0p2
|
2013-03-27
, 23:49
|
Community Council |
Posts: 4,920 |
Thanked: 12,867 times |
Joined on May 2012
@ Southerrn Finland
|
#209
|
And what about this part of instructions:
This sentence means to me that I must put kernel files in "/mnt/2" orThe filesystem is pre-set to that "/boot/Harmattan" is a link to "/mnt/2" which is mounted as /dev/mmcblk0p2
I got it all wrong.
|
2013-03-28
, 12:16
|
Posts: 191 |
Thanked: 415 times |
Joined on Jan 2012
|
#210
|
The Following User Says Thank You to caveman For This Useful Post: | ||
It looks a bit weird but it's a valid partition configuration.
If I remember correctly it works without losing your data but to be sure backup your MyDocs before doing that. (if I remember correctly I had to reformat my partition 1 after that...)
After partitioning it will look something like this: