LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Reassembling RAID from Seagate NAS - multiple newbie mistakes (https://www.linuxquestions.org/questions/linux-newbie-8/reassembling-raid-from-seagate-nas-multiple-newbie-mistakes-4175574192/)

postbluecz 03-07-2016 04:45 AM

Reassembling RAID from Seagate NAS - multiple newbie mistakes
 
Hello everyone,

I have a Seagate Business NAS that failed, like they do. It ran default configuration, 4Ũ4TB drives in RAID5 array. Because the box died, after trying everything I could find, I decided to follow this guide (https://sidfishes.wordpress.com/2014...-failed-error/) and after some more googling I was able to recreate the array in newly built Debian machine.

Now the main problem was that most of the data I needed was in 2TB iSCSI file. Because I didnīt know the state of drives (SMART said three are okay and one with warning), I tried to recover the array with brand new 4TB WD drive replacing the one with SMART warning and then decided what to do next.

It all went well until we had a series of multi-hour power outages that the UPS just couldnīt handle. And there we are, my inadequate Linux knowledge trying to repair something I didnīt understand.

As I know now, the biggest mistake was to try to recreate the RAID instead of reassembly, but it happened. Now I do have six drives connected:

1) spare 4TB WD with partial recovery and blank 2TB WD to copy the data
2) 2 Seagate drives that holds the recovered RAID5 (which cannot start with 2 drives only, of course)
2) 2 Seagate drives with new array created with this:
Code:

mdadm --create --verbose /dev/md8 --level=5 --raid-devices=4 /dev/sdb10 /dev/sda9 /dev/sde10 /dev/sdf9
One of these two drives is the one with the warning.

Now what?

Is there anything I can do to reassemble the original array and copy the iSCSI LUN file so I can mount it? I have kept some notes during the process, but I donīt know if they would be of some help.

Lastly, as I have read hundreds of pages during last two weeks, I really canīt sort it out by myself due to big internal confusion.

The files on this array are not critical, I can get by without them, but I can make some people quite happy if it works out.

If you think that all is not lost, please help, I promise Iīll try to understand! :)

Thanks, Tom

syg00 03-07-2016 09:04 PM

You might be interested to read this thread. Note the recent update.


All times are GMT -5. The time now is 10:36 AM.