Physical devices
Description Command
Initialize a physical device pvcreate /dev/sdb
Volumes groups
Description Command
Create a volume group vgcreate data /dev/sdb
Extend a volume group vgextend data /dev/sdc
Logical volumes
Description Command
Create a Logical Volume lvcreate -L 5G -n home data
Extend a Logical Volume lvextend -L +50G /dev/[group]/[vol]
EXT3 Extend
XFS Extend
XFS Snapshot
ReiserFS Extend