I had a 9 year old mini ITX system based on Intel and OMV 5.x on ssd and 2 data drives in Raid 1 config. I think the power supply died on the system , so I hired a small local outfit to install a new one for me. They called me back the next day and said they had accidentally fried the motherboard while installing the new power supply. This place did not have my data, but the original OMV5 ssd was still in there, so I think it might be dead as well. But I have not verified this for myself. Fast forward a few weeks and I now have a new Raspberry Pi 5 running OMV 6.x. I managed to connect one of the old Raid 1 data drives using USB 3, and can see now that the USB 3 connected drive is recognized in OMV 6 and in good health.
I also did the following per the instructions in an earlier post:
mdadm --stop /dev/md127
pi@raspberrypi:~ $ sudo mdadm --verbose --assemble --force /dev/md127 /dev/sda
mdadm: looking for devices for /dev/md127
mdadm: /dev/sda is identified as a member of /dev/md127, slot 0.
mdadm: no uptodate device for slot 1 of /dev/md127
mdadm: added /dev/sda to /dev/md127 as 0
mdadm: /dev/md127 has been started with 1 drive (out of 2).
Now I am seeking advice on how to move forward restoring my data from the old Raid 1 drive to OMV 6? I am afraid I do not have any of the information of the old system as far as file system names or configurations.
Many thanks!