Tagged articles
21 articles
Page 1 of 1
MaGe Linux Operations
MaGe Linux Operations
Jan 8, 2026 · Operations

Master LVM Online Expansion: Zero‑Downtime Disk Scaling on Linux

This comprehensive guide explains why LVM solves traditional partition limits, details its core concepts, outlines prerequisites, and provides step‑by‑step commands for adding new disks, extending volume groups, logical volumes, and filesystems—including advanced scenarios, automation scripts, best‑practice tips, troubleshooting, and performance considerations.

Disk ExpansionLVMLinux
0 likes · 35 min read
Master LVM Online Expansion: Zero‑Downtime Disk Scaling on Linux
Raymond Ops
Raymond Ops
Aug 18, 2025 · Operations

How to Expand Linux Disk Space Using fdisk and LVM: Step‑by‑Step Guide

This tutorial walks you through adding a new partition with fdisk, changing its type to LVM, extending the physical and volume groups, enlarging the logical volume, and finally resizing the XFS (or ext4) filesystem to fully utilize the added disk space on a Linux system.

Disk ExpansionLVMfdisk
0 likes · 13 min read
How to Expand Linux Disk Space Using fdisk and LVM: Step‑by‑Step Guide
Raymond Ops
Raymond Ops
Feb 19, 2025 · Operations

How to Expand and Resize Linux Disks: Step-by-Step Partition and Mount Guide

This guide walks you through expanding a Linux disk from 500 GB to 2 TB, resizing the partition with fdisk, checking and enlarging the ext4 filesystem, remounting, and configuring persistent auto‑mount using /etc/fstab, rc.local, systemd, and autofs, while addressing common errors.

Disk ExpansionFilesystemLinux
0 likes · 8 min read
How to Expand and Resize Linux Disks: Step-by-Step Partition and Mount Guide
MaGe Linux Operations
MaGe Linux Operations
Feb 15, 2025 · Operations

How to Expand Linux Disk Space with LVM: Step‑by‑Step Guide

Learn how to add a new disk, create partitions, adjust partition types, extend physical and logical volumes, and resize the filesystem on a Linux server using fdisk, LVM commands, and xfs_growfs, ensuring the system recognizes the expanded storage without data loss.

Disk ExpansionLVMSystem Administration
0 likes · 11 min read
How to Expand Linux Disk Space with LVM: Step‑by‑Step Guide
Liangxu Linux
Liangxu Linux
Aug 3, 2024 · Operations

How to Expand a Linux Disk from 500GB to 2TB Without Data Loss

This guide walks you through checking the current partition layout, safely unmounting the volume, using fdisk to delete and recreate the partition with the same start sector, resizing the ext4 filesystem, remounting the disk, and configuring automatic mounts via fstab, systemd, or autofs.

Disk ExpansionLinuxSystemd
0 likes · 8 min read
How to Expand a Linux Disk from 500GB to 2TB Without Data Loss
Open Source Linux
Open Source Linux
Mar 20, 2024 · Operations

How to Expand an Unpartitioned Data Disk on CentOS 7.4

This guide demonstrates how to expand a data disk that lacks partitions on a CentOS 7.4 system, covering both ext* and XFS filesystems, using resize2fs and xfs_growfs commands, and verifying the expansion with df -TH.

CentOSDisk ExpansionFilesystem
0 likes · 6 min read
How to Expand an Unpartitioned Data Disk on CentOS 7.4
Liangxu Linux
Liangxu Linux
Aug 21, 2022 · Operations

How to Expand a Linux Root Partition with LVM in Minutes

Learn step‑by‑step how to enlarge a Linux root filesystem using LVM commands—checking disk usage, creating a physical volume, extending the volume group and logical volume, and resizing the XFS filesystem—complete with command examples and verification screenshots.

Disk ExpansionLVMLinux
0 likes · 5 min read
How to Expand a Linux Root Partition with LVM in Minutes
Liangxu Linux
Liangxu Linux
Jul 10, 2022 · Operations

How to Expand an XFS Root Partition on Linux Without LVM

This guide walks you through checking the current XFS root size, enlarging the virtual disk in VMware, installing the growpart utility, extending the root partition, resizing the XFS filesystem with xfs_growfs, and verifying the new 40 GB capacity, while noting important constraints such as the need for no following partitions.

Disk ExpansionLinuxRoot Partition
0 likes · 5 min read
How to Expand an XFS Root Partition on Linux Without LVM
Liangxu Linux
Liangxu Linux
Aug 5, 2020 · Operations

How to Expand an LVM Partition on CentOS 7 in Production

This guide walks you through checking current disk usage, adding a new disk, creating an LVM partition, extending the volume group and logical volume, resizing the filesystem, and verifying the expansion on a CentOS 7 system to resolve disk‑space shortages.

Disk ExpansionLVMLinux
0 likes · 8 min read
How to Expand an LVM Partition on CentOS 7 in Production
Tencent Cloud Developer
Tencent Cloud Developer
Jan 20, 2020 · Cloud Computing

Linux Cloud Server Storage Expansion: Methods and Step‑by‑Step Guide

The guide shows how to enlarge storage on a Tencent Cloud Linux VM by adding and expanding CBS cloud disks using three approaches—direct bare‑device formatting, MBR partitioning for disks under 2 TB, and GPT partitioning for larger disks—detailing step‑by‑step commands, online vs offline resizing, and best‑practice recommendations.

CBSDisk ExpansionFilesystem
0 likes · 32 min read
Linux Cloud Server Storage Expansion: Methods and Step‑by‑Step Guide
MaGe Linux Operations
MaGe Linux Operations
Apr 27, 2019 · Operations

How to Expand an Unmounted 160 GB Disk with LVM Without Reboot

Learn step‑by‑step how to identify an unmounted 160 GB disk on a Linux server, create the necessary LVM partitions, extend the volume group and logical volume, and resize the filesystem—all without rebooting—using commands such as df, fdisk, pvcreate, vgextend, lvextend, and xfs_growfs.

Disk ExpansionFilesystemLVM
0 likes · 5 min read
How to Expand an Unmounted 160 GB Disk with LVM Without Reboot
ITPUB
ITPUB
Jun 21, 2018 · Operations

How to Extend a Linux Disk with LVM Without Reboot

This guide walks through a real‑world case where a virtual machine shows only ~30 GB free while a hidden 160 GB disk is detected, and demonstrates step‑by‑step how to use LVM to add, partition, and resize the disk without restarting the system.

Disk ExpansionFilesystemLVM
0 likes · 5 min read
How to Extend a Linux Disk with LVM Without Reboot
MaGe Linux Operations
MaGe Linux Operations
Jun 16, 2018 · Operations

How to Expand a Linux Disk with LVM Without Rebooting

Learn step-by-step how to attach an unmounted 160 GB disk to a Linux server and expand its LVM logical volume without rebooting, covering disk inspection, partitioning, PV creation, VG extension, LV resizing, and filesystem growth using df, fdisk, pvcreate, vgextend, lvextend, and xfs_growfs.

Disk ExpansionFilesystemLVM
0 likes · 5 min read
How to Expand a Linux Disk with LVM Without Rebooting