Description | Command |
---|---|
Initialize a physical device | pvcreate /dev/sdb |
Description | Command |
---|---|
Create a volume group | vgcreate data /dev/sdb |
Extend a volume group | vgextend data /dev/sdc |
Description | Command |
---|---|
Create a Logical Volume | lvcreate -L 5G -n home data |
Extend a Logical Volume | lvextend -L +50G /dev/[group]/[vol] |