Date: Wed, 27 May 1998 21:43:34 +0930 From: Greg Lehey <grog@lemis.com> To: Whee Kim <philuint@erols.com>, freebsd-questions@FreeBSD.ORG Subject: Re: file system is full?! Message-ID: <19980527214334.P24133@freebie.lemis.com> In-Reply-To: <356BEB07.82C3362B@erols.com>; from Whee Kim on Wed, May 27, 1998 at 06:29:28AM -0400 References: <356BEB07.82C3362B@erols.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980527214334.P24133>