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.

Hi, my Linux knowledge is limited, hope you can help me. My Ubuntu server is running into the following error regarding disk usage: “Deploy failed: {“code”:“ENOSPC”,“message”:“ENOSPC: no space left on device, open ‘/home/nred/.node-red/flows.json.$$$’”}”
After some troubleshooting, it seems this is related to having 100% Inodes usage. (See below)

I found the following post regarding how to find Inodes but i run into issues when following the steps. https://www.digitalocean.com/community/questions/best-way-to-clear-inodes
Using the command: “for i in /*; do echo $i; find $i |wc -l; done” I was able to narrow it down to /home using 3081197 Inodes.
After I followed the trail to: “for i in /home/*; do echo $i; find $i |wc -l; done” Which in turns gave me /home/nred using 3081196 Inodes which is fine so far.
Onto next step using “for i in /home/nred/*; do echo $i; find $i |wc -l; done” It only returns 4 files and 1 folder using 6307 Inodes. (See below)

I am kind of lost at that point. Am I missing something?
Hope you can guide me to a fix.
Thank you. Regards.
05c643336f3a4578a0b414e11ed8fc
JetForMe
isabellafj97
ahokinson
jairunet
adams617
Olaoluwa Aina
jeffs
David Nusbaum
laike9m
KFSys