© 2026 Hashnode
When you buy a new Hard Drive or SSD, it is essentially a high-tech brick. It is a vast, empty landscape of 0s and 1s with no instructions, no organization, and no purpose. How your computer turns that "brick" into a place where you can save your pho...

Who This Blog Is For This blog is written for: Beginners learning Linux storage DevOps aspirants practicing on AWS Anyone preparing for Linux / AWS interviews Readers who want hands-on, reproducible steps, not theory No prior LVM knowledge is a...

什么是 pvresize 与磁盘扩容原理 LVM 基础概念 LVM(Logical Volume Manager)是 Linux 系统中用于抽象物理硬盘的卷管理工具。通过将物理卷(Physical Volume,PV)组成卷组(Volume Group,VG),再从卷组中划分逻辑卷(Logical Volume,LV),实现磁盘空间的弹性分配和动态扩容。与传统分区不同,LVM 可以在不影响已挂载文件系统的情况下,随时增加或减少容量,这正是 pvresize 的核心价值所在。 pvresize 的...

La Gestión de Volumen Lógico (LVM) es una herramienta esencial que todo administrador de sistemas Linux debe dominar. Ofrece una flexibilidad de almacenamiento que el particionamiento tradicional de discos no puede igualar, permitiéndote redimensiona...

Introduction Linux systems often use LVM logical volumes for swap by default. Sometimes, for simplicity, performance, or easier management, it’s preferable to move swap from LVM to a dedicated disk partition. Important: Removing LVM swap incorrectly ...

This guide will help you understand, configure, and benchmark LVM Linear and LVM Striped volumes using four 1 GB disks (/dev/sda, /dev/sdb, /dev/sdc, /dev/sdd). We will:✅ Understand LVM Linear vs. LVM Striping (definitions, diagrams, analogies).✅ Pre...
