J-Deak
Sep 4 2009, 01:05 PM
I'm keep getting emails that say: "Drive Critical: /dev/sda3 (/usr) is 91% full"
What does this mean exactly and what should I do?
XGhozt
Sep 5 2009, 12:33 AM
It means you need to login to your server and clear out some files to free up some space as soon as possible.
knightmare
Sep 6 2009, 02:22 PM
if it is linux this should be pretty easy to resolve
cd /usr; du -hx --max-depth=1 | sort -k1 -rn
this will show you you're largest dir's
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.