I've RAID 0 built with mdadm
on two disk partition on two separate disks. Is it possible to resize (enlarge) this array by resizing the underlying partition, i.e. do something like stop array->enlarge partition->start-array->mdadm -G -z max
and then resize filesystem without data loss?
If not, is there a way to convert RAID 0 to something more flexible and resize it then?
So, I need a solution to enlarge the RAID 0 array without copying entire partition, downtime is possible. I'm aware that I could add 2 more partitions but it would not be nice.