From owner-freebsd-questions Tue Jan 16 15: 0:14 2001 Delivered-To: freebsd-questions@freebsd.org Received: from clmboh1-smtp3.columbus.rr.com (unknown [65.24.0.112]) by hub.freebsd.org (Postfix) with ESMTP id 07DB037B402 for ; Tue, 16 Jan 2001 14:59:53 -0800 (PST) Received: from mail.iowna.com (dhcp065-024-023-038.columbus.rr.com [65.24.23.38]) by clmboh1-smtp3.columbus.rr.com (8.11.2/8.11.2) with ESMTP id f0GMvX700984; Tue, 16 Jan 2001 17:57:34 -0500 (EST) Message-ID: <3A64D1AA.6A6D6159@mail.iowna.com> Date: Tue, 16 Jan 2001 17:56:42 -0500 From: Bill Moran X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.2-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Hal Lynch Cc: Free BSD Q & A Subject: Re: HELP: Old drive vs. new install References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hal Lynch wrote: > > I am doing a new install of 4.1. The old system (3.4) had 3 scsi drives > only 1 of which, the system disk, was involved in the new install. > It is now time to bring the two data drives on line, but of course the > /dev entries do not exist. How do I make them? I need: > /dev/da1s1b > /dev/da1s1e > /dev/da1s1f > > /dev/da2s1e > > Unless I am missing something: > sysinstall was no help?! > MAKEDEV was no help. MAKEDEV is what you want. cd /dev;./MAKEDEV da* That should do it. -Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message