Report this

What is the reason for this report?

Failed t start any service : No space left

Posted on April 3, 2021

I am running a Laravel application on my droplet. But the server has gone down. When I debug, I found that there is an error " No space left". Then I resize my droplet and increase RAM as well as Disk size.

But it has still the same problem. Any help will be 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!

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.

Hi there,

What is the output of the following command:

df -h

Also I could suggest following the steps from this answer here on how to find the folders that are using the most disk space:

https://www.digitalocean.com/community/questions/28-no-space-left-on-device-error

Let me know how it goes! Regards. Bobby

Hello @dipakmahatara

Have you resized the disk after the droplet was upgraded from the control panel?

We strongly recommend taking a snapshot of the Droplet before resizing.

Droplets may change hypervisors during a resize, and any changes to a filesystem can lead to data loss if something goes wrong. We strongly recommend backing up the Droplet’s data before resizing. If you use snapshots, you can delete the snapshot after confirming that the resize was successful.

I will recommend you to double-check our docs on how to resize a droplet.

https://www.digitalocean.com/docs/droplets/how-to/resize/#verifying-disk-resizes

For ext3/4 filesystems, use resize2fs to resize the filesystem.

  1. resize2fs /dev/vda1

For XFS, use xfs_growfs to resize the filesystem.

  1. xfs_growfs /dev/vda1

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.