From owner-freebsd-questions Thu Jun 27 8:52: 9 2002 Delivered-To: freebsd-questions@freebsd.org Received: from lakemtao01.cox.net (lakemtao01.cox.net [68.1.17.244]) by hub.freebsd.org (Postfix) with ESMTP id 6872F37B4B3 for ; Thu, 27 Jun 2002 08:51:50 -0700 (PDT) Received: from smtp.east.cox.net ([172.18.52.67]) by lakemtao01.cox.net (InterMail vM.5.01.04.05 201-253-122-122-105-20011231) with SMTP id <20020627155149.UUAV29627.lakemtao01.cox.net@smtp.east.cox.net> for ; Thu, 27 Jun 2002 11:51:49 -0400 From: Justin L.Boss To: freebsd-questions@freebsd.org Subject: copy one drive to another Date: Thu, 27 Jun 2002 11:51:49 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO8859_1 Content-Transfer-Encoding: 7bit Message-Id: <20020627155149.UUAV29627.lakemtao01.cox.net@smtp.east.cox.net> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG i'm trying to copy one drive to another. The drives are not the same size, so i'm trying to decide which would be the best way to do it. dd if=/dev/ad0 of=/dev/ad1 dump -0 -f /dev/ad1 /dev/ad0 tar -cf /dev/ad1 / or should i use the rew device. Thank for you help. Justin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message