Report this

What is the reason for this report?

SSD storage is not showing

Posted on December 24, 2020

I just upgrade my droplet to 2GB/50GB but the storage space in my droplet is still 15gb. Am I doing something wrong?



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! Check this guide for how to verify the resize: https://www.digitalocean.com/docs/droplets/how-to/resize/#verifying-disk-resizes

If you continue to experience issues, please open a support ticket so we can take a closer look. Be sure to include the Droplet name/IP and the output of the “df -h” command so we can review.

Hey, uf3899

Did you expand the filesystem?

For unpartitioned volumes using the ext4 filesystem, pass the /dev/disk/by-id volume identifier to resize2fs:

sudo resize2fs /dev/disk/by-id/scsi-0DO_example

The output will look like this:

resize2fs 1.42.13 (17-May-2015)
Filesystem at /dev/disk/by-id/scsi-0DO_example is mounted on /mnt/volume-example; on-line resizing required
old_desc_blocks = 25, new_desc_blocks = 32
The filesystem on /dev/disk/by-id/scsi-0DO_example is now 131072000 (4k) blocks long.

You can then Verify that the larger filesystem is available with df:

df -h -x tmpfs -x devtmpfs

You can find more information here"

https://www.digitalocean.com/docs/volumes/how-to/increase-size/#expand-the-filesystem

Regards, Alex

The developer cloud

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

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.