From owner-freebsd-questions@FreeBSD.ORG Wed Mar 5 16:24:16 2008 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 D34DB1065675 for ; Wed, 5 Mar 2008 16:24:16 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from snoogles.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 874D18FC20 for ; Wed, 5 Mar 2008 16:24:16 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (localhost [127.0.0.1]) by snoogles.rachie.is-a-geek.net (Postfix) with ESMTP id ACFA11CDE4; Wed, 5 Mar 2008 07:24:14 -0900 (AKST) From: Mel To: freebsd-questions@freebsd.org Date: Wed, 5 Mar 2008 17:24:10 +0100 User-Agent: KMail/1.9.7 References: <200803051536.48094.fbsd.questions@rachie.is-a-geek.net> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200803051724.11354.fbsd.questions@rachie.is-a-geek.net> Cc: Tsu-Fan Cheng Subject: Re: install/upgrade question 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, 05 Mar 2008 16:24:16 -0000 On Wednesday 05 March 2008 17:13:50 Tsu-Fan Cheng wrote: > On Wed, Mar 5, 2008 at 9:36 AM, Mel wrote: > > On Wednesday 05 March 2008 14:59:45 Tsu-Fan Cheng wrote: > > > I think this Q is pretty basic, but I just want to make sure. I was > > > considering if upgrading from 6.3 to 7.0 and something goes wrong, and > > > I need to do a fresh install. Can I only change/overwrite the /etc > > > /usr, etc but leave /home intact?? thank you!! > > > > What's in your /etc/fstab? > um... dont remember exactly.. but it mounts 2 other HD drives, and the > usual, such as / (root), procs (perhaps?), /home swap, .. why?? > Cause if /home and /usr/local are on a different partition, then you can newfs /usr and / and just tar /etc (which shouldn't be more then 10M compressed). Depends how you screwed up your install of course. If the boot sector is gone, then so is all your data. Generally, upgrades of base system do not overwrite /usr/local or /home, but /usr will contain the new base system and /etc is upgraded by mergemaster. -- Mel Problem with today's modular software: they start with the modules and never get to the software part.