How to repair a Software RAID in easy way

You may please use the following  steps to repair a software raid. Let us assume the server have two HDD’s /dev/sda and /dev/sdb  .  The  second HDD  got corrupted and replaced. Now  you need to rebuild the array and start sync process.

step 1 :  Build the partition table same as the first disk,

# sfdisk -d /dev/sda > partition.txt
# replace 'sda' 'sdb' -- partition.txt
# sfdisk /dev/sdb < partition.txt --force

Now the new HDD /dev/sdb have the same partition  scheme. Let us check the current RAID status from  /proc/mdstat

# cat /proc/mdstat
Personalities : [linear] [raid0] [raid1] [raid10] [raid6] [raid5] [raid4] [multipath] [faulty]
md1 : active raid1 sda1[0]
20971456 blocks [2/1] [U_]

md2 : active raid1 sda2[0]
955260864 blocks [2/1] [U_]

unused devices: <none>

See here  there are two raid partitions /dev/md1   using   sda1   as raid1  and  /dev/md2  using sda2 as raid1 too. Raid one need two partitions . So let us add the  new partitions to the raid as follows,

step : 2 – Add new HDD’s to software raid ,

# mdadm /dev/md1 -a /dev/sdb1
# mdadm /dev/md2 -a /dev/sdb2

Now let us again check the status,

# cat /proc/mdstat
Personalities : [linear] [raid0] [raid1] [raid10] [raid6] [raid5] [raid4] [multipath] [faulty]
md1 : active raid1 sdb1[2] sda1[0]
20971456 blocks [2/1] [U_]
[=================>...]  recovery = 88.8% (18625152/20971456) finish=0.5min speed=70875K/sec

md2 : active raid1 sdb2[2] sda2[0]
955260864 blocks [2/1] [U_]
resync=DELAYED

unused devices: <none>

Now you can see that the mirroring started.

Subscribe Now

10,000 successful online businessmen like to have our content directly delivered to their inbox. Subscribe to our newsletter!

Archive Calendar

Sat Sun Mon Tue Wed Thu Fri
 1234
567891011
12131415161718
19202122232425
262728293031  

Over 20000 Satisfied Customers!

From 24/7 support that acts as your extended team to incredibly fast website performance

Zelt staff were fantastic, I had a concern with a domain and they got back to me very quickly and they helped me to resolve the issue!

author
Technician, Diageo PLC

I'm using Zelt for my portfolio since 2006. The transition was seamless, the support was immediate, and everything works perfectly.

author
Photographer, Allister Freeman

Very easy to understand & use even though I am not very technologically minded. No complications whatsoever & I wouldn't hesitate to recommend it to all.

author
Actor, A&J Artists

Zelt support team have been amazingly responsive and helpful to any of my queries, thank you so much to the Zelt have been amazingly responsive and helpful to any of my queries 👍👍👍

author
Technician, Diageo PLC

Anytime I've had a problem I can't solve, I've found Zelt to be diligent and persistent. They simply won't let an issue go until the client is happy.

author
Doctor, SmartClinics

Zelt support team have been amazingly responsive and helpful to any of my queries, thank you so much to the Zelt have been amazingly responsive and helpful to any of my queries 👍👍👍

author
Freelancer, Fiverr

24/7 World-Class Support

Ran into trouble? Contact our Customer Success team any time via live chat or email.

  • Receive professional WordPress support
  • Our specialists are available round
Get Support