Create LVM

#pvcreate /dev/sda1
#vgcreate VGName /dev/sda1
#lvcreate VGName -n LVName -L 10G