Skip to content

Instantly share code, notes, and snippets.

@hihellobolke
Last active August 29, 2015 14:01
Show Gist options
  • Select an option

  • Save hihellobolke/70b9df637f09279b7fea to your computer and use it in GitHub Desktop.

Select an option

Save hihellobolke/70b9df637f09279b7fea to your computer and use it in GitHub Desktop.
LVM
# sfdisk -d /dev/sdb | sfdisk /dev/sdc
# sfdisk -d /dev/sdb | sfdisk /dev/sdd
# sfdisk -d /dev/sdb | sfdisk /dev/sde
# fdisk -l | grep ^/dev | grep -v sda
/dev/sdb1 2048 10487807 5242880 83 Linux
/dev/sdb2 10487808 20971519 5241856 83 Linux
/dev/sdc1 2048 10487807 5242880 83 Linux
/dev/sdc2 10487808 20971519 5241856 83 Linux
/dev/sdd1 2048 10487807 5242880 83 Linux
/dev/sdd2 10487808 20971519 5241856 83 Linux
/dev/sde1 2048 10487807 5242880 83 Linux
/dev/sde2 10487808 20971519 5241856 83 Linux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment