Hi, I have upgraded from 25Gb to 50Gb on my server. Standard / 2 GB / 1 vCPU / 50Gb - I powered off, chose my selection and clicked Resize, when it finished I powered up and logged into ssh and its still only showing 25Gb. I have confirmed the selection in the web interface as 50Gb. I have powered off and rebooted, still 25Gb. Any help is appreciated.
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!
Accepted Answer
Hello,
When resizing the Droplet, the block device is increased when the resize uses the CPU, Memory and Disk option. In most cases, the next boot will detect this within the software running on the Droplet and kick off some steps to update this.
This can fail however at 100% disk usage ( as some space is still required for temporary files ) or when the particular release of software installed on the Droplet doesn’t accomplish this. The platform isn’t able to determine this however, as we limit the access to the partition/data of the Droplet. You can however address this after clearing up sufficient space to operate with these steps:
Check current filesystem size of /dev/vda1: lsblk
If you see the block device is larger than the partition, you will need to grow the primary partition of your Droplet: growpart /dev/vda 1
Grow the filesystem on the partition: resize2fs /dev/vda1
Re-check the filesystem size to ensure it is filling the disk:
df -h
You should now be fully utilizing the space.
Please let us know if you have any additional questions, and have a wonderful day!
Cheers, Sri Charan
Hi I did this and it returned with a “The filesystem is already 83857659 (4k) blocks long. Nothing to do!” (resized to 900GB). But when I checked using “df -h” command it still has the previous storage size.
Hello,
In addition to what’s been already mentioned, I want to include our article on How to resize droplets
https://docs.digitalocean.com/products/droplets/how-to/resize/
Regards
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.