diff --git a/sources/tech/20140917 How to create a software RAID-1 array with mdadm on Linux.md b/sources/tech/20140917 How to create a software RAID-1 array with mdadm on Linux.md index e5f6c5725b..8352450697 100644 --- a/sources/tech/20140917 How to create a software RAID-1 array with mdadm on Linux.md +++ b/sources/tech/20140917 How to create a software RAID-1 array with mdadm on Linux.md @@ -1,4 +1,4 @@ -Translating by GOLinux ... + How to create a software RAID-1 array with mdadm on Linux ================================================================================ Redundant Array of Independent Disks (RAID) is a storage technology that combines multiple hard disks into a single logical unit to provide fault-tolerance and/or improve disk I/O performance. Depending on how data is stored in an array of disks (e.g., with striping, mirroring, parity, or any combination thereof), different RAID levels are defined (e.g., RAID-0, RAID-1, RAID-5, etc). RAID can be implemented either in software or with a hardware RAID card. On modern Linux, basic software RAID functionality is available by default.