Posts by DeviousDog

    @subzero79 yes it is now working correctly. I believe the issue had something to do with partition issues and OMV creating 2 file systems on the same HDD, which can cause issues. My question is as to why OMV would not recognize the partitions and /or indicate that there is an already existing filesystem.

    Below are some of the relevant configurations after the persistent RAID after reboot if it assists anyone with a similar issue.


    cat /proc/mdstat



    blkid



    fdisk -l


    After I performed a quick wipe and rebuild the RAID 1 Array, for some reason the data and the file system were still on the drives. I believe that a secure wipe will be necessary. My question is as to why would the file system persist after a quick wipe?

    Ok so I did reboot after rebuild and initramfs update and the HW RAID did vanish. I know the firmware missing has to do with the Realtek Gigabit Ethernet Controller (I know, not the best for Linux). The backports kernel had many updates pending so I installed them and the fw missing vanished. Does the motherboard have to be RAID Compatible for SW RAID because I know B150 does not support RAID? I believe until I upgrade to an Xeon or AMD Zen platform and get HW RAID, i'll backup my Data to a USB HDD and use rsync for the HDDs.

    I did update-initramfs -u again and below is the output.


    I am currently re syncing the drives. During the backports kernel install, even though it completed successfully, near the end it said there was a possibly missing firmware with the file ending .fw. When should I run initramfs update? After re sync or during re sync?

    @subzero79, below is the output of ls -la /etc/rc[S2345].d | grep mdadm


    Code
    ls -la /etc/rc[S2345].d | grep mdadm
    lrwxrwxrwx   1 root root   15 Feb  6 13:11 S04mdadm -> ../init.d/mdadm
    lrwxrwxrwx   1 root root   15 Feb  6 13:11 S04mdadm -> ../init.d/mdadm
    lrwxrwxrwx   1 root root   15 Feb  6 13:11 S04mdadm -> ../init.d/mdadm
    lrwxrwxrwx   1 root root   15 Feb  6 13:11 S04mdadm -> ../init.d/mdadm
    lrwxrwxrwx   1 root root   20 Dec 25 16:56 S08mdadm-raid -> ../init.d/mdadm-raid

    Here are the results. I am not sure this is correct because typing

    Code
    dmesg > /root/dmesg.txt

    led to a file creation i believe, but I do not know how to extract the file since I am a Linux noob, so I simply typed dmesg and pasted the contents on Pastebin.

    If I try mdadm --assemble --verbose --force /dev/md127 /dev/sd[abcdefghijl] like other users have, below is the output


    I do not know whether I was clear or how clear I was in my last post, but the raid 1 completely vanishes after reboot and the only solution that I know of is to recreate the array, but that takes at least 6 hours. I do not know what to do to mediate this problem.