Whitespace-only fixes. Translators, please ignore.
This commit is contained in:
parent
dc068cb25d
commit
0ea049f633
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=39910
1 changed files with 14 additions and 12 deletions
|
@ -706,7 +706,7 @@ mirror/gm0 COMPLETE ada1 (ACTIVE)
|
|||
<title>BIOS Settings</title>
|
||||
|
||||
<para>BIOS settings may have to be changed to boot from one
|
||||
of the new mirrored drives. Either mirror drive can be
|
||||
of the new mirrored drives. Either mirror drive can be
|
||||
used for booting. As components of a mirror, they contain
|
||||
identical data.</para>
|
||||
</sect4>
|
||||
|
@ -807,7 +807,7 @@ mountroot></screen>
|
|||
<screen>&prompt.root; <userinput>gmirror forget gm0</userinput></screen>
|
||||
|
||||
<para>Any old metadata should be <link
|
||||
linkend="GEOM-mirror-metadata">cleared from the replacement
|
||||
linkend="GEOM-mirror-metadata">cleared from the replacement
|
||||
disk</link>. Then the disk, <devicename>ada4</devicename>
|
||||
for this example, is inserted into the mirror:</para>
|
||||
|
||||
|
@ -855,8 +855,8 @@ mountroot></screen>
|
|||
</authorgroup>
|
||||
</sect1info>
|
||||
|
||||
<title><acronym>RAID</acronym>3 - Byte-level Striping with Dedicated
|
||||
Parity</title>
|
||||
<title><acronym>RAID</acronym>3 - Byte-level Striping with
|
||||
Dedicated Parity</title>
|
||||
|
||||
<indexterm>
|
||||
<primary>GEOM</primary>
|
||||
|
@ -874,10 +874,10 @@ mountroot></screen>
|
|||
<acronym>RAID</acronym>3 implementation will access all disks in
|
||||
the array. Performance can be enhanced by using multiple
|
||||
disk controllers. The <acronym>RAID</acronym>3 array provides a
|
||||
fault tolerance of 1 drive, while providing a capacity of 1 - 1/n
|
||||
times the total capacity of all drives in the array, where n is the
|
||||
number of hard drives in the array. Such a configuration is
|
||||
mostly suitable for storing data of larger sizes, e.g.,
|
||||
fault tolerance of 1 drive, while providing a capacity of 1 -
|
||||
1/n times the total capacity of all drives in the array, where n
|
||||
is the number of hard drives in the array. Such a configuration
|
||||
is mostly suitable for storing data of larger sizes, e.g.,
|
||||
multimedia files.</para>
|
||||
|
||||
<para>At least 3 physical hard drives are required to build a
|
||||
|
@ -888,7 +888,8 @@ mountroot></screen>
|
|||
equal to 3, 5, 9, 17, etc. (2^n + 1).</para>
|
||||
|
||||
<sect2>
|
||||
<title>Creating a Dedicated <acronym>RAID</acronym>3 Array</title>
|
||||
<title>Creating a Dedicated <acronym>RAID</acronym>3
|
||||
Array</title>
|
||||
|
||||
<para>In &os;, support for <acronym>RAID</acronym>3 is
|
||||
implemented by the &man.graid3.8; <acronym>GEOM</acronym>
|
||||
|
@ -930,7 +931,8 @@ mountroot></screen>
|
|||
example uses three unpartitioned
|
||||
<acronym>ATA</acronym> drives:
|
||||
<devicename><replaceable>ada1</replaceable></devicename>
|
||||
and <devicename><replaceable>ada2</replaceable></devicename>
|
||||
and
|
||||
<devicename><replaceable>ada2</replaceable></devicename>
|
||||
for data, and
|
||||
<devicename><replaceable>ada3</replaceable></devicename>
|
||||
for parity.</para>
|
||||
|
@ -973,8 +975,8 @@ Done.</screen>
|
|||
<step>
|
||||
<para>The <filename>geom_raid3.ko</filename> module must be
|
||||
loaded before the array can be mounted. To automatically
|
||||
load the kernel module during the system initialization, add
|
||||
the following line to the
|
||||
load the kernel module during the system initialization,
|
||||
add the following line to the
|
||||
<filename>/boot/loader.conf</filename> file:</para>
|
||||
|
||||
<programlisting>geom_raid3_load="YES"</programlisting>
|
||||
|
|
Loading…
Reference in a new issue