I have read that this can be a problem if I have a lot of small files. Problem is, I don't know how to find files I can safely delete. Also, it seems that /var was allocated a very small number of inodes for some reason. I'm not sure what I did so differently in the install that led me to this problem and apparently no one else.
Here is the output of the df and df -i commands I found. Notice all have disk space available and only /var is out of inodes. All others are not even close.
- [root@server ~]# df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sdd3 10321208 3501140 6295780 36% /
tmpfs 1899788 284 1899504 1% /dev/shm
/dev/sdd1 247919 59411 175708 26% /boot
/dev/sdd2 20642428 15999576 3594276 82% /home
/dev/sdd7 200583196 4215408 186178736 3% /scratch
/dev/sdd6 2064204 1191464 767884 61% /var
/dev/sda1 1465004928 1212407756 252597172 83% /var/hda/files
/dev/sdb1 976760000 723637852 253122148 75% /media/1TB SATA
[root@server ~]# df -i
Filesystem Inodes IUsed IFree IUse% Mounted on
/dev/sdd3 655360 133799 521561 21% /
tmpfs 474947 7 474940 1% /dev/shm
/dev/sdd1 64000 44 63956 1% /boot
/dev/sdd2 1310720 1524 1309196 1% /home
/dev/sdd7 12738560 1024 12737536 1% /scratch
/dev/sdd6 131072 131072 0 100% /var
/dev/sda1 293027200 79324 292947876 1% /var/hda/files
/dev/sdb1 253253220 26214 253227006 1% /media/1TB SATA