Tag

disk partition

0 views collected around this technical thread.

Practical DevOps Architecture
Practical DevOps Architecture
Nov 11, 2020 · Operations

Using gdisk to Partition a Large Disk on CentOS and Configure Automatic Mount

This guide explains how to install gdisk on CentOS, create a GPT partition on a new 10 TB data disk, format it, mount it, and set up automatic mounting at boot using the disk's UUID, with step‑by‑step commands and screenshots.

CentOSGPTUUID
0 likes · 6 min read
Using gdisk to Partition a Large Disk on CentOS and Configure Automatic Mount
Practical DevOps Architecture
Practical DevOps Architecture
Sep 28, 2017 · Operations

How to Partition, Format, and Mount a New Data Disk on an ECS Instance (Linux)

This guide walks through the safe preparation, partitioning, formatting, and mounting of a newly purchased data disk on an ECS instance, including device name discovery, creating an ext3 filesystem, updating /etc/fstab, and verifying the mount, with all necessary Linux commands.

ECSdisk partitionfilesystem
0 likes · 7 min read
How to Partition, Format, and Mount a New Data Disk on an ECS Instance (Linux)