From owner-freebsd-questions Sat Sep 29 17:34:40 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.tecdigital.net (tecdigital.tol.itesm.mx [132.254.97.16]) by hub.freebsd.org (Postfix) with SMTP id F15C137B406 for ; Sat, 29 Sep 2001 17:34:32 -0700 (PDT) Received: (qmail 47406 invoked from network); 30 Sep 2001 00:34:26 -0000 Received: from localhost (HELO midgar) (madd@127.0.0.1) by localhost with SMTP; 30 Sep 2001 00:34:26 -0000 Message-ID: <002f01c14947$ac9a8d00$0a00a8c0@midgar> From: "Mario Doria" To: "FreeBSD Questions" Subject: Copy a disk using dd Date: Sat, 29 Sep 2001 19:34:29 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 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 Hi, On some machine with 2 identical disks, I want to copy everything on the first drive to the second drive (mirror copy). The disks are da0 and da1. I'm thinking of using: dd if=/dev/da0 of=/dev/da1 bs=8192 Is this OK? The purpose of this is to later remove the second hard disk, and use it on another machine (like installing using Norton's Ghost). Both machines are identical, I just don't want to do two separate installations. Thanks, Mario Doria To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message