0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Solved / W: mkconf: MD subsystem is not loaded && W: mdadm: failed to auto-generate temporary mdadm.conf file.

Last updated at Posted at 2021-03-24

エラー内容

W: mkconf: MD subsystem is not loaded, thus I cannot scan for arrays.
W: mdadm: failed to auto-generate temporary mdadm.conf file.

Google翻訳

W:mkconf:MDサブシステムがロードされていないため、アレイをスキャンできません。
W:mdadm:一時的なmdadm.confファイルの自動生成に失敗しました。

対処方法

そもそもmdadmとは

mdadmは、ソフトウェアRAIDデバイスの管理と監視に使用されるLinuxユーティリティです。これは、raidtools2やraidtoolsなどの古いソフトウェアRAIDユーティリティの代わりに、最新のLinuxディストリビューションで使用されています。

不要だったためアンインストール。

$ sudo apt remove mdadm

参考

[WSL2 / Ubuntu 20.04; warning on apt update: W: mkconf: MD subsystem is not loaded && W: mdadm: failed to auto-generate temporary mdadm.conf file.]
(https://github.com/microsoft/WSL/issues/5425)
mdadm 4.1-2 causes unrecoverable grub config loop in dpkg, apt #4903

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?