View Single Post
Posts: 77 | Thanked: 42 times | Joined on Oct 2011 @ Sofia, Bulgaria
#20
Ok.. the good news is that your rootfs (Number 2) partition data is correct. I cannot verify your home partition data (Number 3), because I can't find my partition data from before I installed Nemo (and I cannot boot into recovery mode to check my current parted output, because after PR 1.2 it voids warranty)
What I can say for sure is that your MyDocs partition (Number 1), needs to be recreated with the proper size. Here are the detailed instructions:

again, boot up the phone into service mode. Then, issue the following commands (as root):
Code:
sudo parted /dev/sdX
unit s
rm 1
mkpart
set partition type to be "primary", and filesystem type to be "fat32"
start = 1024s
end = 112672767s
(if it complains about performance, ignore it)
then set the lba flag and exit parted:
Code:
set 1 lba on
quit
and recreate the MyDocs partition
Code:
mkfs.vfat /dev/sdX1 -n 'Nokia N9'
Problem Solved! (at least for the first patition)


EDIT: from your screenshot, it seems that your home partition (Number 3) is also shot. I will need detailed information on the unallocated spaces around /dev/sdb3 - right click on them in gparted, and tell me the start and end sectors of each of the two.

Last edited by YavkatA; 2012-02-29 at 02:12.
 

The Following User Says Thank You to YavkatA For This Useful Post: