Skip to content

Instantly share code, notes, and snippets.

@lnthien97
Created March 25, 2024 04:06
Show Gist options
  • Save lnthien97/2b9ac00563f8d4029fd647b15a081386 to your computer and use it in GitHub Desktop.
Save lnthien97/2b9ac00563f8d4029fd647b15a081386 to your computer and use it in GitHub Desktop.
# gdisk
gdisk /dev/sdb
-> x extra functionality (experts only)
-> Command (? for help): x
-> z zap (destroy) GPT data structures and exit
-> Blank out MBR? (Y/N): Y
# sgdisk
zgdisk -Z /dev/sdb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment