From owner-freebsd-questions@FreeBSD.ORG Sun Feb 28 17:38:48 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 C23B31065688 for ; Sun, 28 Feb 2010 17:38:48 +0000 (UTC) (envelope-from ulrich@pukruppa.net) Received: from pukruppa.net (pukruppa.net [213.146.114.24]) by mx1.freebsd.org (Postfix) with ESMTP id 3964F8FC31 for ; Sun, 28 Feb 2010 17:38:47 +0000 (UTC) Received: from pukruppa.net (localhost [127.0.0.1]) by pukruppa.net (8.14.4/8.14.4) with ESMTP id o1SHefMA006932 for ; Sun, 28 Feb 2010 18:40:41 +0100 (CET) (envelope-from ulrich@pukruppa.net) Received: (from ulrich@localhost) by pukruppa.net (8.14.4/8.14.4/Submit) id o1SHefbH006925 for freebsd-questions@freebsd.org; Sun, 28 Feb 2010 18:40:41 +0100 (CET) (envelope-from ulrich@pukruppa.net) From: Peter Ulrich Kruppa To: FreeBsd-Questions Content-Type: text/plain; charset="ISO-8859-15" Content-Transfer-Encoding: quoted-printable Date: Sun, 28 Feb 2010 18:40:40 +0100 Message-ID: <1267378840.23135.155.camel@pukruppa.net> Mime-Version: 1.0 X-Mailer: Evolution 2.29.91 FreeBSD GNOME Team Port Subject: [Fwd: Re: / slice too small] 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: Sun, 28 Feb 2010 17:38:48 -0000 Sorry, I forgot to include the list! Uli. -------- Weitergeleitete Nachricht -------- > Von: Peter Ulrich Kruppa > An: Frank Shute > Betreff: Re: / slice too small > Datum: Sun, 28 Feb 2010 15:52:05 +0100 >=20 > Am Sonntag, den 28.02.2010, 13:26 +0000 schrieb Frank Shute: > > I've got a machine here running 7.2 which I want to upgrade to 8.0 but > > looking at the root slice it is woefully small: > >=20 > > $ df -h > > Filesystem Size Used Avail Capacity Mounted on > > /dev/ad4s2 190M 146M 29M 84% / > > devfs 1.0K 1.0K 0B 100% /dev > > /dev/ad4s4 129G 15G 104G 12% /usr > > devfs 1.0K 1.0K 0B 100% /var/named/dev > >=20 > > I've got a CD/DVD writer on that machine along with a 100MB ethernet > > connection to my desktop. > >=20 > > How do I go about upgrading it? Dump/restore and change the partition > > table? > Check if your /boot/kernel directory *much* bigger than let's say about 4= 5 MB. > Then you probably have built your kernel with debugging symbols which > will make it too big for your root partition. > In /etc/make.conf add the line > INSTALL_NODEBUG=3D"yes" > and rebuild your kernel. >=20 > Good luck > =09 > Uli.=20 >=20 > > Any suggestions gratefully received. > >=20 > >=20 > > Regards, > >=20 >=20