. .

Extend a lvm partition

In modern Linux system, everyone could extend the lvm space and re-size the filesystem online without down time.

Following command extend the logical volume 150G additional and re-size the filesystem.

> lvextend -L +150G /dev/mapper/vlg1-backup_storage
> resize2fs /dev/mapper/vlg1-backup_storage