View Single Post
Posts: 478 | Thanked: 165 times | Joined on Apr 2010 @ Manchester
#4131
Originally Posted by manojkumaru View Post
Yep. like below.

Code:
root
/home/user/bin/fdisk /dev/mmcblk0
t
1
0c
w
reboot
mkfs.vfat -F 32 /dev/mmcblk0p1
mke2fs -L NITDroid -j -m0 /dev/mmcblk0p5
reboot
OK, lets repartition your EMMC from the beggining:

First I need to see the partition table. Please do the follwing:

Code:
Root
umount /home/user/MyDocs
/home/user/bin/fdisk /dev/mmcblk0
p
Paste the output for me please.
__________________
Temporary signature: Real signature removed for cleaning.

Don't forget the thanks button if I helped you
 

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