Date: Tue, 16 Jan 2001 17:56:42 -0500 From: Bill Moran <wmoran@mail.iowna.com> To: Hal Lynch <hal@cc.usu.edu> Cc: Free BSD Q & A <freebsd-questions@FreeBSD.ORG> Subject: Re: HELP: Old drive vs. new install Message-ID: <3A64D1AA.6A6D6159@mail.iowna.com> References: <a04320403b68a7e0b0b91@[129.123.1.184]>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3A64D1AA.6A6D6159>