From owner-freebsd-stable@FreeBSD.ORG Sun Mar 26 13:45:22 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5772016A41F for ; Sun, 26 Mar 2006 13:45:22 +0000 (UTC) (envelope-from joji@eskimo.com) Received: from ultra5.eskimo.com (ultra5.eskimo.com [204.122.16.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC1E243D45 for ; Sun, 26 Mar 2006 13:45:21 +0000 (GMT) (envelope-from joji@eskimo.com) Received: from eskimo.com (eskimo.com [204.122.16.13]) by ultra5.eskimo.com (8.13.6/8.13.4) with ESMTP id k2QDjJ7Z008233; Sun, 26 Mar 2006 05:45:19 -0800 Received: (from joji@localhost) by eskimo.com (8.9.1a/8.9.1) id FAA11862; Sun, 26 Mar 2006 05:45:19 -0800 (PST) Date: Sun, 26 Mar 2006 05:45:19 -0800 From: Joseph Olatt To: Matt Smith Message-ID: <20060326054518.A11614@eskimo.com> References: <20060326120043.935BA16A532@hub.freebsd.org> <000201c650d9$06b2e330$0201a8c0@bedroom> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <000201c650d9$06b2e330$0201a8c0@bedroom>; from ratman6@charter.net on Sun, Mar 26, 2006 at 08:27:27AM -0500 Cc: freebsd-stable@freebsd.org Subject: Re: Data transfer from one HD to another 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: Sun, 26 Mar 2006 13:45:22 -0000 On Sun, Mar 26, 2006 at 08:27:27AM -0500, Matt Smith wrote: > Hi, > Is there an EASY method to transfer the partitions from an old hard disk > to a new one? I presume you want to trasfer all the files from one (or more) partition(s) in the old hard drive to a new hard drive. If so, try the command "dd". man dd(1). There are examples at the bottom of the man page. Other commands that may be used are: tar & cpio (man tar & man cpio for more info). regards, joseph > > Matt Smith > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"