my some-years-old linux server has four raid-1 volumes:
/dev/md1 on /boot type ext4
/dev/md2 on / type ext4
/dev/md3 on /home type ext4
/dev/md4 on /data type ext4
The four volumes are stored in this order on the disks.
Over the years there were some distribution updates and with them the kernel and initrd in /boot became bigger and bigger. Nowadays the /boot volume is too small for two kernel versions (new, old). Is there a way to grow /dev/md1 a bit, e.g. 100M and shrink /dev/md2 to free the needed space?
Thank you.