ATC
Foundations Lab  · On-demand

Linux Foundations - Expanding a Volume

Solution overview

Learners diagnose a nearly full /data filesystem and expand it end to end using LVM. They inspect the storage layout with df, lsblk, and the LVM tools (pvs, vgs, lvs), then work from the bottom up: initializing a new disk with pvcreate, adding it to the volume group with vgextend, growing the logical volume with lvextend, and resizing the live ext4 filesystem with resize2fs to make the reclaimed space usable.

Lab diagram

Loading