Skip to content

Instantly share code, notes, and snippets.

@pioz
Created October 30, 2010 16:06
Show Gist options
  • Save pioz/655455 to your computer and use it in GitHub Desktop.
Save pioz/655455 to your computer and use it in GitHub Desktop.
Copy partitions table
$ sfdisk -d /dev/sda > partitions.txt
$ sfdisk /dev/sdb < partitions.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment