Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 May 2005 20:57:00 +0200 (CEST)
From:      "Julien Gabel" <jpeg@thilelli.net>
To:        "FreeBsdBeni" <freebsdbeni@spymac.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: No inodes free ?
Message-ID:  <59236.192.168.1.20.1116529020.squirrel@webmail.thilelli.net>
In-Reply-To: <200505192029.45542.freebsdbeni@spymac.com>
References:  <200505192017.39229.freebsdbeni@spymac.com> <62876.192.168.1.20.1116526967.squirrel@webmail.thilelli.net> <200505192029.45542.freebsdbeni@spymac.com>

next in thread | previous in thread | raw e-mail | index | archive | help
>>> I've just cvsup'ed and began to "make installworld". This is the error
>>> I get now : "No inodes free". There is, I think, still enough room free
>>> on / and /usr (see the output of "df -h" below).
>>> What causes this error and how do I avoid it ?

>> The 'i' opion of the df(1) command may help here.

> [beni@freebsdbeni:~] $ df -i
> Filesystem 1K-blocks   Used  Avail Capacity iused ifree %iused Mounted on
> /dev/ad0s2a   253678 186468  46916    80%   33022     0  100%  /
                                                    ^^^^^
So it seems there is no free inode on the root fs, as said in the error
message (/: create/symlink failed, no inodes free).

Here is a root fs on one of the machines:
# df -ki /
Filesystem  1K-blocks  Used  Avail Capacity iused ifree %iused  Mounted on
/dev/ad0s1a    253678 61988 171396    27%    1421 31601    4%   /

It seems that you install something in / that may be put elsewhere.

-- 
-jpeg.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?59236.192.168.1.20.1116529020.squirrel>