• We should now be fully online following an overnight outage. Apologies for any inconvenience, we do not expect there to be any further issues.

RAID5 using USB drives

Azra

Junior Member
Mar 15, 2017
3
0
1
Is it possible to create a software RAID5 array in Windows 10 Pro using USB drives?

Like Seagate Backup Plus Portable 4TB drives. I have a bunch of those and I'd like to put them to good use. But I can't erase the data that's on them just yet and I don't have Windows 10 installed yet on my target computer so I figured I'd ask before making plans.

Thanks!
 
Feb 25, 2011
16,992
1,621
126
Yes. However, you have to trick the system into thinking they're not removable.

http://reboot.pro/topic/10534-converting-usb-removable-to-fixed-disk-bcdedit-menu-list/

Once you have the USB Removable flag unset, you can use Disk Management to create a software RAID.

That said, if you already have data on the disks, I'm 99% sure that combining them into a RAID5 configuration in Disk Management will require you delete all the data on them.
 
  • Like
Reactions: Azra

Mark_Venture

Member
Dec 7, 2010
29
2
71

Azra

Junior Member
Mar 15, 2017
3
0
1
I didn't know about Storage Spaces. It should solve my problem perfectly. Thank you Mark.