Created
August 8, 2014 10:45
-
-
Save t0mmyt/643ba75a1190b2d7c5a3 to your computer and use it in GitHub Desktop.
Replicate GPT partitions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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