I'm looking for a way to replicate a all changes on a filesystem between two disks in a master->slave setup. One of the disks is much faster for reads, so I would like to direct all reads to this real disk for performance reasons; is it possible to do this with Linux software RAID? Is there a better approach?
man mdadm
: