I have an ext3 fs on an mdadm array of 1TB disks on an openSUSE system, and I want to move the fs to a new array of (the same number of) 3TB disks. I can have the system running with this fs unmounted, and with all of the disks in both arrays connected. I want to avoid having to boot to a self-booting tool to make the transition.
It's easy to find self-booting tools that will in one step copy and grow and ext3/4 fs from one (non-RAID) disk to a bigger one, but using an installed OS seems to require two steps (either create a new fs and copy the directory structure, or copy the fs as-is and resize the copy).
Is there a way to do this in one step from an installed OS? If not, is there a self-booting tool that supports mdadm volumes?