Cannot create RAID in OMV

I’ve installed OpenMediaVault and successfully applied the JMicron “fix” to get all four hard drives to appear in the drive section. When I try to create a RAID, none of the drives appear. Am I doing something wrong? How can I create a RAID?

I have run “wipefs -a /dev/sb*” on all the drives

image
image

this is a OMV limitation… OMV is extremely **** about using USB storage devices… nothing to do with the quad sata hat…

you can still create a raid array with command line using mdadm… you can google around on how to setup a raid array in command line… once the array is setup, OMV will automatically pick it up and display it in your raid array tab…

Would I be better off using nextcloud?

op Should try WEBMIN, if he has mdadm instaled he can use the Linux raid module from the gui

I just did it from the command line.

Via the command line, (after prepping the drives) I ran:

sudo mdadm --create /dev/md0 --level=5 --raid-devices=4 /dev/sd[a-d]1