From owner-freebsd-questions@FreeBSD.ORG Wed May 17 14:44:13 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE84516A7D2 for ; Wed, 17 May 2006 14:44:13 +0000 (UTC) (envelope-from duncan.fbsd@gmail.com) Received: from smtp113.sbc.mail.mud.yahoo.com (smtp113.sbc.mail.mud.yahoo.com [68.142.198.212]) by mx1.FreeBSD.org (Postfix) with SMTP id 96BCA43D95 for ; Wed, 17 May 2006 14:44:05 +0000 (GMT) (envelope-from duncan.fbsd@gmail.com) Received: (qmail 58579 invoked from network); 17 May 2006 14:44:05 -0000 Received: from unknown (HELO pres1750.airedalians.com) (donaldj@ameritech.net@75.7.74.134 with plain) by smtp113.sbc.mail.mud.yahoo.com with SMTP; 17 May 2006 14:44:04 -0000 From: "Donald J. O'Neill" To: Kyrre Nygard Date: Wed, 17 May 2006 09:43:39 -0500 User-Agent: KMail/1.9.1 References: <7.0.1.0.2.20060512183937.02190800@broadpark.no> <200605160655.06955.duncan.fbsd@gmail.com> <7.0.1.0.2.20060517120703.021ea638@broadpark.no> In-Reply-To: <7.0.1.0.2.20060517120703.021ea638@broadpark.no> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200605170943.39982.duncan.fbsd@gmail.com> Cc: David Stanford , freebsd-questions@freebsd.org Subject: Re: makeworld FAILURE on 5.4-STABLE 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: Wed, 17 May 2006 14:44:14 -0000 On Wednesday 17 May 2006 05:10, Kyrre Nygard wrote: > > Hey man, > > # df > Filesystem Size Used Avail Capacity Mounted on > /dev/ad4s1a 248M 35M 193M 15% / > devfs 1.0K 1.0K 0B 100% /dev > /dev/ad4s1d 248M 80M 148M 35% /var > /dev/ad4s1e 248M 10K 228M 0% /tmp > /dev/ad4s1f 142G 118G 12G 91% /usr > > Great shot! :) > > So in my case, can I not first mount /dev/ad4s1f from FreeSBIE > maybe, delete everything except my home directory, and then run a > FreeBSD 6.1-RELEASE reinstall, skipping the parts that would > mess with my /dev/ad4s1f? > > Hehe, no it would not be the end of the world. > But it would put an end to the fruits of a lot of struggle. > > See you around man, > Kyrre The problem is that you've got home mounted under usr. Usr is going to have to be redone when you install 6.1 . Did you set your disk up according to what was recommended? I got bit in the ass one time doing it that way, it took me about a week to determine that '/' wasn't big enough. After that, I setup according to what I know won't give me a problem if I ever have to do something. I think, if it was me, I'd look at some big harddrives and go from there. Don