|
You are here |
sathyasays.com | ||
| | | | |
www.learnitguide.net
|
|
| | | | | How to Create LVM Partition in Linux | |
| | | | |
kevintechnology.com
|
|
| | | | | Versatile software engineer who loves improving developer productivity. | |
| | | | |
willhaley.com
|
|
| | | | | Start with one drive. Create a spanned volume, volume group, and logical volume. pvcreate /dev/sdb vgcreate STORAGE1 /dev/sdb lvcreate -l +100%FREE STORAGE1 -n storage1 Add an additional disk (you could have done this in one step, but I want to illustrate adding a disk). pvcreate /dev/sdc vgextend STORAGE1 /dev/sdc lvextend -l +100%FREE /dev/STORAGE1/storage1 You can view the status of the physical and logical volumes. pvdisplay vgdisplay lvdisplay | |
| | | | |
openpaleo.blogspot.com
|
|
| | | This post is mostly a note to myself so that I remember how to do this next time I upgrade or reinstall my system. But, perhaps it will be o... | ||