![]() |
2010-12-22
, 16:23
|
Posts: 34 |
Thanked: 0 times |
Joined on Dec 2010
@ U.A.E
|
#43
|
![]() |
2010-12-22
, 16:33
|
Posts: 1,042 |
Thanked: 430 times |
Joined on May 2010
|
#44
|
The Following User Says Thank You to Radicalz38 For This Useful Post: | ||
![]() |
2010-12-22
, 16:41
|
Posts: 34 |
Thanked: 0 times |
Joined on Dec 2010
@ U.A.E
|
#45
|
Ok now that I don't know
Could you tell me what did you do to mount home to another block? from mmcblk0p2 to mmcblk0p1? Cause you need to reverse that first in order to work with fdisk.
Neopwnv2 tutorial should just guide you on splitting your MyDocs folder but I don't know how did /home partition get's edited. Also I don't know how you managed to partition your EMMC without fdisk.
If all else fails then you won't have any choice but to do a reflash... And I could guide you on repartitioning your EMMC properly with fdisk if you still want to install neopwn. Cuase that guide you just linked on neopwn is missing some commands.
@michaaa62
You have any idea for this?
![]() |
2010-12-22
, 16:48
|
Posts: 1,042 |
Thanked: 430 times |
Joined on May 2010
|
#46
|
The Following User Says Thank You to Radicalz38 For This Useful Post: | ||
![]() |
2010-12-22
, 16:55
|
Posts: 34 |
Thanked: 0 times |
Joined on Dec 2010
@ U.A.E
|
#47
|
Yeah it's correct but with that tutorial there's no way /home or mmcblk0p2 was ever touched at all... Maybe you accidentally mistyped something? I could return back your original partition table but I don't know if ever /home will be able to remount properly(in short its a gamble).
I have no idea what will genfstab would do after rebooting.
Cause when you do the fdisk step above there's only 2 results...
1. You'll be stuck on an endless reboot loop(no choice but to reflash)
2. genfstab.awk would remount your MyDocs and /home properly.
So I don't know what's your decision here
![]() |
2010-12-22
, 16:55
|
Posts: 1,042 |
Thanked: 430 times |
Joined on May 2010
|
#48
|
start == 1 && $6 == 83 && !__home {
printf "%s /home ext3 %s 0 0\n", $1, home_opts
printf "/home/opt /opt none bind\n"
__home++
}
The Following User Says Thank You to Radicalz38 For This Useful Post: | ||
![]() |
2010-12-22
, 16:57
|
Posts: 1,042 |
Thanked: 430 times |
Joined on May 2010
|
#49
|
hmm ohk..so mean to say you don't know how nokia care center gave Me that modified emmc of theirs?..
I hope u know I gave it to the care center and dats wen I got this new 50/50 trouble.
For sum reason I dnt have trust in the care center that dey know what I want..because they wouldnt give Me this 50/50 partition right?
I don't mind to try your way..if it gets struck on reboot loop I'll give it tomm again after Im done with university :/
What say how much chances of getting lucky?
n to try your way which I did earliar..I faced a problem ayt?
How do I progress that to give a try
type fdisk /dev/mmcblk0 then enter
type d then enter
type 4 then enter
type d then enter
type 1 then enter
type n then enter
type p then enter
type 1 then enter
Hit enter twice
type t then enter
type 1 then enter
type 0c then enter
type w then enter
reboot your device
start == 1 && $6 == 83 && !__home {
printf "%s /home ext3 %s 0 0\n", $1, home_opts
printf "/home/opt /opt none bind\n"
__home++
}
The Following User Says Thank You to Radicalz38 For This Useful Post: | ||
![]() |
2010-12-22
, 17:05
|
Posts: 2,102 |
Thanked: 1,937 times |
Joined on Sep 2008
@ Berlin, Germany
|
#50
|
Umount /home/user/MyDocs
mkfs.ext3 -L home /dev/mmcblk0p2
mount /dev/mmcblk0p2 /mnt
cp -a /home /mnt
umount /mnt
echo "unit: sectors > /dev/mmcblk0p1 : start= 64, size= 56631296, Id= c > /dev/mmcblk0p2 : start= 56631360, size= 4194304, Id=83 > /dev/mmcblk0p3 : start= 60825664, size= 1572864, Id=82 > /dev/mmcblk0p4 : start= 0, size= 0, Id= 0" > table
sfdisk --no-reread /dev/mmcblk0 < table
umount MyDocs mkfs.vfat -F32 -s64 -n MyDocs /dev/mmcblk0p1
mount /dev/mmcblk0p1 /home/user/MyDocs
The Following User Says Thank You to michaaa62 For This Useful Post: | ||
but I get the message: Device or resource busy
:s