1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2025-01-18 08:06:16 +01:00
infrastructure/docs/grow-disks.md
Kristian Klausen 99cf69ce0e
docs: Fix incorrect CX22 disk size
Fixes: 05028990 ("Adapt to new Hetzner plans[1] for lower cost and better specs!")
2024-12-30 05:14:29 +01:00

25 lines
544 B
Markdown

# Growing (partitioned) Disks
Our VPS are provisioned with 40G as CX22 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 .