Posts by 2froggy

    There is a reason OMV doesn't let you include USB devices in a raid array - you shouldn't do it. The hat (i have one) doesn't do magical things to make it good for a raid array.

    Thanks for the reply. OMV doesn't appear to be what I need if it cant run raid on this device. Since the device does support software raid 0/1/5 per the manufacturer, I guess I'll be forced to do it manually. Thanks for the info.

    This is what worked for me. After adding to /lib/udev/rules.d/60-persistent-storage.rules I can see the drives but OMV thinks they are USB devices so there is no option to create a raid. I have also changed to sata in the script with the same results. Any thought?


    KERNEL=="sd*", ATTRS{idVendor}=="1058", ATTRS{idProduct}=="0a10", SUBSYSTEMS=="usb", PROGRAM="/root/serial.sh %k", ENV{ID_SERIAL}="USB-%c", ENV{ID_SERIAL_SHORT}="%c"