From 9f5fc95070e14afd3757a526625c2077337c8727 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Wed, 22 Feb 2017 00:41:44 -0500 Subject: [PATCH] This always bugged me --- content/1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/1.md b/content/1.md index 798fca3..1c67063 100644 --- a/content/1.md +++ b/content/1.md @@ -6,7 +6,7 @@ type = "post" class="post first" +++ -It is a common technique to provide _resiliency_ and _availability_ to a set of data and protect against one of the most common data loss scenarios: the failure of a disk. +RAID is a common technique to provide _resiliency_ and _availability_ to a set of data and protect against one of the most common data loss scenarios: the failure of a disk. The simplest type of RAID is a 'mirror', which does just what it sounds like: keeps two (or more) copies of data on two (or more) different disks. If one disk fails, the second copy is still available and no data loss has occurred. You would usually see this for system disks in uptime-critical servers.