From owner-freebsd-stable Mon Jan 8 14:33:54 2001 Delivered-To: freebsd-stable@freebsd.org Received: from gw-nl1.origin-it.com (gw-nl1.origin-it.com [193.79.128.34]) by hub.freebsd.org (Postfix) with ESMTP id 1599537B400 for ; Mon, 8 Jan 2001 14:33:35 -0800 (PST) Received: from mail.de.origin-it.com (localhost.origin-it.com [127.0.0.1]) by gw-nl1.origin-it.com with ESMTP id XAA26628; Mon, 8 Jan 2001 23:33:28 +0100 (MET) (envelope-from Helge.Oldach@de.origin-it.com) Received: from smtprelay-de1.origin-it.com(172.16.188.53) by gw-nl1.origin-it.com via mwrap (4.0a) id xma026626; Mon, 8 Jan 01 23:33:29 +0100 Received: from mailhub.de.origin-it.com (mailhub.de.origin-it.com [172.16.189.20]) by mail.de.origin-it.com (8.9.3/8.8.5-1.2.2m-19990317) with ESMTP id XAA15182; Mon, 8 Jan 2001 23:33:28 +0100 (MET) Received: from galaxy.de.cp.philips.com (galaxy.de.cp.philips.com [130.143.166.29]) by mailhub.de.origin-it.com (8.11.1/8.11.1/hmo23oct00) with ESMTP id f08MXRY23064; Mon, 8 Jan 2001 23:33:27 +0100 (CET) (envelope-from Helge.Oldach@de.origin-it.com) Received: (from hmo@localhost) by galaxy.de.cp.philips.com (8.9.3/8.9.3/hmo14aug98) id XAA09900; Mon, 8 Jan 2001 23:33:24 +0100 (MET) Message-Id: <200101082233.XAA09900@galaxy.de.cp.philips.com> Subject: Re: /var drive space problem In-Reply-To: <3A59D52B.2F4277EC@sxb.bsf.alcatel.fr> from Sebastien ROCHE at "Jan 8, 2001 3:56:43 pm" To: roche1@sxb.bsf.alcatel.fr (Sebastien ROCHE) Date: Mon, 8 Jan 2001 23:33:24 +0100 (MET) Cc: dan@tsolab.org, kenm@icarz.com, clash@fireduck.com, matt@ARPA.MAIL.NET, brentb@loa.com, freebsd-stable@freebsd.org From: Helge Oldach X-Address: Atos Origin, Billstrasse 80, D-20539 Hamburg, Germany X-Phone: +49 40 7886 464, Fax: +49 40 7886 235, Mobile: +49 172 4515513 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Sebastien ROCHE: >My / partition is 32 Mb large. I had no problem until yesterday, when the >make installkernel didn't work due to insufficient space. >I think it's /modules which is bigger than it was (and the installation >process makes a copy of it). Anyway it was difficult to have it work. I >lost /stand and I put /lkm on /usr and I had to delete some binaries in >/bin or /sbin that I don't use. Actually you can safely remove /modules and /modules.old after a successful "make buildkernel" (!) while you are in single-user just before "make installkernel". Then even a 32 MB root should suffice. If you want to be on the very safe side you can try removing /modules.old first. Often that suffices. A populated /lkm is pointless on an ELF system anyhow. Also /stand gets outdated quickly :-) and thus can be removed. Helge To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message