1
1
Fork 0
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-05-24 19:06:03 +02:00
infrastructure/docs/grow-disks.md
2020-12-22 12:28:16 +01:00

544 B

Growing (partitioned) Disks

Our VPS are provisioned with 20G as CX11 by default. When one is resized the disk size usually changes. To use the additional space, one needs to grow the partition and the filesystem.

Resizing partition

Grow the partition with a tool called growpart

growpart /dev/sdX <partnum>

So for most of our machines this is:

growpart /dev/sda 1

Resizing filesystem

This is straight forward

btrfs fi res max <mountpoint>

For most of our setups, being in the root homedir:

btrfs fi res max .