old-www/HOWTO/Software-RAID-0.4x-HOWTO.html

93 lines
3.7 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<META NAME="GENERATOR" CONTENT="SGML-Tools 1.0.9">
<TITLE>Software-RAID HOWTO</TITLE>
<LINK HREF="Software-RAID-0.4x-HOWTO-1.html" REL=next>
</HEAD>
<BODY>
<A HREF="Software-RAID-0.4x-HOWTO-1.html">Next</A>
Previous
Contents
<HR>
<H1>Software-RAID HOWTO</H1>
<H2>Linas Vepstas, <CODE>linas@linas.org</CODE></H2>v0.54, 21 November 1998
<P><HR>
<EM>RAID stands for ''Redundant Array of Inexpensive Disks'', and
is meant to be a way of creating a fast and reliable disk-drive
subsystem out of individual disks. RAID can guard against disk failure, and can also improve performance over that of a single disk drive.
This document is a tutorial/HOWTO/FAQ for users of
the Linux MD kernel extension, the associated tools, and their use.
The MD extension implements RAID-0 (striping), RAID-1 (mirroring),
RAID-4 and RAID-5 in software. That is, with MD, no special hardware
or disk controllers are required to get many of the benefits of RAID.</EM>
<HR>
<P>
<DL>
<DT><B>Preamble</B><DD><P>This document is copyrighted and GPL'ed by Linas Vepstas
(
<A HREF="mailto:linas@linas.org">linas@linas.org</A>).
Permission to use, copy, distribute this document for any purpose is
hereby granted, provided that the author's / editor's name and
this notice appear in all copies and/or supporting documents; and
that an unmodified version of this document is made freely available.
This document is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY, either expressed or implied. While every effort
has been taken to ensure the accuracy of the information documented
herein, the author / editor / maintainer assumes NO RESPONSIBILITY
for any errors, or for any damages, direct or consequential, as a
result of the use of the information documented herein.
<P>
<P><B>RAID, although designed to improve system reliability by adding
redundancy, can also lead to a false sense of security and confidence
when used improperly. This false confidence can lead to even greater
disasters. In particular, note that RAID is designed to protect against
*disk* failures, and not against *power* failures or *operator*
mistakes. Power failures, buggy development kernels, or operator/admin
errors can lead to damaged data that it is not recoverable!
RAID is *not* a substitute for proper backup of your system.
Know what you are doing, test, be knowledgeable and aware!</B>
</DL>
<P>
<H2><A NAME="toc1">1.</A> <A HREF="Software-RAID-0.4x-HOWTO-1.html">Introduction</A></H2>
<P>
<H2><A NAME="toc2">2.</A> <A HREF="Software-RAID-0.4x-HOWTO-2.html">Understanding RAID</A></H2>
<P>
<H2><A NAME="toc3">3.</A> <A HREF="Software-RAID-0.4x-HOWTO-3.html">Setup &amp; Installation Considerations</A></H2>
<P>
<H2><A NAME="toc4">4.</A> <A HREF="Software-RAID-0.4x-HOWTO-4.html">Error Recovery</A></H2>
<P>
<H2><A NAME="toc5">5.</A> <A HREF="Software-RAID-0.4x-HOWTO-5.html">Troubleshooting Install Problems</A></H2>
<P>
<H2><A NAME="toc6">6.</A> <A HREF="Software-RAID-0.4x-HOWTO-6.html">Supported Hardware &amp; Software</A></H2>
<P>
<H2><A NAME="toc7">7.</A> <A HREF="Software-RAID-0.4x-HOWTO-7.html">Modifying an Existing Installation</A></H2>
<P>
<H2><A NAME="toc8">8.</A> <A HREF="Software-RAID-0.4x-HOWTO-8.html">Performance, Tools &amp; General Bone-headed Questions</A></H2>
<P>
<H2><A NAME="toc9">9.</A> <A HREF="Software-RAID-0.4x-HOWTO-9.html">High Availability RAID</A></H2>
<P>
<H2><A NAME="toc10">10.</A> <A HREF="Software-RAID-0.4x-HOWTO-10.html">Questions Waiting for Answers</A></H2>
<P>
<H2><A NAME="toc11">11.</A> <A HREF="Software-RAID-0.4x-HOWTO-11.html">Wish List of Enhancements to MD and Related Software</A></H2>
<HR>
<A HREF="Software-RAID-0.4x-HOWTO-1.html">Next</A>
Previous
Contents
</BODY>
</HTML>