From owner-freebsd-questions Wed Sep 20 18:58:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.nwlink.com (smtp.nwlink.com [209.20.130.57]) by hub.freebsd.org (Postfix) with ESMTP id 216E737B422 for ; Wed, 20 Sep 2000 18:58:42 -0700 (PDT) Received: from utah (jcwells@utah.nwlink.com [209.20.130.41]) by smtp.nwlink.com (8.9.3/8.9.1) with SMTP id SAA20328; Wed, 20 Sep 2000 18:58:35 -0700 (PDT) Date: Wed, 20 Sep 2000 19:11:30 -0700 (PDT) From: "Jason C. Wells" X-Sender: jcwells@utah To: Murray Cc: freebsd-questions@FreeBSD.ORG Subject: Making Devices Was: (your mail) In-Reply-To: <20000920154422.A38188@converging.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 20 Sep 2000, Murray wrote: > 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 Try cd /dev ./MAKEDEV ad1 Thank you, Jason C. Wells To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message