From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 08:40:18 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B3F637B405 for ; Mon, 2 Jun 2003 08:40:16 -0700 (PDT) Received: from out002.verizon.net (out002pub.verizon.net [206.46.170.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D18A43FB1 for ; Mon, 2 Jun 2003 08:40:13 -0700 (PDT) (envelope-from cswiger@mac.com) Received: from mac.com ([129.44.60.214]) by out002.verizon.net (InterMail vM.5.01.05.33 201-253-122-126-133-20030313) with ESMTP id <20030602154012.XSQD13328.out002.verizon.net@mac.com>; Mon, 2 Jun 2003 10:40:12 -0500 Message-ID: <3EDB6FE2.6050602@mac.com> Date: Mon, 02 Jun 2003 11:40:18 -0400 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4b) Gecko/20030507 X-Accept-Language: en-us, en MIME-Version: 1.0 To: boxend@swbell.net References: <3EDB116E.29886.3638FB@localhost> In-Reply-To: <3EDB116E.29886.3638FB@localhost> X-Enigmail-Version: 0.75.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at out002.verizon.net from [129.44.60.214] at Mon, 2 Jun 2003 10:40:12 -0500 cc: freebsd-questions@freebsd.org Subject: Re: failed nfs installworld X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2003 15:40:18 -0000 boxend@swbell.net wrote: > I have a full file system on a older box with a small drive. [ ... ] > boxrt# df -h > Filesystem Size Used Avail Capacity Mounted on > /dev/ad0s1a 48M 36M 8.5M 81% / > /dev/ad0s1f 109M 98M 1.7M 98% /usr > /dev/ad0s1e 19M 336K 17M 2% /var > procfs 4.0K 4.0K 0B 100% /proc > boxa:/usr/obj 1.8G 1.3G 337M 80% /usr/obj > boxa:/usr/src 1.8G 1.3G 337M 80% /usr/src /proc is a special type of file system and is always 100% full. But your root partition is tiny, and I can believe that you're gonna have problems anyway. Try building with MODULES_OVERRIDE or NO_MODULES in /etc/make.conf; try deleting everything you possibly can from the old drive; or consider getting something bigger: $100 will get you 100 times the space. -Chuck