From owner-freebsd-stable@FreeBSD.ORG Wed Jan 14 15:42:32 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3184F1065704 for ; Wed, 14 Jan 2009 15:42:32 +0000 (UTC) (envelope-from petefrench@ticketswitch.com) Received: from constantine.ticketswitch.com (constantine.ticketswitch.com [IPv6:2002:57e0:1d4e:1::3]) by mx1.freebsd.org (Postfix) with ESMTP id C1B3D8FC0C for ; Wed, 14 Jan 2009 15:42:31 +0000 (UTC) (envelope-from petefrench@ticketswitch.com) Received: from dilbert.rattatosk ([10.64.50.6] helo=dilbert.ticketswitch.com) by constantine.ticketswitch.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1LN7su-000Cgg-K9; Wed, 14 Jan 2009 15:42:24 +0000 Received: from petefrench by dilbert.ticketswitch.com with local (Exim 4.69 (FreeBSD)) (envelope-from ) id 1LN7su-0000ga-Ie; Wed, 14 Jan 2009 15:42:24 +0000 To: freebsd-stable@freebsd.org, jbiquez@icsmx.com In-Reply-To: <200901141438.n0EEc0ww071823@mail.icsmx.com> Message-Id: From: Pete French Date: Wed, 14 Jan 2009 15:42:24 +0000 Cc: Subject: Re: Simple? Hardware upgrade. X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jan 2009 15:42:34 -0000 > a) Only put the disk in a new machine at least a double core with 2GB > of RAM. My guess is that could boot with a few problems on > hardware.... what do you think? That should work fine - I have moved discs between machines with no problems. > b) If is possible to "clone" the same installation to a new faster > disk (like a sata 250GB). I know I can install a /.x version and for Yes, this is also do-able. I always do this via a 3rd bootable drive or partition. have the old and the new drive attached to a system, boot from the 3rd and use 'cpdup' (which is in ports) to copy everythong from / downwards from the old drive to the new. The reason I do this from a 3rd drive is to avid copying a running system. You neeed to mark the new drive as bootable using disklabel, and possibly make some changes to fstab if the drive name has changed, but it will then boot as a clone of the old one. -pete.