View Single Post
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#33
Steps 1 and 4 assume, that you are still trying to install Nitdroid at some time on a separate partition. If you have some other plan please demand new directions

All steps should be done as root

Step 1
Code:
echo "unit: sectors
 > /dev/mmcblk0p1 : start= 64, size= 51199936, Id=c
 > /dev/mmcblk0p2 : start= 56631360, size= 4194304, Id=83
 > /dev/mmcblk0p3 : start= 60825664, size= 1572864, Id=82
 > /dev/mmcblk0p4 : start= 51200000, size= 5431360, Id= 5
> /dev/mmcblk0p5 : start= 51200016, size= 5431344, Id=83" > table
Step 2
Code:
sfdisk --no-reread /dev/mmcblk0 < table
Step 3
Code:
reboot
Wait for the device to reboot, then
Step 4
Code:
mkfs.vfat -n MyDocs /dev/mmcblk0p1
mke2fs -L NITDroid -j -m0 /dev/mmcblk0p5
 

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