Article 5CREH Recovering 2 x 3TB disks in RAID 0 - My Book Live Duo

Recovering 2 x 3TB disks in RAID 0 - My Book Live Duo

by
ggentile
from LinuxQuestions.org on (#5CREH)
Hi! I have a My Book Live Duo (NAS from Western Digital) with 2 disks (3TB each) (as far as I can remember) on RAID 0. Due to a power shortage, one of the disks (disk 2) is reporting a failure. I believe it is a logical failure, once it's working (no strange noises) and I can see partitions on GParted, but the main partition (2,7 TB) figures as "unknown".
Code:/dev/sdb3 primary linux-raid 489MiB raid
/dev/sdb1 primary linux-raid 1.91GiB raid
/dev/sdb2 primary linux-raid 1.91GiB raid
/dev/sdb4 primary unknown 2.72iB raidDisk 1 looks ok
Code:/dev/sdc3 primary linux-raid 489MiB raid
/dev/sdc1 primary linux-raid 1.91GiB raid
/dev/sdc2 primary linux-raid 1.91GiB raid
/dev/sdc4 primary linux-raid 2.72iB raid

(the data above I got from a Linux station)

I sent to a data recovery company, but they charged me a fortune...

Is there a way to mount these 2 units as RAID 0 on a UBUNTU server? The discs are already installed...

Running fdisk on UBUNTU Server I got:
Code:sudo fdisk -l | grep sd
Disk /dev/sdc: 2.75 TiB, 3000592982016 bytes, 5860533168 sectors
/dev/sdc1 1032192 5031935 3999744 1.9G Linux RAID
/dev/sdc2 5031936 9031679 3999744 1.9G Linux RAID
/dev/sdc3 30720 1032191 1001472 489M Linux RAID
/dev/sdc4 9031680 5860532223 5851500544 2.7T Linux RAID
Disk /dev/sdd: 2.75 TiB, 3000592982016 bytes, 5860533168 sectors
/dev/sdd1 1032192 5031935 3999744 1.9G Linux RAID
/dev/sdd2 5031936 9031679 3999744 1.9G Linux RAID
/dev/sdd3 30720 1032191 1001472 489M Linux RAID
/dev/sdd4 9031680 5860532223 5851500544 2.7T Linux RAID
Disk /dev/sdb: 931.52 GiB, 1000200658432 bytes, 1953516911 sectors
/dev/sdb1 2048 1048578047 1048576000 500G 83 Linux
/dev/sdb2 1048578048 1953516910 904938863 431.5G 5 Extended
/dev/sdb5 1048580096 1953516910 904936815 431.5G 83 Linux
Disk /dev/sda: 298.9 GiB, 320072933376 bytes, 625142448 sectors
/dev/sda1 2048 4095 2048 1M BIOS boot
/dev/sda2 4096 2101247 2097152 1G Linux filesystem
/dev/sda3 2101248 625139711 623038464 297.1G Linux filesystem
(in this situation, the discs are /dev/sdc and /dev/sdd)

Also, running mdadm I got:
Code:sudo mdadm --examine /dev/sdc4
/dev/sdc4:
Magic : a92b4efc
Version : 1.0
Feature Map : 0x0
Array UUID : 95ca338a:2f4bca55:03f88f84:76730e57
Name : MyBookLiveDuo:3
Creation Time : Wed Dec 31 21:28:10 1969
Raid Level : linear
Raid Devices : 2

Avail Dev Size : 5851500528 (2790.21 GiB 2995.97 GB)
Used Dev Size : 0
Super Offset : 5851500528 sectors
State : clean
Device UUID : c5a86155:50e921ef:8069512d:0fbe9ada

Update Time : Wed Dec 31 21:28:10 1969
Checksum : b8ccbd1e - correct
Events : 0

Rounding : 0K

Device Role : Active device 1
Array State : AA ('A' == active, '.' == missing, 'R' == replacing)

sudo mdadm --examine /dev/sdd4
mdadm: No md superblock detected on /dev/sdd4.
Thanks
Giancarlolatest?d=yIl2AUoC8zA latest?i=Zf_hjcG2tiA:cAhwNuxSTRE:F7zBnMy latest?i=Zf_hjcG2tiA:cAhwNuxSTRE:V_sGLiP latest?d=qj6IDK7rITs latest?i=Zf_hjcG2tiA:cAhwNuxSTRE:gIN9vFwZf_hjcG2tiA
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments