From owner-freebsd-questions Wed Sep 20 14:46: 4 2000 Delivered-To: freebsd-questions@freebsd.org Received: from brutus.converging.net (edtn002029.hs.telusplanet.net [161.184.135.251]) by hub.freebsd.org (Postfix) with ESMTP id 4F47637B422 for ; Wed, 20 Sep 2000 14:46:01 -0700 (PDT) Received: (from mgd@localhost) by brutus.converging.net (8.9.3/8.9.3) id PAA38292 for freebsd-questions@freebsd.org; Wed, 20 Sep 2000 15:44:22 -0600 (MDT) (envelope-from mgd) From: Murray Date: Wed, 20 Sep 2000 15:44:22 -0600 To: freebsd-questions@freebsd.org Message-ID: <20000920154422.A38188@converging.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I added a second hard drive to my system on a separate ide channel and recompiled the kernel so that device ata1 was enabled. (v4.1) I then tried to issue the command: dd if=/dev/ad0 of=/dev/ad1 ba=1024 I received the following error message: dd: /dev/ad1: Device not configured There are entries for ad1,ad1a, ad1b, etc. in the /dev directory. However, there are no entries in /etc/fstab for ad1, etc. My objective is simply to clone the original drive on ide0 to the drive on ide1 and then use the cloned drive in an identical system instead of having to build the o/s on hte system. What do I need to do configure the new drive so that FreeBSD sees it so that I can use the dd command? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message