From 5f942da17ca106aa4bef19151782caba1f67ed2f Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Wed, 28 Sep 2016 12:01:40 -0400 Subject: [PATCH] Renamed pages to fix ordering --- content/1.md | 15 +++++++++++++++ content/n.md | 9 +++++++++ 2 files changed, 24 insertions(+) create mode 100644 content/1.md create mode 100644 content/n.md diff --git a/content/1.md b/content/1.md new file mode 100644 index 0000000..17c762f --- /dev/null +++ b/content/1.md @@ -0,0 +1,15 @@ ++++ +title = "What is RAID?" +description = "RAID stands for 'Redundant Array of [Independent/Inexpensive] Disks'" +weight = 1 +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. + +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. + +There also exist more advanced modes, the most common of which is called RAID-5, and consists of 3 or more disks with data stripped (written sequentially) across the disks. + +The [Wikipedia](http://en.wikipedia.org/wiki/) page for RAID provides some helpful information about the history and bennefits of the various RAID implementations. diff --git a/content/n.md b/content/n.md new file mode 100644 index 0000000..edcf3c0 --- /dev/null +++ b/content/n.md @@ -0,0 +1,9 @@ ++++ +title = "About us" +description = "raidisnotabackup.com is a PSA created by Joshua Boniface of Boniface Labs" +weight = 1 +type = "post" +class="post last" ++++ + +If you have any questions, concerns, or comments about this page, please contact me. If you want to ask dumb questions about RAID or argue with me, don't. Thanks.