Can I use dmraid instead of md (mdadm) to make software RAID-1 and RAID-1+0 volumes?

Posted by Don MacAskill on Server Fault See other posts from Server Fault or by Don MacAskill
Published on 2011-02-01T22:42:01Z Indexed on 2011/02/01 23:27 UTC
Read the original article Hit count: 313

Filed under:
|
|
|
|

On a related question about SSDs and TRIM (see: Possible to get SSD TRIM (discard) working on ext4 + LVM + software RAID in Linux? ), it turns out that dmraid may now (or shortly) support TRIM on RAID-1.

Typically, we've used md (via mdadm) to create our RAID-1 volumes, then used LVM to create volume groups, then formatted with the file system of our choice (ext4 lately). We've been doing this for years, and Google & ServerFault searches seem to confirm this is the most common way of doing software RAID with volume management.

Google searches seem to suggest that dmraid is use for so-called 'fakeRAID' configurations where there's some level of hardware 'help' in the form of RAID BIOS in the controller, which we don't have (and don't want to use - we'd like a fully software solution).

Since we'd like to use TRIM on our SSDs, and since md doesn't seem to (yet?) support TRIM, I'm wondering if it's possible to use dmraid instead of md to create RAID-1 (and RAID-1+0) volumes in software, with no hardware support (ie, just plugged into a dumb SATA/SAS bus)?

© Server Fault or respective owner

Related posts about linux

Related posts about raid