Skip to content

Instantly share code, notes, and snippets.

@t0mmyt
Created August 8, 2014 10:45
Show Gist options
  • Save t0mmyt/643ba75a1190b2d7c5a3 to your computer and use it in GitHub Desktop.
Save t0mmyt/643ba75a1190b2d7c5a3 to your computer and use it in GitHub Desktop.
Replicate GPT partitions
# Replicate
sgdisk -R /dev/sda /dev/sdb
# Reandomise GUIDs
sgdisk -G /dev/sdb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment