From owner-freebsd-questions@FreeBSD.ORG Thu Sep 23 10:15:56 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 3C4931065672 for ; Thu, 23 Sep 2010 10:15:56 +0000 (UTC) (envelope-from freebsdmail@gmx.de) Received: from mail.gmx.net (mailout-de.gmx.net [213.165.64.23]) by mx1.freebsd.org (Postfix) with SMTP id 8A18E8FC17 for ; Thu, 23 Sep 2010 10:15:55 +0000 (UTC) Received: (qmail invoked by alias); 23 Sep 2010 09:49:13 -0000 Received: from unknown (EHLO kerberos.hades) [188.107.42.66] by mail.gmx.net (mp035) with SMTP; 23 Sep 2010 11:49:13 +0200 X-Authenticated: #14495869 X-Provags-ID: V01U2FsdGVkX1/QfuReDPrQIkhN8Ms1D2lgGbcFPPhllfxVeiUSvU CeiyuikdCZcpRn Date: Thu, 23 Sep 2010 11:49:15 +0200 From: Philipp Lengemann To: =?ISO-8859-1?Q?D=E1nielisz_L=E1szl=F3?= Message-ID: <20100923114915.6de48bbc@kerberos.hades> In-Reply-To: <447149.36059.qm@web30808.mail.mud.yahoo.com> References: <447149.36059.qm@web30808.mail.mud.yahoo.com> X-Mailer: Claws Mail 3.7.6 (GTK+ 2.20.1; amd64-portbld-freebsd8.1) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Y-GMX-Trusted: 0 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 10:15:56 -0000 Am Wed, 22 Sep 2010 08:06:13 -0700 (PDT) schrieb D=E1nielisz L=E1szl=F3 : > Hello, >=20 > 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? >=20 > thank you! > Laszlo Have a look at recoverdisk(1). This should satisfy most your needs. Regards.