Error during RAID build (UDOO quad OMV 0.4.17) - Failed to execute command sudo omv-mkraid / unexpected failure opening /dev/md0

  • Hey everyone,


    I'm trying to setup a RAID on my UDOO quad using OMV 0.4.17 and 2 USB HDDs.


    I wiped the HDD under Storgae -> Physical Discs.
    Then i went to Storage -> RAID Management and tried to setup the RAID.


    When I select STRIPE, the error message is:



    When I select MIRROR, the error message is:



    I already tried it with different HDD, with the same result.


    Any ideas?


    Many thanks for your help in advance!


    lolofufu

    • Offizieller Beitrag

    What is the output of: lsmod | grep -i raid

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.4 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

    • Offizieller Beitrag

    Yep, putty works. No output means no raid modules loaded. I'm guessing the udoo kernel doesn't have raid drivers set in the config. There might be a config.gz file in /proc/ or config* file in /boot/ to check. What is the output of the following:


    ls -al /proc/config*
    ls -al /boot/

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.4 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • Hey ryecoaaron,


    root@openmediavault:~# ls -al /proc/config*

    Code
    -r--r--r-- 1 root root 18644 Apr 18 12:32 /proc/config.gz


    root@openmediavault:~# ls -al /boot/

    Code
    total 4040
    drwxr-xr-x  2 root root       4096 Nov  5  2013 .
    drwxr-xr-x 23 1000 openvpn    4096 Nov 14  2013 ..
    -rw-r--r--  1 root root    4120920 Nov 14  2013 uImage


    regards, lolofufu

    • Offizieller Beitrag

    zcat /proc/config.gz | grep -i raid

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.4 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • Hey,


    root@openmediavault:~# zcat /proc/config.gz | grep -i raid

    Code
    # CONFIG_RAID_ATTRS is not set
    # CONFIG_BLK_DEV_3W_XXXX_RAID is not set
    # CONFIG_SCSI_AACRAID is not set
    # CONFIG_MEGARAID_NEWGEN is not set
    # CONFIG_MEGARAID_LEGACY is not set
    # CONFIG_MEGARAID_SAS is not set
    # CONFIG_SCSI_PMCRAID is not set


    regards, lolofufu

    • Offizieller Beitrag

    There is the problem. No mdadm drivers in the kernel. You will have to find a different kernel with the drivers or compile one on your own.

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.4 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

Jetzt mitmachen!

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