From owner-freebsd-questions Mon Jul 15 15:24:09 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA22351 for questions-outgoing; Mon, 15 Jul 1996 15:24:09 -0700 (PDT) Received: from itchy.serv.net (itchy.serv.net [199.201.191.6]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id PAA22282 for ; Mon, 15 Jul 1996 15:24:03 -0700 (PDT) Received: (from zeno@localhost) by itchy.serv.net (8.6.12/8.6.12) id PAA28589 for questions@freebsd.org; Mon, 15 Jul 1996 15:24:01 -0700 Date: Mon, 15 Jul 1996 15:24:01 -0700 From: "Sean T. Lamont" Message-Id: <199607152224.PAA28589@itchy.serv.net> To: questions@freebsd.org Subject: Can somebody explain this one to me? Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk --- bouvier# touch /test /: create/symlink failed, no inodes free touch: /test: No space left on device bouvier# df -i Filesystem 1K-blocks Used Avail Capacity iused ifree %iused Mounted on /dev/sd0a 32254 12782 16890 43% 829 3009 22% / /dev/sd0s1e 75366 5992 63344 9% 123 10819 1% /var /dev/sd0s1f 734046 331366 343956 49% 19602 68716 22% /usr /dev/sd1c 1034927 596149 355983 63% 7676 245762 3% /usr/homeroot/logs procfs 4 4 0 100% 55 989 5% /proc ok...let's try and free up an inode. I don't use ppp, so let's get rid of /etc/ppp bouvier# rm -rf /etc/ppp (theoretically this should have freed 6 or 7 inodes, right?) bouvier# touch /test /: create/symlink failed, no inodes free touch: /test: No space left on device this is FreeBSD 2.1-STABLE (BOUVIER) #0: Fri May 17 00:53:48 PDT 1996 ...Any insight would be appreciated . and rebooting the system -did not- fix the problem.