This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Logical Volume Manager (LVM) - Extend Logical Volume ====== Resize phyiscal volume <code bash> pvresize /dev/sdb </code> Resize logical volume <code bash> lvextend -r -l +100%FREE /dev/mapper/<volume> </code>