View Single Post
  #2   (View Single Post)  
Old 3rd September 2017
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,984
Default

Hello, and welcome!
Quote:
I know how two do it with one disk but not two.
The only difference between using one and two physical drives is that you need to run MAKEDEV to create a special file for the second drive, and then you will run bioctl(8) twice instead of once.

MAKEDEV is needed because the installer's tiny RAMDISK environment does not have room for a complete list of /dev special files. So, if your two drives are sd0 and sd1, before beginning the creation of partitions on both and running bioctl twice, you just need to start with:

# cd /dev
# sh MAKEDEV sd1

Please let us know if you have any specific questions.
Reply With Quote