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

(-)chapter.sgml.edit (-12 / +28 lines)
Lines 15-34 Link Here
15
  <sect1 id="vinum-synopsis">
15
  <sect1 id="vinum-synopsis">
16
    <title>Synopsis</title>
16
    <title>Synopsis</title>
17
17
18
    <para>No matter what disks you have, there will always be limitations:</para>
18
19
<para>No matter what disks you have, there are always potential problems:</para>
19
      <itemizedlist>
20
      <itemizedlist>
20
	<listitem>
21
        <listitem>
21
	  <para>They can be too small.</para>
22
          <para>They can be too small.</para>
22
	</listitem>
23
        </listitem>
23
24
24
	<listitem>
25
        <listitem>
25
	  <para>They can be too slow.</para>
26
          <para>They can be too slow.</para>
26
	</listitem>
27
        </listitem>
27
28
28
	<listitem>
29
        <listitem>
29
	  <para>They can be too unreliable.</para>
30
          <para>They can be too unreliable.</para>
30
	</listitem>
31
        </listitem>
31
      </itemizedlist>
32
      </itemizedlist>
33
34
<para>One way some users safeguard themselves against such issues is
35
through the use of multiple, and sometimes redundant, disks.</para>
36
37
<para>In addition to supporting various cards and controllers for hardware
38
RAID systems, the base FreeBSD system includes the Vinum Volume Manager,
39
a block device driver that implements virtual disk drives.</para>
40
41
<para>Vinum provides more flexibility, performance, and reliability than
42
traditional disk storage, and implements RAID-0, RAID-1, and RAID-5
43
models both individually and in combination.</para>
44
45
<para>This chapter provides an overview of potential problems with traditional
46
disk storage, and an introduction to the Vinum Volume Manager.</para>
47
32
  </sect1>
48
  </sect1>
33
49
34
  <sect1 id="vinum-intro">
50
  <sect1 id="vinum-intro">

Return to bug 69644