Skip to content

Increase Root Partition | EC2

  • ssh to the machine

Check Partitions

Bash
sudo lsblk

Grow Partition

Bash
sudo growpart /dev/nvme0n1 1

Resize

Bash
sudo resize2fs /dev/nvme0n1p1