Linux LVM Operations: Configuration and Management Guide
Table of Contents
LVM Overview
Core Concepts
Common Operations
Disk Scanning
Creating LVM Volumes
Expanding Logical Volumes
Shrinking Logical Volumes
Swap Partition Expansion
Command Reference
LVM Overview
LVM (Logical Volume Manager) is a storage device management technology that provides logical abstraction layer between physical storage de ...
Posted on Mon, 10 Aug 2026 16:34:36 +0000 by Scooby Doo
Essential Linux System Administration Techniques
Regular Expressions
Regular expressions enable pattern matching across data streams using wildcards, metacharacters, and keywords to identify and extract specific information.
Two primary syntax standards exist: Basic Regular Expressions (BRE) and Extended Regular Expressions (ERE). The key difference lies in metacharacter handling—ERE requires ...
Posted on Sat, 16 May 2026 06:18:24 +0000 by angershallreign
LVM Disaster Recovery on Desktop Computers
Introduction to LVM
What is LVM
LVM (Logical Volume Manager) originated as IBM's storage management solution for AIX. It introduces a logical abstraction layer between physical disks and partitions, allowing multiple partitions or entire disks to be combined into a single logical volume (functioning as a virtual hard drive). This approach signi ...
Posted on Wed, 13 May 2026 11:22:03 +0000 by bengaltgrs