I have a server that has a software RAID without LVM. That is only mdadm
.
There are the partitions /dev/sda2
and /dev/sdb2
which form /dev/md2
.
There is also a lot of space after both /dev/sda2
and /dev/sdb2
(almost 2TB)
What I want to do is resize /dev/md2
and take up all the space that is on the right of those to partitions.
The bad part is that /dev/md2
is my /
mount, so I can do things only via rescue-pro mode (OVH server).
Is there a way to resize /dev/md2
? If "yes", how?
By the way, the partitions are EXT4.