© 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...

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...
