From 43220f93291297011d161a279b81a5fabdd4a469 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Wed, 28 Sep 2016 12:18:46 -0400 Subject: [PATCH] Tweaked bolding --- content/2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/2.md b/content/2.md index 9453db5..617a496 100644 --- a/content/2.md +++ b/content/2.md @@ -7,7 +7,7 @@ type = "post" Having a number of disks in RAID may _seem_ like a backup, especially if you're using a mirror mode. But this is *wrong*! -RAID protects you against one and only one thing: a disk failure. It does not protect you against any of the following things: +RAID protects you against one and only one thing: a disk failure. It does *not* protect you against any of the following things: 1. Multiple disk failures beyond the RAID level chosen (e.g. both disks in a mirror, or 3 disks in a RAID-6). 2. Failure of the RAID controller itself (especially when using hardware RAID), the computer itself, or the environment (a flood, or fire, perhaps).