From owner-freebsd-current Wed Jan 22 13:25:36 2003 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E852237B401 for ; Wed, 22 Jan 2003 13:25:34 -0800 (PST) Received: from sccrmhc01.attbi.com (sccrmhc01.attbi.com [204.127.202.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F05F43F13 for ; Wed, 22 Jan 2003 13:25:34 -0800 (PST) (envelope-from wythe001@tc.umn.edu) Received: from q1d0p9 (c-24-118-56-18.mn.client2.attbi.com[24.118.56.18]) by sccrmhc01.attbi.com (sccrmhc01) with SMTP id <2003012221253300100hoptqe>; Wed, 22 Jan 2003 21:25:33 +0000 Reply-To: From: "Kirk R. Wythers" To: Subject: ran out of room on / while installing the world Date: Wed, 22 Jan 2003 15:25:46 -0600 Organization: University of Minnesota Message-ID: <000001c2c25c$d438d7b0$12387618@q1d0p9> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.3416 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I just ran into a problem trying to a 'make installworld' while going from 4.7 to 5.0-R. I thought I checked and had 30M free on / before I started this. However, after building, the world, building the kernel, installing the kernel, running mergemaster -p, I went to install the world and got the error 'out of space on /' I need to find some room, but I'm a little nervous about what I can rm. Here is what I'm looking at: 1) / partition is 79M, 64M are used (I was almost sure there was more room than that on / before I satarted). 2) /tmp is on it's own partition 3) du -h on subdirectories breakdown like this. a. 18M /boot b. 1.4M /etc c. 3.7M /kernel d. 3.9M /kern.GENERIC e. 6M /modules f. 21M /sbin g. 2.1M /stand as you can see that pretty much accounts for it. The rest of the stuff is pretty small. I need to know if I can delete any of this stuff and still successfully do a 'make installworld'? Particularly, is there anything in /boot or /sbin that can be deleted while up in single user mode before 'make installworld' (assuming that it is not needed for the install and will be replaced by the install process)? Thanks, Kirk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message