Another commit to add information on hardware RAID to the handbook. This
isn't perfect, but its a lot better than what we had. PR: 36726
This commit is contained in:
parent
41ea716a0c
commit
9eaa38b590
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=14024
1 changed files with 11 additions and 1 deletions
|
@ -1415,7 +1415,17 @@ sh MAKEDEV ccd0</programlisting>
|
|||
<primary>RAID</primary>
|
||||
<secondary>Hardware</secondary>
|
||||
</indexterm>
|
||||
<para>
|
||||
<para>FreeBSD also supports a variety of hardware <acronym>RAID</acronym>
|
||||
controllers. In which case the actual <acronym>RAID</acronym> system
|
||||
is built and controlled by the card itself. Using an on-card
|
||||
<acronym>BIOS</acronym>, the card will control most of the disk operations
|
||||
itself. The following is a brief setup using a Promise <acronym>IDE RAID</acronym>
|
||||
controller. When this card is installed and the system started up, it will
|
||||
display a prompt requesting information. Follow the on screen instructions
|
||||
to enter the cards setup screen. From here a user should have the ability to
|
||||
combine all the attached drives. When doing this, the disk(s) will look like
|
||||
a single drive to FreeBSD. Other <acronym>RAID</acronym> levels can be setup
|
||||
accordingly.
|
||||
</para>
|
||||
</sect2>
|
||||
</sect1>
|
||||
|
|
Loading…
Reference in a new issue