From owner-freebsd-questions@FreeBSD.ORG Thu Mar 13 20:49:15 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 CA1C51065672 for ; Thu, 13 Mar 2008 20:49:15 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.freebsd.org (Postfix) with ESMTP id 64FC18FC2E for ; Thu, 13 Mar 2008 20:49:15 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id DA7115D3B; Thu, 13 Mar 2008 16:49:14 -0400 (EDT) X-Virus-Scanned: amavisd-new at codefab.com Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id o8gkyBM0wDRC; Thu, 13 Mar 2008 16:49:13 -0400 (EDT) Received: from cswiger1.apple.com (unknown [17.214.13.96]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTPSA id 2C2985C7E; Thu, 13 Mar 2008 16:49:13 -0400 (EDT) Message-Id: <90A25985-F5A0-49D9-86A2-5479892DD3EF@mac.com> From: Chuck Swiger To: Ghirai In-Reply-To: <20080313223657.2be87400.ghirai@ghirai.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v919.2) Date: Thu, 13 Mar 2008 13:49:11 -0700 References: <20080313220748.63be20bf.ghirai@ghirai.com> <18393.35674.442789.638417@jerusalem.litteratus.org> <20080313223657.2be87400.ghirai@ghirai.com> X-Mailer: Apple Mail (2.919.2) Cc: freebsd-questions@freebsd.org Subject: Re: Low space on / X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 20:49:15 -0000 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. If you have a /boot/kernel.old, you can delete that, but you should double-check whether you've specified non-default compiler flags or something which might cause this. Also, if you've deleted things like old logfiles without restarting the daemons or syslogd, you might want to reboot and then recheck the disk usage... -- -Chuck