Tag

disk partitioning

1 views collected around this technical thread.

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.

System Administrationdisk partitioningfdisk
0 likes · 14 min read
Master Linux Disk Partitioning: From Primary to Swap in Minutes
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.

I/O performancecylindersdisk partitioning
0 likes · 5 min read
Understanding Disk Partitioning and Its Impact on I/O Performance
Practical DevOps Architecture
Practical DevOps Architecture
Sep 28, 2017 · Operations

Guidelines for Partitioning and Formatting Large Disks on Linux (GPT, XFS, EXT4)

This guide explains how to manage large Linux disks by using GPT partition tables, choosing XFS or EXT4 filesystems, performing partitioning with parted, formatting with appropriate mkfs commands, handling e2fsprogs version requirements, and considerations for lazy init and snapshot impacts.

GPTXFSdisk partitioning
0 likes · 6 min read
Guidelines for Partitioning and Formatting Large Disks on Linux (GPT, XFS, EXT4)