Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Mar 2006 19:32:26 +0200
From:      Giorgos Keramidas <keramida@ceid.upatras.gr>
To:        Pgold <pgoldone@gmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Problems recompiling kernel.
Message-ID:  <20060301173226.GA3108@flame.pc>
In-Reply-To: <96341e070603010924x1412d5e2gbe95786ef782b627@mail.gmail.com>
References:  <96341e070603010924x1412d5e2gbe95786ef782b627@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2006-03-01 15:24, Pgold <pgoldone@gmail.com> wrote:
> I tried to compile the FreeBSD 6.0 kernle, but /usr ran out of space.
> What can I do?
> Now I can't even start X, so, what files should I remove(already
> removed /usr/obj)?

Please be more specific about the *EXACT* steps you used to rebuild the
kernel.  Then we may have a better idea where the free space has gone.

Or you can try to find out yourself.  As root try:

    # cd /usr
    # du -sk *

Then when you find the /usr subdirectory that uses most of the free
space, you can descend one level deeper and repeat ``du -sk *'' until
you find out what parts of /usr take up most of its space.

- Giorgos




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