Re: failed RAID 5 array
From: Phil Turmel <hidden>
Date: 2014-11-14 16:04:20
On 11/14/2014 10:53 AM, DeadManMoving wrote:
Hi Phil,
That is my plan to closely look at devices role to ensure proper order
in array creation. To avoid any mistake, i was planning to
use /dev/sda /dev/sdb /dev/sdc syntax instead of /dev/sd{a,b,c}, it's
probably the same, is it not?Yes. Braces are expanded as given. Square brackets are expanded in the order found in the filesystem, not the order given.
Like said in my original post, i am making duplicate copies of each disk, just to be extra safe. I already did it for two disks i have on hands. I have ordered and waiting for two other drives to come in. As soon as the copies will be done for the two other disks, i will try that procedure. I will use the --data-offset parameter as you suggest.
You've provided very good detail in your report, so in your situation I would proceed with the original drives. But an extra layer of safety doesn't hurt. And you'll have enough drives to switch to raid6 (highly recommended!) when your array is stable again.
Thank you so much for your help!
You're welcome. Phil