From owner-freebsd-questions@FreeBSD.ORG Thu Jul 1 20:08:58 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 85158106564A for ; Thu, 1 Jul 2010 20:08:58 +0000 (UTC) (envelope-from anders.freebsd@gmail.com) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id 3022B8FC1E for ; Thu, 1 Jul 2010 20:08:57 +0000 (UTC) Received: by gyd8 with SMTP id 8so44427gyd.13 for ; Thu, 01 Jul 2010 13:08:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=lqzupwK8SzeQGYFCoHBmo1f97UjRycfGj76bt7kC1kM=; b=piK8NdUi8qWMLYEVf/SR2Ike7gTEK2rpQyZag4e7369T2IpFy3c+5e8qRYNKlTzHCf QCuHNcRVYH5D4MbHT+KGlnOsiR7gk5XOueUdKTl4JZ/RwbZGA/OOiS/gdIvmOi3uIqvY IjqXbSSngVx/2QKd0GGiX9YiQJXN+rWqeRao8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=FbfJUhkFd4FeMiGWMxtvBh5LR63UKofuWY4tDgU1MLxWT+H5szUmArVDDyTzKJAS9M 0ka4qzIB2OAC26aYQPRCozWMUrjqx6/sL9m02HOEzlDaT2KVAWozaS1Rpv5kN7FYNyOg 0yyidfg+nA6T8OoTyMNH7nnkMRzUung2u8c1Q= MIME-Version: 1.0 Received: by 10.229.242.78 with SMTP id lh14mr6719479qcb.208.1278014931016; Thu, 01 Jul 2010 13:08:51 -0700 (PDT) Received: by 10.229.181.80 with HTTP; Thu, 1 Jul 2010 13:08:50 -0700 (PDT) In-Reply-To: <44eifn6kks.fsf@be-well.ilk.org> References: <20100701185723.GD19474@libertas.local.camdensoftware.com> <44mxub6msq.fsf@be-well.ilk.org> <20100701192818.GE19474@libertas.local.camdensoftware.com> <44eifn6kks.fsf@be-well.ilk.org> Date: Thu, 1 Jul 2010 22:08:50 +0200 Message-ID: From: Anders Andersson To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: /boot is full after running "make installkernel" on FreeBSD 8.0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2010 20:08:58 -0000 > > A healthy fear, indeed. > > For one thing, I'd certainly rather have someone > do "rm /boot/kernel.old/*.ko" than "rm -r /boot/kernel.old". > > Being even more selective is an obvious extension... > Why not move the old "useless" kernel to another drive. Sure if the system kernel fails and you need the old one, there is a little bit more work, but nothing that I can't see be solved by: 1. booting from a livecd 2. mount the /boot and /theotherpartition 3. move the kernel back and move the faulty one away 4. reboot That saves you from deleting the entire computer/world/Internet and save the old kernel as well. However, I have never done this myself but the theory sounds good.