Switch to full style
Data recovery and disk repair questions and discussions related to old-fashioned SATA, SAS, SCSI, IDE, MFM hard drives - any type of storage device that has moving parts
Post a reply

WD Sharespace 3TB - problem with RAID 5

January 9th, 2023, 12:59

Hi
My colleague gave me his WD SHARESPACE 3TB. He told me when he logged into this NAS it wrote that all the disk is broken. I connected it to normal PC and tested with Victoria HDD Tool and everything seems to be fine.
I tried to rebuild RAID 5 with DMDE but it doesn't find any 3TB partition.
Result of the rebuild shown in the photo.
What else can I do?
Attachments
dmde.png

Re: WD Sharespace 3TB - problem with RAID 5

January 9th, 2023, 17:08

Try to reconfirm the RAID parameters with ...

http://www.freeraidrecovery.com/

BTW, does your RAID consist of 4 x 1TB HDDs?

Why is there an MBR partition table rather than GPT?

Re: WD Sharespace 3TB - problem with RAID 5

January 10th, 2023, 6:17

Yes, inside there was 4x1TB WD10EARS
I'm scanning with freeraidrecovery and will post the results

Re: WD Sharespace 3TB - problem with RAID 5

January 10th, 2023, 15:32

I could be wrong, but I think that some of these boxes have small Linux partitions which are mirrored across all members of the array. The data partition would be striped. You could confirm whether this is the case by examining sector 0 on each drive.

Re: WD Sharespace 3TB - problem with RAID 5

January 18th, 2023, 6:29

I have scanned 4 HDD with Free RAID Recovery but it gives me this message
Attachments
free raid recovery.png
free raid recovery.png (195.09 KiB) Viewed 4807 times

Re: WD Sharespace 3TB - problem with RAID 5

January 24th, 2023, 18:13

I have same NAS but with 3x2TB disks.
It indeed uses small linux partition over all disks, but also creates 4 partitions on each disk and then combines storage partitions into VG/LV.

Code:
/opt/sbin $ fdisk -l

Disk /dev/sda: 2000.3 GB, 2000398934016 bytes
255 heads, 63 sectors/track, 243201 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 18446744073709527469 18446744073514166281+  fd  Linux raid autodetect

Disk /dev/sdb: 2000.3 GB, 2000398934016 bytes
255 heads, 63 sectors/track, 243201 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 18446744073709527469 18446744073514166281+  fd  Linux raid autodetect

Disk /dev/sdc: 2000.3 GB, 2000398934016 bytes
255 heads, 63 sectors/track, 243201 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 18446744073709527469 18446744073514166281+  fd  Linux raid autodetect

Disk /dev/sdd: 1010 MB, 1010826752 bytes
255 heads, 63 sectors/track, 122 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes


...
Code:

/opt/sbin $ mount
/dev/root on /old type cramfs (ro)
proc on /old/proc type proc (rw,nodiratime)
/dev/md0 on / type ext3 (rw,noatime)
proc on /proc type proc (rw,nodiratime)
/proc/bus/usb/ on /proc/bus/usb type usbfs (rw)
/dev/pts on /dev/pts type devpts (rw)
trusteesfs on /trustees type trusteesfs (rw)
/dev/vg0/lv0 on /DataVolume type ext3 (rw,noatime)
/dev/ram0 on /mnt/ram type tmpfs (rw)


Not sure if any of this can be applied to OP-s config since mine is stripped, but this is all i can do.
Post a reply