From 08f8d118fb8245054b7a617911ee96b80df8d1e8 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Mon, 4 Nov 2024 18:28:42 +0000 Subject: [PATCH] add note about mdadm --- hosts/x86_64/EDI/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/x86_64/EDI/configuration.nix b/hosts/x86_64/EDI/configuration.nix index 83dc94a..89cea5c 100644 --- a/hosts/x86_64/EDI/configuration.nix +++ b/hosts/x86_64/EDI/configuration.nix @@ -18,7 +18,11 @@ boot.swraid = { enable = true; mdadmConf = '' + # You can find that ARRAY information with this command + # sudo mdadm --detail --scan >> mdadm.conf + # Now just copy that information into the line ARRAY /dev/md/edi:DATA metadata=1.2 UUID=f0384881:84c12f70:3dcad802:653ccc30 + # This is to make an error disappear MAILADDR root ''; };