Difference between revisions of "RAID"

From Vague Hope Wiki
Jump to: navigation, search
(Created page with "== References == * https://help.ubuntu.com/10.04/serverguide/C/advanced-installation.html * http://warfieldninjas.com/2010/11/ubuntu-software-raid5-and-raid6-with-mdadm/ * http:/...")
 
Line 1: Line 1:
 +
== Set up ==
 +
 +
* [[Postfix]]
 +
 +
<pre>
 +
sudo aptitude install mdadm
 +
</pre>
 +
 +
== Create ==
 +
 +
<pre>
 +
 +
</pre>
 +
 
== References ==
 
== References ==
 
* https://help.ubuntu.com/10.04/serverguide/C/advanced-installation.html
 
* https://help.ubuntu.com/10.04/serverguide/C/advanced-installation.html

Revision as of 03:56, 15 October 2011

Set up

sudo aptitude install mdadm

Create


References