Tagged articles
16 articles
Page 1 of 1
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 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.

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

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.

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

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

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.

System Administrationdisk partitioningfdisk
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.

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