From owner-freebsd-questions Wed May 27 05:13:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA15777 for freebsd-questions-outgoing; Wed, 27 May 1998 05:13:44 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from freebie.lemis.com (freebie.lemis.com [139.130.136.133]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA15745 for ; Wed, 27 May 1998 05:13:37 -0700 (PDT) (envelope-from grog@lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id VAA05681; Wed, 27 May 1998 21:43:34 +0930 (CST) (envelope-from grog) Message-ID: <19980527214334.P24133@freebie.lemis.com> Date: Wed, 27 May 1998 21:43:34 +0930 From: Greg Lehey To: Whee Kim , freebsd-questions@FreeBSD.ORG Subject: Re: file system is full?! References: <356BEB07.82C3362B@erols.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <356BEB07.82C3362B@erols.com>; from Whee Kim on Wed, May 27, 1998 at 06:29:28AM -0400 WWW-Home-Page: http://www.lemis.com/~grog Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 27 May 1998 at 6:29:28 -0400, Whee Kim wrote: > Hi, I've been rebuilding my kernel and things worked out > well...however, now I get "filesystem is full" message at the booting... > how do I clean up my file system? My kernel is 9395062? Isn't it > unusually too big?! Looks like you compiled it with debugging symbols (config -g). Make a copy, strip the original, and install the stripped version: # cp kernel kernel.gdb # strip -d kernel # make install Greg -- See complete headers for address and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message