From 050ee45a8cccfab3a62db3c124f55ba80d3e5a21 Mon Sep 17 00:00:00 2001 From: KayGuoWhu Date: Sat, 11 Oct 2014 23:17:21 +0800 Subject: [PATCH] translating --- ...r high performance and fault tolerant disk I or O on Linux.md | 1 + 1 file changed, 1 insertion(+) diff --git a/sources/tech/20141009 How to set up RAID 10 for high performance and fault tolerant disk I or O on Linux.md b/sources/tech/20141009 How to set up RAID 10 for high performance and fault tolerant disk I or O on Linux.md index e8c011c8c7..88fc1ead47 100644 --- a/sources/tech/20141009 How to set up RAID 10 for high performance and fault tolerant disk I or O on Linux.md +++ b/sources/tech/20141009 How to set up RAID 10 for high performance and fault tolerant disk I or O on Linux.md @@ -1,3 +1,4 @@ +[translating by KayGuoWhu] How to set up RAID 10 for high performance and fault tolerant disk I/O on Linux ================================================================================ A RAID 10 (aka RAID 1+0 or stripe of mirrors) array provides high performance and fault-tolerant disk I/O operations by combining features of RAID 0 (where read/write operations are performed in parallel across multiple drives) and RAID 1 (where data is written identically to two or more drives).