Date: Wed, 20 Sep 2000 15:44:22 -0600 From: Murray <mgd@brutus.converging.net> To: freebsd-questions@freebsd.org Message-ID: <20000920154422.A38188@converging.net>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000920154422.A38188>