INODE耗尽,httpd无法启动,求解决

INODE耗尽,httpd无法启动,求解决

前两天HP服务器的一个硬盘坏了,当时做的raid1,于是把硬盘,插了快新的硬盘进去recovery数据
今天发现邮件系统进不去了,qmail+vpopmail,于是重启了服务器,发现连httpd都启动不了了,查看日志,显示
[root@mail httpd]# more error_log
[Tue Nov 18 12:06:30 2008] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin
/suexec)
[Tue Nov 18 12:06:30 2008] [notice] Digest: generating secret for digest authent
ication ...
[Tue Nov 18 12:06:30 2008] [notice] Digest: done
[Tue Nov 18 12:06:32 2008] [error] (2No space left on device: Cannot create SS
LMutex with file `/etc/httpd/logs/ssl_mutex.1591'
Configuration Failed!
Unable to create lock file:  No space left on device
Failed to start up concurrent users module!
[Tue Nov 18 12:16:14 2008] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin
/suexec)
[Tue Nov 18 12:16:14 2008] [notice] Digest: generating secret for digest authent
ication ...
[Tue Nov 18 12:16:14 2008] [notice] Digest: done
[Tue Nov 18 12:16:16 2008] [error] (2No space left on device: Cannot create SS
LMutex with file `/etc/httpd/logs/ssl_mutex.1591'
Configuration Failed!
[Tue Nov 18 12:23:10 2008] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin
/suexec)
[Tue Nov 18 12:23:10 2008] [error] (2No space left on device: Cannot create SS
LMutex with file `/etc/httpd/logs/ssl_mutex.2424'


==========
startx也启动不了了,邮件只能收,不能发
[root@mail httpd]# df -i
Filesystem            Inodes   IUsed   IFree IUse% Mounted on
/dev/cciss/c0d0p3    8323072 8323072       0  100% /
none                  257706       1  257705    1% /dev/shm
/dev/cciss/c0d1p1    53772288     457 53771831    1% /newdisk
/newdisk             53772288     457 53771831    1% /var/local/zkftpd/newdisk

情况比较紧急,请各位大哥指教一下。
删除一些日志和0字节的,,看看行不行!
如何查找0字节的文件
你不会是把邮件体文件放在/分区下面吧?

邮件体是大量小文件,占用空间小,但是占用inode非常多。。。

如果是这样,建议把邮件体迁移到其他分区上去