Is there a Linux software RAID that can be shared with a windows installation?

6,084

Solution 1

dmraid should be able to do this. dmraid is the driver for so called "FAKERAID" solutions you on lots of motherboards these days, chipsets that offload all their work to the CPU.

I can't guarantee it will work though. You'll need a supported dmraid chipset, some disks and a cross-platform filesystem to test it... And I seriously suggest you do test it before investing any data into the setup.

As far as filesystems go, NTFS support in Ubuntu is much better than ext-n support in Windows. At least it was the last time I checked.

Solution 2

You have 3 "models" of RAID, and 3 answers to your question:

  1. The hardware RAID: It should work on Linux and Windows, and it's transparent and makes everybody believe there's just one drive (if you're doing RAID1 for example).
  2. Semi-hardware RAID(or FakeRAID): In fact it's in reality 99% software RAID. Take a look at the FAQ about it. If you have a driver for Windows AND Linux, it's mostly OK.
  3. Software RAID. I don't know any software that is compatible between Linux and Windows, so it's a no.
Share:
6,084

Related videos on Youtube

cgp
Author by

cgp

I'm curious.

Updated on September 17, 2022

Comments

  • cgp
    cgp over 1 year

    What are the options I've got when it comes to RAID and Windows?

  • cgp
    cgp over 13 years
    I didn't understand the different between semi-hardware raid and software raid, even given Oli's answer
  • sBlatt
    sBlatt over 13 years
    A hardware raid is, when there is when you only see the raid volume (u still might to need drivers to see it, but you will never see single drives in any OS). A FakeRAID is, when you see the single hard drives (if you have no driver) or the raid volume (if you have a driver). So in a FakeRAID, the driver does the assembling (which is the same speed as a software raid). In a Hardware Raid, the hardware Raid controller does the assembling, so there is no CPU-speed needed.