Storage maxed out, but I haven't put anything on the node
I don't recall how much storage the stock instance (Ubuntu 10.1) takes up, but I haven't put much of anything on the server yet. I installed some necessary libraries (GCC, etc), and some small apps like mongodb and redis, nodejs and related stuff, all of which wouldn't amount to half a gig. I have only run web servers for a few small tests, on and off, nothing live, no content.
Is this normal? Am I presuming too much? Is there a way, a program of some kind, for me to get a view of storage usage by block?
3 Replies
That just means that linode gives you X total space, and you have created disk images totaling to 100% of X. It does not have anything to do with the actual space usage within those disk images.
df -h
That's going to tell you how much disk usage you're actually using.