Low space on /

Mel fbsd.questions at rachie.is-a-geek.net
Thu Mar 13 21:14:52 UTC 2008


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.


More information about the freebsd-questions mailing list