From 0ea049f633b3e069e0cdd0bc1251a71866f35608 Mon Sep 17 00:00:00 2001 From: Warren Block Date: Fri, 2 Nov 2012 04:22:25 +0000 Subject: [PATCH] Whitespace-only fixes. Translators, please ignore. --- .../books/handbook/geom/chapter.xml | 26 ++++++++++--------- 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/en_US.ISO8859-1/books/handbook/geom/chapter.xml b/en_US.ISO8859-1/books/handbook/geom/chapter.xml index 1b307b20b0..a61f3882f8 100644 --- a/en_US.ISO8859-1/books/handbook/geom/chapter.xml +++ b/en_US.ISO8859-1/books/handbook/geom/chapter.xml @@ -706,7 +706,7 @@ mirror/gm0 COMPLETE ada1 (ACTIVE) BIOS Settings 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. @@ -807,7 +807,7 @@ mountroot> &prompt.root; gmirror forget gm0 Any old metadata should be cleared from the replacement + linkend="GEOM-mirror-metadata">cleared from the replacement disk. Then the disk, ada4 for this example, is inserted into the mirror: @@ -855,8 +855,8 @@ mountroot> - <acronym>RAID</acronym>3 - Byte-level Striping with Dedicated - Parity + <acronym>RAID</acronym>3 - Byte-level Striping with + Dedicated Parity GEOM @@ -874,10 +874,10 @@ mountroot> RAID3 implementation will access all disks in the array. Performance can be enhanced by using multiple disk controllers. The RAID3 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. At least 3 physical hard drives are required to build a @@ -888,7 +888,8 @@ mountroot> equal to 3, 5, 9, 17, etc. (2^n + 1). - Creating a Dedicated <acronym>RAID</acronym>3 Array + Creating a Dedicated <acronym>RAID</acronym>3 + Array In &os;, support for RAID3 is implemented by the &man.graid3.8; GEOM @@ -930,7 +931,8 @@ mountroot> example uses three unpartitioned ATA drives: ada1 - and ada2 + and + ada2 for data, and ada3 for parity. @@ -973,8 +975,8 @@ Done. The geom_raid3.ko 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 /boot/loader.conf file: geom_raid3_load="YES"