From owner-freebsd-questions@FreeBSD.ORG Thu Sep 11 13:52:50 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3046A1065675 for ; Thu, 11 Sep 2008 13:52:50 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id D9B288FC1A for ; Thu, 11 Sep 2008 13:52:49 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KdmbE-0005O9-0E for freebsd-questions@freebsd.org; Thu, 11 Sep 2008 13:52:44 +0000 Received: from pool-141-156-180-91.esr.east.verizon.net ([141.156.180.91]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 11 Sep 2008 13:52:43 +0000 Received: from nightrecon by pool-141-156-180-91.esr.east.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 11 Sep 2008 13:52:43 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Michael Powell Date: Thu, 11 Sep 2008 09:55:24 -0400 Lines: 36 Message-ID: References: <48C8D599.5080404@lcwords.com> <48C8FC79.7080009@lcwords.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: pool-141-156-180-91.esr.east.verizon.net Sender: news Subject: Re: too little space on / X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: nightrecon@verizon.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Sep 2008 13:52:50 -0000 Zbigniew Szalbot wrote: > Hello, > > Volodymyr Kostyrko: >> 3. What catalogs are your spacehogs? Examine the output of: >> >> find / -type d -maxdepth 1 -mindepth 1 -exec du -hd0 {} \; > > Searching for bigger dirs turned out that my /boot was bigger than needed > > 114M /boot > > So a way to go would be to either: > > 1/ define "nomakeoptions DEBUG" in kernel > > 2/ Stop building all of the modules implying WITH_MODULES or NO_MODULES > to not omit module building at all. > > 3/ Stop building megakernel and move to minikernel loading everything > else from modules > > In case you wonder how come I am so wise - I am not. This was all with > suggested by a friendly and kind member of this list. > > Many thanks!!! > > You can also add STRIP= -s to /etc/make.conf if you don't do development or debugging. The next buildworld/...kernel.../installworld and you'll have a smaller /. -Mike