Skip to content

Instantly share code, notes, and snippets.

@atilaromero
Created October 18, 2019 11:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save atilaromero/bcdb41841ebec700d2f01acba9c818c0 to your computer and use it in GitHub Desktop.
Save atilaromero/bcdb41841ebec700d2f01acba9c818c0 to your computer and use it in GitHub Desktop.
# MBR
sudo sfdisk -d /dev/sdb | grep -v label-id | sudo sfdisk /dev/sda
# GPT
sgdisk --replicate=$dest $source
sgdisk -G $dest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment