"scott.marlowe" <scott.marlowe@ihs.com> writes:
> 2: You have run out of inodes to store file system information in. Take
> your machine down to run level 1 and run fsck for your file system on it
> in a forced check mode (-f switch for e2fsck) and see how many of the
> inodes are in use. If you're out, you're gonna need to backup your whole
> database somewhere, rerun mke2fs with a switch to up the number of
> descriptors. (-i for bytes per inode or -T news|largfile|largefile4)
You don't have to do this; 'df -i' will give inode usage.
-Doug