Can't configure RAID on Raspberry Pi 4 with OMV6

  • Hello, I have installed OMV 6 on my Raspberry Pi 4, I have connected 2 HDD via USB 3.0 using ALXUM AX-S300A USB3.0 to SATAIII Dual Bay Docking Station. I am able to see on OpenMediaVault menu my disks but when I try to configure this 2 hdd as a raid I do not see any of this HDD. I have tried configure RAID:

    - Before delete data

    - Before give it to them format EXT4

    - Before mount

    - After mount

    Any advice? My hdd are 2 Saegate Barracuda 1 Tb

  • JonexGame

    Hat das Label OMV 6.x (RC1) hinzugefügt.
  • AFAIK, RAID with USB drives is not supported within the OMV GUI. It may be possible to set it up by hand.

    --
    Google is your friend and Bob's your uncle!


    OMV AMD64 7.x on headless Chenbro NR12000 1U 1x 8m Quad Core E3-1220 3.1GHz 32GB ECC RAM.

  • I don't use any RAID here so I don't know how to do it. OMV is Debian under the hood so search online for Debian RAID HOWTOs.

    --
    Google is your friend and Bob's your uncle!


    OMV AMD64 7.x on headless Chenbro NR12000 1U 1x 8m Quad Core E3-1220 3.1GHz 32GB ECC RAM.

  • Code
    sudo mdadm --create /dev/md/name /dev/sda1 /dev/sdb1 --level=1 --raid-devices=2

    That is the solution. I created a mirror(level=1) RAID from /dev/sda1 to /dev/sda2
    Thanks

  • JonexGame

    Hat das Label gelöst hinzugefügt.
  • JonexGame

    Hat den Titel des Themas von „Cant configure RAID on Raspberry Pi 4 with OMV6“ zu „Can't configure RAID on Raspberry Pi 4 with OMV6“ geändert.
    • Offizieller Beitrag

    Good luck. Creating raid with USB connected devices has been disabled for a reason. Caused many issues and data were lost.


    If/when you have issues and post in the forum, please make sure to mention that you created a raid for USB connected devices.


    https://openmediavault.readthe…id-usb-potential-problems

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!