Jafner.net/homelab/fighter/MDADM.md
Joey Hafner 6086222503
Reorganize root level of repo.
- Move homelab, Jafner.dev (now called blog) to root.
- Rename "archived projects" -> "archive"
- Rename "active projects" -> "projects"
- Rename "jafner-homebrew" -> "5ehomebrew"
- Rename "docker-llm-amd" -> "local-ai"
2024-07-16 12:17:55 -07:00

3 lines
385 B
Markdown

- If you see an error at the beginning of `dmesg` about `mdadm: error opening /dev/md<something>: No such file or directory`, you probably have a zombie array.
- Mdadm devices are read at boot from `/etc/mdadm/mdadm.conf` and then mounted to the filesystem at `/etc/fstab`.
- If you update `/etc/mdadm/mdadm.conf`, also inform the initramfs of the updates with `update-initramfs -u`.