initial commit

This commit is contained in:
2024-02-05 16:17:34 +01:00
commit 4fc1a5ab54
4 changed files with 328 additions and 0 deletions

14
README.rename-array Normal file
View File

@ -0,0 +1,14 @@
# ---
# - Rename /dev/md126 to /devmd2
# ---
mdadm --stop /dev/md126
mdadm --assemble --update=name --name=<HOSTNAME>:2 /dev/md2 /dev/sdc1 /dev/sdd1 /dev/sde1 /dev/sdf1
# - Take care /etc/mdadm/mdadm.conf is up-to-date
# -
mdadm --examine --scan --config=mdadm.conf
# - Make the changes known to initramfs
# -
update-initramfs -u -k all