Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Jan 2003 20:39:21 +0200
From:      Giorgos Keramidas <keramida@ceid.upatras.gr>
To:        MikeM <myraq@mgm51.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Lots of files in a directory
Message-ID:  <20030104183921.GA1272@gothmog.gr>
In-Reply-To: <200301040904180651.007E1509@sentry.24cl.com>
References:  <20030102084356.R18514-100000@atlas.home> <200301021213290839.0A719772@home.24cl.com> <200301020901270548.09C1C68B@sentry.24cl.com> <20030103044538.GB3132@gothmog.gr> <200301030925230109.03BFB685@home.24cl.com> <200301040904180651.007E1509@sentry.24cl.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2003-01-04 09:04, MikeM <myraq@mgm51.com> wrote:
> The upgrade to 4.7 went very smoothly.
> [...]
> When I tried to  "tar -yxf" the freedb archive, the server became
> unresponsive.
> [...]
> The server is back online now, and running well.  Trying to duplicate the
> problem, I ran a similar sequence sequence of events on a server here at my
> house.   It didn't crash, but I did get screenfuls of the following error
> message:
>
>    /usr: create/symlink failed, no inodes free
>    tar: misc/ed11d70f: Cannot open: No space left on device

What does `df -i' report for your /usr filesystem?  Every file needs
an i-node of itself on a ufs filesystem, and having many thousands of
files takes many thousands of i-nodes...  At home, I can see something
like the following:

giorgos@gothmog[20:36]/home/giorgos$ df -i /usr
Filesystem  1K-blocks    Used    Avail Capacity iused   ifree %iused  Mounted on
/dev/ad0s3g   4636750 1793606  2472204    42%  205145  377253   35%   /usr

The iused, ifree and %iused columns are those you're interested in.

- Giorgos

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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