Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Mar 2008 22:14:48 +0100
From:      Mel <fbsd.questions@rachie.is-a-geek.net>
To:        freebsd-questions@freebsd.org
Subject:   Re: Low space on /
Message-ID:  <200803132214.49024.fbsd.questions@rachie.is-a-geek.net>
In-Reply-To: <90A25985-F5A0-49D9-86A2-5479892DD3EF@mac.com>
References:  <20080313220748.63be20bf.ghirai@ghirai.com> <20080313223657.2be87400.ghirai@ghirai.com> <90A25985-F5A0-49D9-86A2-5479892DD3EF@mac.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thursday 13 March 2008 21:49:11 Chuck Swiger wrote:
> On Mar 13, 2008, at 1:36 PM, Ghirai wrote:
> > Here's the output (removed a couple other < 100KiB ):
>
> [ ... ]
>
> > 121M    /boot
> > 118K    /etc/periodic
> > 116K    /etc/defaults
> > 112M    /boot/kernel
> >
> > /tmp is ~2MiB.
> >
> > Atm. i have no clue how df reports 454M used...
>
> Your kernel tree is huge-- on a 6.x system, that's normally around
> 25MB.

Yeah, but that went up with 7. Majorly.
here's one from a 7.x kernel, generic, but with ULE instead of 4BSD:

# du -sh /boot/kernel
113M    /boot/kernel

Also:
ssh seven.stable "ls /boot/kernel" |while read FILE; do if test 
\! -f /boot/kernel/${FILE}; then echo $FILE; fi ; done|wc -l
577


-- 
Mel

Problem with today's modular software: they start with the modules
    and never get to the software part.



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