Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hello, @koenDolphin
What happens when you check the disk space usage on the droplet? You can check it using this command:
df -h
and
fdisk -l /dev/vda
Is the disk space increased successfully and if so, can you provide some additional information about the issue at the moment?
Let me know how it goes.
Regards, Alex
Thanks, the disc was completely full and therefore the resizing somehow went wrong.
Using df -h revealed there was only 25GB used from the 80GB available and that 25Gb was completely full.
I managed to resolve it by using the DO console, that worked, and deleted some files. Then the '‘growpart /dev/vda 1’ worked and the issue was resolved without losing any data!
Thanks for your help and have a great day! best, Koen.
Hello, @koenDolphin
Can you please share the exact steps that you’ve taken and also confirm that you’ve followed the tutorial on how to resize the droplet?
https://www.digitalocean.com/docs/droplets/how-to/resize
Regards, Alex