From 2f33c153e27547025f2bff53b6c91bd0c5364bfa Mon Sep 17 00:00:00 2001 From: Joshua Boniface Date: Thu, 29 Sep 2016 13:17:31 -0400 Subject: [PATCH] Added separation to emphasize point --- content/2.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/2.md b/content/2.md index 7bd6112..037bf36 100644 --- a/content/2.md +++ b/content/2.md @@ -7,7 +7,9 @@ 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: * Multiple disk failures beyond the RAID level chosen (e.g. both disks in a mirror, or 3 disks in a RAID-6). * Failure of the RAID controller itself (especially when using hardware RAID), the computer running the RAID, or the environment (a flood, fire, theft, etc.).