diff --git a/mk_mmc.sh b/mk_mmc.sh index 33cd182..662668a 100755 --- a/mk_mmc.sh +++ b/mk_mmc.sh @@ -1094,6 +1094,9 @@ function unmount_all_drive_partitions { umount ${DRIVE} &> /dev/null || true done + echo "Zeroing out Partition Table" + dd if=/dev/zero of=${MMC} bs=1024 count=1024 + sync LC_ALL=C parted --script ${MMC} mklabel msdos || drive_error_ro }