Last active
August 29, 2015 14:01
-
-
Save hihellobolke/70b9df637f09279b7fea to your computer and use it in GitHub Desktop.
LVM
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
| # 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