df -h
sudo lsblk
sudo growpart /dev/vda 3 # Resize partition 3 on /dev/vda
sudo resize2fs /dev/vda3 # Make the operating system aware of the new space and resize the filesystem to fill the expanded partitionReboot your server from its internal drive and verify the increased disk space.