View Single Post
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#79
Looks bad, but might as well be triggered by the dd command. Lets try to change the partition table to have an offset
Code:
sudo gainroot


echo "unit: sectors
 > /dev/mmcblk0p1 : start=           64, size= 44400640, Id=c
 > /dev/mmcblk0p2 : start= 44400800, size= 16777120, Id=83
 > /dev/mmcblk0p3 : start= 61177920, size=  1572864, Id=82
 > /dev/mmcblk0p4 : start=       0, size=        0, Id= 0" > table


sfdisk --no-reread /dev/mmcblk0 < table
Reboot and try
Code:
sudo gainroot
mkfs.ext3 -L optfs -cc /dev/mmcblk0p2
 

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