Resizing a block volume
Resizing the OS volume
Resizing other block volumes
sudo apt-get update
sudo apt-get install -y cloud-guest-utilsInstructions for EXT4 filesystem (default)
sudo growpart /dev/<DISK> <PARTITION_NUMBER>
sudo resize2fs /dev/<PARTITION>Instructions for XFS filesystem
Useful commands
Last updated
Was this helpful?