From owner-freebsd-questions@FreeBSD.ORG Thu Sep 23 02:07:18 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 942B0106566B for ; Thu, 23 Sep 2010 02:07:18 +0000 (UTC) (envelope-from myself@rdtan.net) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id 5000B8FC1C for ; Thu, 23 Sep 2010 02:07:17 +0000 (UTC) Received: by qwd6 with SMTP id 6so343890qwd.13 for ; Wed, 22 Sep 2010 19:07:17 -0700 (PDT) Received: by 10.220.127.18 with SMTP id e18mr506731vcs.143.1285205866823; Wed, 22 Sep 2010 18:37:46 -0700 (PDT) Received: from xhost.local ([115.135.197.119]) by mx.google.com with ESMTPS id b9sm119108vci.39.2010.09.22.18.37.44 (version=SSLv3 cipher=RC4-MD5); Wed, 22 Sep 2010 18:37:46 -0700 (PDT) Message-ID: <4C9AAF66.9050308@rdtan.net> Date: Thu, 23 Sep 2010 09:37:42 +0800 From: Edward User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; en-US; rv:1.9.2.9) Gecko/20100915 Thunderbird/3.1.4 MIME-Version: 1.0 To: =?ISO-8859-1?Q?D=E1nielisz_L=E1szl=F3?= References: <447149.36059.qm@web30808.mail.mud.yahoo.com> In-Reply-To: <447149.36059.qm@web30808.mail.mud.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: migrate system disk 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: Thu, 23 Sep 2010 02:07:18 -0000 > I have an old HDD which should be replaced soon, actually that HDD stands as my > system disk, what is your suggesion, how should I migrate the FreeBSD 8.1 from > the old disk to the new one? I've used to do this a lot for server hardware migration, moving from 1 server to another new server. This blog post recorded what I tried & did : http://scratching.psybermonkey.net/2010/01/freebsd-backup-and-restore-freebsd.html Check it out, Edward.