LVM2
LVM2, or Linux Logical Volume Manager version 2, is a device-mapper based storage management subsystem for Linux. It provides a flexible layer of indirection between physical storage and the filesystems that use it, enabling dynamic resizing, snapshots, and more advanced layouts than traditional partitioning. LVM2 supersedes the original LVM1 implementation and is widely used across Linux distributions and data centers.
LVM2 consists of kernel-space components built on the Linux device-mapper framework and a set of user-space
Key concepts in LVM2 include physical volumes (PVs), which are disks or partitions prepared for LVM; volume
Common management tasks include creating PVs, assembling VGs, creating and resizing LVs, and taking or removing