Update 20140917 How to create a software RAID-1 array with mdadm on Linux.md

This commit is contained in:
joeren 2014-09-18 08:59:13 +08:00
parent 0e6dabefc8
commit 7600ce7865

View File

@ -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.