WD ShareSpace 4Tb - RAID10: Need cat /proc/mdstat results

Good day!

After unexpected energy shutdown my WD ShareSpace 4Tb doesn’t work properly.

All disks are OK:

~ $ fdisk -l

Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot    Start       End    Blocks   Id  System
/dev/sda1               1          26      208844+  fd  Linux raid autodetect
/dev/sda2              27         156     1044225   fd  Linux raid autodetect
/dev/sda3             157         176      160650   fd  Linux raid autodetect
/dev/sda4             177      121601   975346312+  fd  Linux raid autodetect

Disk /dev/sdb: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot    Start       End    Blocks   Id  System
/dev/sdb1               1          26      208844+  fd  Linux raid autodetect
/dev/sdb2              27         156     1044225   fd  Linux raid autodetect
/dev/sdb3             157         176      160650   fd  Linux raid autodetect
/dev/sdb4             177      121601   975346312+  fd  Linux raid autodetect

Disk /dev/sdc: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot    Start       End    Blocks   Id  System
/dev/sdc1               1          26      208844+  fd  Linux raid autodetect
/dev/sdc2              27         156     1044225   fd  Linux raid autodetect
/dev/sdc3             157         176      160650   fd  Linux raid autodetect
/dev/sdc4             177      121601   975346312+  fd  Linux raid autodetect

Disk /dev/sdd: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot    Start       End    Blocks   Id  System
/dev/sdd1               1          26      208844+  fd  Linux raid autodetect
/dev/sdd2              27         156     1044225   fd  Linux raid autodetect
/dev/sdd3             157         176      160650   fd  Linux raid autodetect
/dev/sdd4             177      121601   975346312+  fd  Linux raid autodetect

i’m trying to repair RAID10 (md2, md3), but i suppose, it’s current configuration isn’t right (look below: there isn’t information about RAID10):

~ $ cat /proc/mdstat
Personalities : [linear] [raid0] [raid1] [raid5]
md2 : active raid1 sda4[0]
      975146112 blocks [2/1] [U\_]

md1 : active raid1 sdd2[3] sdc2[1] sdb2[2] sda2[0]
      1044160 blocks [4/4] [UUUU]

md3 : active raid1 sdd4[1]
      975146112 blocks [2/1] [_U]

md0 : active raid1 sdd1[3] sdc1[2] sdb1[0] sda1[1]
      208768 blocks [4/4] [UUUU]

unused devices:

I neen relults of cat /proc/mdstat from same device (with RAID10) to compare it.

Could sombody post it here or send it me by email?

Thanks, Sergei.

Had any luck with this? o.o

 What if you try with WD?

Hi.

Yeah, i’ve solved my problem by repairing lvm (look this article - http://www.linuxjournal.com/article/8874?page=0,0). Fortunately, data on a RAID parts (and RAID config) was OK, and i’ve just combined it.

Best regards, Sergey

Good =)