Managing Logical Volumes
Creating Volume Groups
Before we can start creating logical volumes, first we need to initialize some of the disks/partitions that we would like to use as storage and place them into a volume group.
pvcreate <physical devices> vgcreate <volumeGroupName> <physical devices>
Creating Logical Volumes
Now we simply create logical volumes.
… Read the rest