RAID 10 Array accessible to dual boot Windows 11/Zorin 17Pro?

Now that I've solved my problem with RST and dual boot, I have four 1TB SSDs which were previously in Windows 11 with a RST R10 array, that I want to be accessible to both Windows and Linux.

I've searched topics and found nothing. Is there a way to do this short of buying a supported RAID Adapter? That may be the easiest solution but wondering if there's a software solution.

Thanks.

There's Windows System DiskInternals Reader Pro... you could set it up as ZFS and access it in Windows via DiskInternals. But it's read-only access.

Or set it up as FakeRaid, which is read and write accessible from Linux and Windows:
https://www.overclockers.com/how-to-dual-boot-windows-and-linux-on-a-fake-raid-array/
... but your BIOS / UEFI has to have that capability.

To be clear, this is going to be a data storage array, not booting Windows or Linux off of it.

https://www.intel.com/content/dam/www/public/us/en/documents/white-papers/rst-linux-paper.pdf

sudo apt search mdadm

mdadm/focal-updates,now 4.1-5ubuntu1.2 amd64 [installed,automatic]
  tool to administer Linux MD arrays (software RAID)

That's installed by default in Zorin OS, so fakeraid should work.

Try:
sudo mdadm --auto-detect
... to see if it'll detect your existing RAID10 array.

Try:
mdadm --help

man mdadm
... for more information.

1 Like

Thanks for that. But I think I'll leave well enough alone and go with what I have. I created a 4 drive Microsoft Storage Spaces array accessible in Windows for backups, and just have a 1TB SSD for Linux backups.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.