From owner-freebsd-questions@FreeBSD.ORG Wed Aug 30 20:21:55 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 1056316A4E0 for ; Wed, 30 Aug 2006 20:21:55 +0000 (UTC) (envelope-from ralphellis@netscape.ca) Received: from smtp-2.vancouver.ipapp.com (smtp-2.vancouver.ipapp.com [216.152.192.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6296D43D73 for ; Wed, 30 Aug 2006 20:21:31 +0000 (GMT) (envelope-from ralphellis@netscape.ca) Received: from [192.168.123.100] ([172.167.25.230]) by smtp-2.vancouver.ipapp.com ; Wed, 30 Aug 2006 13:20:50 -0700 From: Ralph Ellis To: freebsd-questions@freebsd.org Date: Wed, 30 Aug 2006 16:20:40 -0700 User-Agent: KMail/1.9.3 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200608301620.41025.ralphellis@netscape.ca> X-Rcpt-To: X-Country: US Subject: Re: Upgrading BSD 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, 30 Aug 2006 20:21:55 -0000 On Wednesday 30 August 2006 1:02 pm, Amita Bargal (ambargal) wrote: > Hi, > > I have a machine which has BSD 4.8 on it. Is it possible to upgrade to > version 6.0 without affecting/deleting/losing any files currently > present on the machine. > > $ uname -a > FreeBSD tcp-01-pc7 4.8-RELEASE FreeBSD 4.8-RELEASE #1: Fri Jul 18 > 10:43:30 PDT 2003 > devtest@tcp-pc3:/usr/devtest/kame/freebsd4/sys/compile/tcp-pc3 i386 > $ > > > Thanks, > Amita > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" Usually you have to upgrade from major release to major release i.e. 4.8 to 5.5, 5.5 to 6.1 etc. However, if you are only protecting data files then copy them to a cd, dvd or separate disk drive and do a clean install of 6.1. If you want to protect configuration files then you may have to upgrade step by step. Upgrading using the make buildworld, make build kernel, make install kernel, reboot, make install world, mergemaster process is time comsuming. If you only need to protect data, then copy it off and do a clean install. Are you using this for a server or a desktop? Ralph Ellis