View | Details | Raw Unified | Return to bug 42045
Collapse All | Expand All

(-)chapter.sgml.modified (-2 / +2 lines)
Lines 151-157 Link Here
151
      For example, the first 256 sectors may be stored on the first disk, the
151
      For example, the first 256 sectors may be stored on the first disk, the
152
      next 256 sectors on the next disk and so on.  After filling the last
152
      next 256 sectors on the next disk and so on.  After filling the last
153
      disk, the process repeats until the disks are full.  This mapping is called
153
      disk, the process repeats until the disks are full.  This mapping is called
154
      <emphasis>striping</emphasis> or <acronym>RAID-0</acronym>.
154
      <emphasis>striping</emphasis> or <acronym>RAID-0</acronym>
155
155
156
    <footnote>
156
    <footnote>
157
      <indexterm>
157
      <indexterm>
Lines 165-171 Link Here
165
      <para><acronym>RAID</acronym> stands for <emphasis>Redundant Array of
165
      <para><acronym>RAID</acronym> stands for <emphasis>Redundant Array of
166
      Inexpensive Disks</emphasis> and offers various forms of fault tolerance,
166
      Inexpensive Disks</emphasis> and offers various forms of fault tolerance,
167
      though the latter term is somewhat misleading: it provides no redundancy.</para>
167
      though the latter term is somewhat misleading: it provides no redundancy.</para>
168
    </footnote>
168
    </footnote>.
169
169
170
    Striping requires somewhat more effort to locate the data, and it can cause
170
    Striping requires somewhat more effort to locate the data, and it can cause
171
    additional I/O load where a transfer is spread over multiple disks, but it
171
    additional I/O load where a transfer is spread over multiple disks, but it

Return to bug 42045