🎁 New User? Get 20% off your first purchase with code NEWUSER20 Register Now →
Menu

Categories

Linux Advanced

What is LVM (Logical Volume Manager)?

A storage management framework that provides flexible disk management through abstract layers of physical and logical volumes.

LVM adds a layer of abstraction between physical disks and filesystems. Physical Volumes (PVs) are grouped into Volume Groups (VGs), from which Logical Volumes (LVs) are created. This allows dynamic resizing, snapshots, and spanning multiple disks.

Key advantages include resizing volumes without unmounting, creating snapshots for backups, migrating data between disks, and striping data across multiple drives for performance.

Related Terms

Procfs (/proc)
A virtual filesystem in Linux that provides an interface to kernel data structures, exposing process and system information as files.
SELinux
Security-Enhanced Linux — a mandatory access control system that confines programs to minimum required privileges beyond standard file permissions.
Network Namespace
A Linux kernel feature that provides isolated network stacks with independent interfaces, routing tables, and firewall rules.
Dmesg
A command that displays kernel ring buffer messages, useful for diagnosing hardware and driver issues.
Wget
A command-line utility for downloading files from the web, supporting HTTP, HTTPS, and FTP protocols.
Disk Quota
A system for limiting the amount of disk space or number of files that individual users or groups can consume on a filesystem.
View All Linux Terms →