View Single Post
woody14619's Avatar
Posts: 1,455 | Thanked: 3,309 times | Joined on Dec 2009 @ Rochester, NY
#33
Originally Posted by HeavyComponent View Post
Before I continue this is what I got so far. I stopped after the 3rd line "EOF". This what showed up and I wanted to know is it safe to continue?
So it's mounted? That's really odd...

Try this (and again, be sure you are root!)

Code:
root
umount /dev/mmcblk1
That should unmount everything. They try this block again:

Code:
sfdisk /dev/mmcblk1 <<EOF
,,c
EOF
sync
mkfs.vfat /dev/mmcblk1p1
sfdisk -d /dev/mmcblk1
Worst case, use the --force flag, just make sure you're saying mmcblk1 and NOT mmcblk0! mmcblk0 is your internal OS!
 

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