|
|
|
|
|
by jensv
2719 days ago
|
|
md is multiple devices. It's a RAID implementation in Linux kernel available since kernel release 2.0. It allows you to create RAID level 0, 10, 4, 5 and 6. It has various optimizations like utilizing SSE and MMX instructions. It's a standard software RAID in Linux. |
|
I'm pretty sure it supports RAID level 1 as well:
https://raid.wiki.kernel.org/index.php/RAID_setup#RAID-1
Or am I misunderstanding something?