Difference between revisions of "Sgdisk"

From Useful Things
Jump to: navigation, search
(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...")
(No difference)

Revision as of 12:54, 22 March 2015

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.