Zero a GPT Label Using dd
by bill_mcgonigle • 2011/12/15 • 2 Comments
When re-using a disk with a GPT label (GUID Partition Table) it’s important to wipe the label stored on both the first and last blocks of the device. With an MBR Partition Table it was easy enough to just nuke the beginning of the drive (adapt sdz for your drive), ala: dd if=/dev/zero of=/dev/sdz bs=1M [...]
Read more →