I thought I'd post my "Disk Inode Search Results" here. I used the above command by
perestrelka, and tracked down why my server had reached 98% capacity.
And yes, if you run out of disk inodes, weird stuff starts happening. In Joomla sites (about 5000+ ionodes per install), you get some sort of session failure if I remember right, because Joomla is unable to write a temporary session file when you try to access it.
I also experienced problems with my email not being delivered.
Don't run out of Disk Inodes!
My initial search found these suspect folders from the root:
/var 143758
/usr 52166
That right there accounts for 195,924 of my 200,000 available disk inodes

Well, I then searched /var and got these suspect folders :
/www 128506
/named 2404
/lib 6177
/qmail 6359
I searched /usr and got these suspect folders:
/share 21817
/local 15219
/lib 13333
I looked into the /www/vhosts further and I eventually figured out one of my domains had 60000+ inodes used, but it's a "development" environment where I have several Joomla installs along with several versions of EXTJS and need lots of files.
I'm not sure about some of the other 5000+ folders on my VPS, but I've concluded I need LOTS more inodes and will request an increase quota from support.