Sgdisk
From Useful Things
Revision as of 12:54, 22 March 2015 by Milosivanovic (talk | contribs) (Created page with "== Wipe MTR and GPT partition tables == <pre> sgdisk -Z /dev/sdX </pre> <code>-Z</code> same as <code>--zap-all</code> — Zap (destroy) the GPT and MBR data structures an...")
Wipe MTR and GPT partition tables
sgdisk -Z /dev/sdX
-Z same as --zap-all — Zap (destroy) the GPT and MBR data structures and then exit.