From 493a1950db92926ef70f4acb674d71644fca2dfd Mon Sep 17 00:00:00 2001 From: Joshua Boniface Date: Wed, 28 Sep 2016 13:40:41 -0400 Subject: [PATCH] Tweaked markdown on code --- content/2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/2.md b/content/2.md index b91f2e9..bdc8841 100644 --- a/content/2.md +++ b/content/2.md @@ -12,7 +12,7 @@ RAID protects you against one and only one thing: a disk failure. It does **not* * 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 itself, or the environment (a flood, or fire, perhaps). * Data corruption on-disk (except for ZFS, and especially for BTRFS) from cosmic rays, or minor hardware or firmware failures. -* File corruption from bad writes or bit rot (except for ZFS), including whole-volume corruption from administrative mistakes (e.g. ===mkfs=== on an existing filesystem). +* File corruption from bad writes or bit rot (except for ZFS), including whole-volume corruption from administrative mistakes (e.g. `mkfs` on an existing filesystem). * Malicious or accidental deletion or modification of data by yourself or another party, including viruses. The adage is simple: "RAID replicates **everything**, even the stuff you don't want, like the deletion of that file you needed."