diff --git a/remove-all-partitions b/remove-all-partitions index 60456d4..e49878d 100755 --- a/remove-all-partitions +++ b/remove-all-partitions @@ -7,5 +7,6 @@ fi disk=$1 + sgdisk -Z "$disk" -dd if=/dev/zero of=$disk bs=1M count=10 +dd if=/dev/zero of=$disk bs=1M count=150