View Single Post
Posts: 875 | Thanked: 918 times | Joined on Sep 2010
#2
What happens if you copy and paste this entire block, including the two blank lines into the terminal?

Code:
umount /media/mmc2
sfdisk /dev/mmcblk0 << EOF
1,,6


EOF
mkdosfs /dev/mmcblk0p1
shutdown -r now