How can I tell how much disk space I am using please for my droplet? I use it for my website and am about to upload quite a few images.
thanks in advance, Dave.
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.
You can check how much disk space you are using by running the
df
command.The
-h
option is used to output human readable sizes (e.g. 34G instead of 34000000000 bytes).In this example, the droplet is using 3.9 gigabytes of disk space.
You can check how much disk space you are using by running the
df
command.The
-h
option is used to output human readable sizes (e.g. 34G instead of 34000000000 bytes).In this example, the droplet is using 3.9 gigabytes of disk space.
You should clean temp and set it’s size.