Tagged articles
32 articles
Page 1 of 1
Raymond Ops
Raymond Ops
Nov 13, 2025 · Operations

Master Linux Disk Partitioning and Mounting: A Step‑by‑Step Guide

This guide explains the fundamentals of Linux disk partitioning, shows how to list devices with lsblk, walk through creating and formatting partitions using fdisk and mkfs, demonstrates temporary and permanent mounting via mount and /etc/fstab, and covers unmounting and deleting partitions with practical command examples and safety tips.

Disk PartitionLinuxMount
0 likes · 9 min read
Master Linux Disk Partitioning and Mounting: A Step‑by‑Step Guide
Practical DevOps Architecture
Practical DevOps Architecture
Nov 10, 2025 · Operations

Convert MBR to GPT and Resize Linux Partitions Without Data Loss

This guide walks you through checking the current partition layout, converting an MBR‑styled disk to GPT using fdisk and GNU Parted, recreating the partition, formatting it with ext4, mounting it, and finally expanding the filesystem to utilize the full cloud‑disk capacity, all while preserving existing data.

GPTLinuxPartition
0 likes · 7 min read
Convert MBR to GPT and Resize Linux Partitions Without Data Loss
Linux Tech Enthusiast
Linux Tech Enthusiast
Sep 24, 2025 · Operations

Useful Bash Scripts for Disk Partitioning and LVM Management

This article provides three interactive Bash scripts that automate Linux disk partitioning, create standard ext4 or XFS filesystems, and set up LVM logical volumes—complete with fdisk commands, pvcreate/vgcreate/lvcreate steps, filesystem formatting, mounting, and /etc/fstab updates.

BashLVMLinux
0 likes · 12 min read
Useful Bash Scripts for Disk Partitioning and LVM Management
Raymond Ops
Raymond Ops
Sep 2, 2025 · Operations

How to Partition Linux Disks for Three Common Scenarios

This guide walks through three practical Linux disk‑partitioning scenarios—mounting a new partition to a directory, extending a subdirectory via a symbolic link, and enlarging the root filesystem—complete with commands, formatting steps, and verification.

MountSystem Administrationdisk partitioning
0 likes · 6 min read
How to Partition Linux Disks for Three Common Scenarios
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
MaGe Linux Operations
MaGe Linux Operations
Jun 14, 2025 · Operations

Master Linux Disk Partitioning and Mounting: A Step‑by‑Step Guide

This article explains the principles of Linux disk partitioning, shows how to list and inspect block devices, walk through creating, formatting, temporarily and permanently mounting partitions, and covers unmounting and deleting partitions with practical command examples and safety tips.

MountingSystem Administrationdisk partitioning
0 likes · 9 min read
Master Linux Disk Partitioning and Mounting: A Step‑by‑Step Guide
Raymond Ops
Raymond Ops
Mar 1, 2025 · Operations

Master Linux Disk Partitioning: From Primary to Swap in Minutes

This guide explains Linux disk partitioning fundamentals, covering primary and logical partitions, MBR structure, fdisk commands, creating and formatting partitions, mounting filesystems, handling large disks, repairing bad drives, and setting up swap space, with step‑by‑step code examples for system administrators.

Linuxdisk partitioningfdisk
0 likes · 14 min read
Master Linux Disk Partitioning: From Primary to Swap in Minutes
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 ExpansionLinuxautofs
0 likes · 8 min read
How to Expand a Linux Disk from 500GB to 2TB Without Data Loss
MaGe Linux Operations
MaGe Linux Operations
May 27, 2024 · Operations

Step‑by‑Step Guide to Expanding and Auto‑Mounting Linux Disks

This tutorial walks you through expanding a Linux disk from 500 GB to 2 TB using fdisk, resizing the ext4 filesystem with resize2fs, remounting the partition, and configuring persistent auto‑mounts via /etc/fstab, rc.local, systemd, or autofs, while also covering common error fixes.

Disk PartitionLinuxMount
0 likes · 9 min read
Step‑by‑Step Guide to Expanding and Auto‑Mounting Linux Disks
MaGe Linux Operations
MaGe Linux Operations
Feb 27, 2024 · Operations

How to Mount a New Linux Disk: Step‑by‑Step Guide

This guide walks you through checking a new Linux disk, creating a partition with fdisk, formatting it, mounting it temporarily, configuring /etc/fstab for automatic mounting, and verifying the setup after a reboot.

LinuxSystem Administrationdisk mounting
0 likes · 3 min read
How to Mount a New Linux Disk: Step‑by‑Step Guide
Liangxu Linux
Liangxu Linux
Jan 10, 2022 · Fundamentals

Master Linux Disk Partitioning with fdisk and parted

This guide explains the differences between MBR and GPT, shows how to list, create, modify, and delete partitions using fdisk for smaller disks and parted for larger than 2 TB, and provides practical command examples and safety tips.

GPTMBRcommand-line
0 likes · 5 min read
Master Linux Disk Partitioning with fdisk and parted
Open Source Linux
Open Source Linux
Sep 14, 2021 · Operations

Master Linux Disk Partitioning with fdisk: A Step‑by‑Step Guide

This article explains how to use the Linux fdisk command to create, modify, and delete disk partitions, covering syntax, options, example workflows for primary, extended, and logical partitions, formatting with XFS, mounting, and configuring automatic mounts via /etc/fstab.

LinuxSystem Administrationdisk partitioning
0 likes · 10 min read
Master Linux Disk Partitioning with fdisk: A Step‑by‑Step Guide
Liangxu Linux
Liangxu Linux
Jan 28, 2020 · Operations

How to List All Connected Disks in Ubuntu (CLI & GUI Guide)

This guide shows how to enumerate every SSD, HDD, USB, CD/DVD, and other storage device attached to an Ubuntu system using command‑line tools like lsblk, fdisk, and parted, as well as graphical utilities such as GNOME Disks and GParted, with options to filter out loop devices.

Linuxdisk-listingfdisk
0 likes · 6 min read
How to List All Connected Disks in Ubuntu (CLI & GUI Guide)
ITPUB
ITPUB
Jan 16, 2020 · Operations

How to List All Connected Disks on Ubuntu with lsblk, fdisk, and GUI Tools

This guide walks you through multiple ways to enumerate every storage device attached to an Ubuntu system—including command‑line utilities like lsblk, fdisk, and parted as well as graphical tools such as GNOME Disks and GParted—while showing how to filter out unwanted loop or CD/DVD entries.

LinuxUbuntudisk-listing
0 likes · 5 min read
How to List All Connected Disks on Ubuntu with lsblk, fdisk, and GUI Tools
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
Dec 22, 2016 · Fundamentals

Uncovering Disk History: From IBM 334 to Modern 4K Alignment

An in‑depth look at the evolution of hard‑disk technology—from IBM’s 1973 Winchester drive to modern 4 KB sector formats—covering disk structure, CHS geometry, fdisk analysis, and the importance of 4K alignment for performance and compatibility.

4K alignmentAdvanced FormatCHS geometry
0 likes · 10 min read
Uncovering Disk History: From IBM 334 to Modern 4K Alignment