My disk space is rapidly getting eaten up and I don't know why.
I was using localhost and it was taking a long time to load so I checked the properties in the folder and I had 2GB left out of 125GB on my SSD.
What is causing this error and how do I fix it?
df -h
. That will clarify what volumes you have and how much total, free, and used space is on each. This is a reasonable first step toward figuring out exactly where (and what kinds of files) the disk space increase is happening. That should make it possible to determine what diagnostic step(s) to do next, or maybe even lead directly to a solution. After running that command, please select all the text in the Terminal, do Edit > Copy, edit your question, paste it in, and format it as "code" by selecting it and pressing Ctrl+K. Thanks! – Eliah Kagan Jan 11 '14 at 13:33