๐ŸŽ New User? Get 20% off your first purchase with code NEWUSER20 ยท โšก Instant download ยท ๐Ÿ”’ Secure checkout 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

Tmux
A terminal multiplexer that allows running multiple terminal sessions within a single window, with detach/reattach capability.
SELinux
Security-Enhanced Linux โ€” a mandatory access control system that confines programs to minimum required privileges beyond standard file permissions.
Curl
A versatile command-line tool for transferring data using various network protocols, commonly used for API testing.
File Permissions
A security mechanism that controls who can read, write, or execute files and directories in Unix-like systems.
Systemd Timer
A systemd unit that triggers services on a schedule or at specific events, serving as a modern alternative to cron jobs.
Systemctl
The primary command for managing systemd services, including starting, stopping, enabling, and checking service status.
View All Linux Terms โ†’