Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Mar 2001 23:55:38 -0800
From:      "Crist J. Clark" <cjclark@reflexnet.net>
To:        "Jason C. Wells" <jcwells@highperformance.net>
Cc:        FreeBSD-stable <freebsd-stable@FreeBSD.ORG>
Subject:   Re: make world fills /
Message-ID:  <20010321235538.D574@cjc-desktop.users.reflexcom.com>
In-Reply-To: <Pine.BSF.4.21.0103212219160.18634-100000@server.highperformance.net>; from jcwells@highperformance.net on Wed, Mar 21, 2001 at 10:29:04PM -0800
References:  <Pine.BSF.4.21.0103212219160.18634-100000@server.highperformance.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Mar 21, 2001 at 10:29:04PM -0800, Jason C. Wells wrote:
> A long, long time ago I gave myself a 40MB / partition.  I have never had
> a problem making world until now.  The really bad part is that I got this
> error while /bin/sh was being installed.
> 
> So I am wondering if I missed something along the way.   Is there some new
> bits I have to twiddle to prevent this?  Has / simply grown?
> 
> Gory details below.
> 
> Thanks,
> Jason C. Wells
> 
> ===> bin/sh
> install -c -s -o root -g wheel -m 555   sh /bin
> /usr/obj/usr/src/i386/usr/libexec/elf/strip: /bin/stP12203: No space left
> on dev
> ice
> /usr/obj/usr/src/i386/usr/libexec/elf/strip: /bin/stP12203: No space left
> on dev
> ice
> *** Error code 70
> 
> Stop in /usr/src/bin/sh.
> *** Error code 1
> 
> 
> And ...
> 
> jcw@server ~ $ df
> Filesystem  1K-blocks     Used    Avail Capacity  Mounted on
> /dev/da0a       39647    31132     5344    85%    /
> /dev/da0e       19815     3806    14424    21%    /var
> /dev/da0f      992239   409273   503587    45%    /home
> /dev/da0g     3159900  1770414  1136694    61%    /usr
> procfs              4        4        0   100%    /proc

Do you have softupdates enabled on /? When a file is unlinked, it is
not actually removed from the disk right away. This can be a problem
when you don't have a lot of headroom on the filesystem.
-- 
Crist J. Clark                           cjclark@alum.mit.edu

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




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