Tagged Questions
1
vote
1answer
481 views
How to create partition when growing raid5 with mdadm
I have 4 drives, 2x640GB, and 2x1TB drives.
My array is made up of the four 640GB partitions and the beginning of each drive.
I want to replace both 640GB with 1TB drives.
I understand I need to
1) ...
1
vote
1answer
448 views
mdadm auto grow raid
I have a raid0/1 on lvm logical volumes.
I resized the logical volumes.
Now I want to resize the raid to use the complete logical volumes.
This can be done with
mdadm /dev/md? --grow -z newsize
...