From owner-freebsd-questions Fri Sep 5 07:38:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA12113 for questions-outgoing; Fri, 5 Sep 1997 07:38:06 -0700 (PDT) Received: from bigbrother.rust.net (bigbrother.rust.net [209.69.72.169]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id HAA12105 for ; Fri, 5 Sep 1997 07:38:03 -0700 (PDT) Received: (from mwlucas@localhost) by bigbrother.rust.net (8.8.5/8.8.5) id KAA29913 for freebsd-questions@freebsd.org; Fri, 5 Sep 1997 10:32:56 -0400 (EDT) From: "Michael W. Lucas" Message-Id: <199709051432.KAA29913@bigbrother.rust.net> Subject: problem using dd to duplicate hard drive To: freebsd-questions@freebsd.org Date: Fri, 5 Sep 1997 10:32:56 -0400 (EDT) X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello, I'm trying to use dd to duplicate a hard drive. I have two identical Western Digital 2.5 gig drives, even the same model number. I used dd if=/dev/rwd0 of=/dev/rwd1 to do the duplication, as per various archived postings. However, when I try to boot off the disk, I get a warning like: /dev/rwd0s1f: /dev/rwd0s1f: BAD SUPER BLOCK: VALUES IN SUPER BLOCK DISAGREE WITH FIRST ALTERNATE Then the oh-so-familiar "run fsck, press enter for sh". I run fsck, and get a floating point exception. fsck exits on signal 8, with the same warning as above. Any thoughts on how to fix this? (The eventual goal is to create a single master hard drive that we can use to quickly reproduce servers for customers: any other suggestions on how to accomplish this would be greatly appreciated.)