Troubleshooting RAID
Setup: Our current RAID array with 5 drives in it is "md111". Its location is /dev/md111
Resize the blocksresize2fs -f /dev/md111
Stop Arraymdadm --stop /dev/md111
Auto scan for arraysmdadm --assemble --scan
Once the new mdadm.conf was ready, execute "sudo update-initramfs -u" This updats the conf file used by initramfs.sudo update-initramfs -u
No Comments