View Single Post
Posts: 2,152 | Thanked: 1,490 times | Joined on Jan 2006 @ Czech Republic
#4
Are you sure the change of partition id was needed? I guess you could just reformat to fat32 without messing with sfdisk. Linux definitely doesn't care about partition ID at all and I guess Windows doesn't care about type 6 vs b too. So maybe the only line that really did the trick was
Code:
mkdosfs -s 2 -F 32 /dev/mmcblk0p1
__________________
Newbies click here before posting. Thanks.

If you really need to PM me with troubleshooting question please consider posting it to the forum instead. It is OK to PM me a link to such post then. Thank you.