[Python-Dev] A possible bit for a README or FAQ?

Skip Montanaro skip@mojam.com (Skip Montanaro)
Thu, 26 Oct 2000 22:57:00 -0500 (CDT)


    Neil> You might try "df -i".  You could be out inodes but still have
    Neil> blocks.

Thanks, that indeed seems to be the problem:

    % df -i /tmp
    Filesystem            Inodes   IUsed   IFree IUse% Mounted on
    /dev/hda5                39k     39k       7  100% /

I don't believe in all my years of fiddling with Unix systems I've ever run
out of inodes with a third of the disk space left.  Now to identify the
culprit.

Skip