Tagged articles

Disk Partitioning

18 articles · Page 1 of 1
Ops Community
Ops Community
May 30, 2026 · Operations

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

This guide walks Linux operators through the fundamentals of disk partitioning, explains MBR and GPT partition tables, demonstrates the use of fdisk, parted and gdisk, shows how to create and format filesystems, configure mounting options and fstab, manage LVM volumes, and provides real‑world case studies with commands, examples, and best‑practice recommendations.

Disk PartitioningLVMLinux
0 likes · 35 min read
Master Linux Disk Partitioning and Mounting: A Practical Step‑by‑Step Guide
AI Agent Super App
AI Agent Super App
Apr 25, 2026 · Operations

Master Linux Disk Partitioning: From lsblk to LVM (Part 10)

This step‑by‑step guide walks through Linux disk management—from inspecting devices with lsblk, creating MBR or GPT partitions with fdisk and parted, formatting with ext4 or xfs, mounting, monitoring usage with df and du, using dd for cloning, to flexible LVM volumes and persistent fstab entries—plus practical tips and common pitfalls.

Disk PartitioningLVMLinux
0 likes · 14 min read
Master Linux Disk Partitioning: From lsblk to LVM (Part 10)
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.

Disk PartitioningMountfdisk
0 likes · 6 min read
How to Partition Linux Disks for Three Common Scenarios
Raymond Ops
Raymond Ops
Aug 24, 2025 · Operations

Mastering Parted: From MBR/GPT Basics to Automated Disk Partitioning

This guide explains the purpose and advantages of the Parted tool, compares MBR and GPT partition tables, demonstrates interactive and scripted usage with detailed command examples for creating, deleting, formatting, and mounting partitions on large disks, and provides a complete end‑to‑end workflow.

Disk PartitioningGPTLinux
0 likes · 8 min read
Mastering Parted: From MBR/GPT Basics to Automated Disk Partitioning
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.

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

Disk PartitioningLinuxfdisk
0 likes · 14 min read
Master Linux Disk Partitioning: From Primary to Swap in Minutes
Open Source Linux
Open Source Linux
Mar 23, 2023 · Operations

Automate Linux Disk Partitioning and LVM Setup with Bash Scripts

This guide walks you through three Bash scripts that automate creating primary ext4/xfs partitions, building a full‑disk LVM logical volume, and converting a partition into a logical volume, complete with user prompts, filesystem formatting, and fstab updates.

Disk PartitioningLVMLinux
0 likes · 11 min read
Automate Linux Disk Partitioning and LVM Setup with Bash Scripts
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.

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

Disk PartitioningLinuxfdisk
0 likes · 10 min read
Master Linux Disk Partitioning with fdisk: A Step‑by‑Step Guide
Refining Core Development Skills
Refining Core Development Skills
Apr 10, 2020 · Fundamentals

Understanding Disk Partitioning and Its Impact on I/O Performance

This article explains the physical structure of mechanical hard drives, describes how partitioning works, compares two partitioning schemes based on disk surfaces and cylinders, and analyzes their impact on seek time, rotational latency, and overall I/O performance, concluding why modern OSes favor cylinder‑based partitions.

Disk PartitioningI/O performancecylinders
0 likes · 5 min read
Understanding Disk Partitioning and Its Impact on I/O Performance