On Thu, Sep 13, 2018 at 11:05 AM, Chris Murphy <chris@xxxxxxxxxxxxxxxxx> wrote: > Hi, > > The wiki says this: > > THIS DOES NOT APPLY TO RECENT KERNELS - IN-KERNEL AUTODETECTION HAS BEEN DELETED > > https://raid.wiki.kernel.org/index.php/Autodetect > > What does this mean? I ask because > > [chris@f29h ~]$ grep AUTODETECT /boot/config-4.18.7-300.fc29.x86_64 > CONFIG_MD_AUTODETECT=y > > So it's not deleted? It is deleted? Both? > Just for completeness... CONFIG_MD_AUTODETECT=y CONFIG_MD_LINEAR=m CONFIG_MD_RAID0=m CONFIG_MD_RAID1=m CONFIG_MD_RAID10=m CONFIG_MD_RAID456=m CONFIG_MD_MULTIPATH=m CONFIG_MD_FAULTY=m All of the md drivers are modules, not built-in. I'm not sure if that makes a difference. Should CONFIG_MD_AUTODETECT be y? Or is it a no op? -- Chris Murphy