Failed to RUN_ARRAY /dev/md/

  • Hey guys,


    while rebuilding Raid 5 consisting of 4 discs (I replaced 1 disc) my server loose power connection, after reboot it hangs at ram disc message. I powered off and now I don't see this raid in OMV and got error at Filesystems. On startup it shows


    Code
    md/raid:md127: cannot start dirty degraded array.
    md/raid:md127: failed to run raid set.
    md: pers->run() failed ...
    
    
    mdadm: failed to RUN_ARRAY /dev/md/datastore: input/outpu error
    mdadm: Not enouth devices to start the array while not clean - consider --format
    mdadm: /dev/md/daten has been startet with 4 drives
    mdadm: no devices found for /dev/md/datastore


    In OMV Webinterface I see all drives for this Raid "datastore" and I see second Raid5 "daten".


    Any way to get my files back?


    Looking forward to your ideas!


    Thanks in advance.


    EDIT:



  • Code
    ~# mdadm --stop /dev/md127
    
    
    mdadm: stopped /dev/md127
    
    
    ~# mdadm --assemble --scan
    
    
    mdadm: /dev/md/datastore assembled from 3 drives - not enough to start the array while not clean - consider --force.
  • Solution

    • cat /proc/mdstat
    • mdadm --stop /dev/mdABC (The "Not started" from 1)
    • mdadm --assemble --force /dev/mdABC /dev/sdx /dev/sdy /dev/sdz
    • Start recover using OMV Webinterface with the 4. disc



Jetzt mitmachen!

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