WD My Cloud, My Book & Red NAS Data Recovery

My Cloud EX2/EX4 Ultra, PR2100, PR4100, My Cloud Home, My Book Duo, WD Red Plus/Pro — WD specialists

Diagnosis:
Free
Filesystem:
EXT4 / Linux
RAID:
JBOD / RAID 0/1/5
Logical:
€300–550
Mechanical/RAID:
€600–1500

Choose your service level

Three options tailored to your urgency and budget

Economy
15-20 days
Not available
  • Free diagnosis
  • No recovery, no fee
  • Same laboratory
Request
⚡ Emergency
24-48 h
From 890€ + VAT
  • Top priority
  • Immediate diagnosis
  • Ideal for businesses
Emergency

Compatible WD models

Model / Series System / RAID Common failures
My Cloud EX2 Ultra / EX4100 EXT4 / RAID 0/1/5/JBOD Flashing red LED, degraded RAID, failed firmware update, disk not detected
My Cloud Pro PR2100 / PR4100 EXT4 / RAID 0/1/5/10 System corruption after power cut, WD Red disk with damaged heads, NAS inaccessible via network
My Cloud Home / Home Duo EXT4 / RAID 1 (Duo) Proprietary system with no direct access, WD cloud service failure, internal disk failure, inaccessible data
My Book Duo / My Book Live EXT4 / RAID 0/1 My Book Live: CVE-2021-35941 vulnerability (remote wipe). My Book Duo: RAID 0 failure (total loss without prior clone)
WD Red Plus / WD Red Pro (NAS) NAS drives Bad sectors (realloc), heads damaged by vibration, firmware with translation table bug (SA corruption)
WD Sentinel DX4200 / DS6100 NTFS / RAID 5/10 Windows Storage Server NAS, hardware RAID controller failure, disk in SMART warning state

WD NAS failures we handle

Western Digital NAS devices use My Cloud OS 5 (based on Linux Debian) with an EXT4 file system on RAID configurations managed by mdadm. Their architecture presents specific failure modes that we know in depth.

🔴 Flashing red LED (Red LED blinking)

The intermittent front red LED indicates a critical failure: degraded disk, RAID failure or operating system error. My Cloud OS does not display detailed diagnostics; the red LED is the only visible signal. Do not restart the NAS repeatedly: each forced boot can worsen the array state.

🔌 My Cloud not accessible via network

The NAS powers on but does not appear on the local network or respond to its IP. This can be due to system partition corruption (independent of data), Samba/AFP service failure, or a network configuration error stored in flash. Data is usually intact on the EXT4 RAID partitions.

⚡ Failed firmware update

My Cloud OS 5 replaced the older My Cloud OS 3. The firmware update can fail due to power cut, insufficient space or incompatibility. The NAS is left in a «bricked» state with no access to the web interface. Data remains on the data partitions, separate from the firmware, and is recoverable.

🔐 Ransomware on exposed My Cloud

WD NAS devices with remote access enabled (port 443, WD relay) have been attack targets. The CVE-2021-35941 vulnerability in My Book Live allowed mass remote wiping. In these cases, recovery via EXT4 analysis and file carving offers high success rates.

🔄 Degraded RAID and failed rebuild

My Cloud OS manages RAID via mdadm. An automatic rebuild on a degraded array can fail if the remaining disk has UREs (Unrecoverable Read Errors). The PR4100 with RAID 5 and 4 disks is particularly vulnerable: a second failure during rebuild = total loss without professional intervention.

💾 WD SmartWare and corrupt backups

WD SmartWare stores backups in a proprietary format (.swstor). If the NAS fails, these files can become orphaned. Direct extraction of .swstor files requires specific tools that interpret the backup metadata structure.

What NOT to do with a failed WD NAS

⚠ These mistakes can turn a viable recovery into total data loss:

  1. Do not perform a «System Only» restore from the web interface. My Cloud offers this option as a repair, but it can reinitialise the RAID array and destroy the data.
  2. Do not connect WD Red drives directly to a Windows PC. Windows will offer to format the EXT4 partitions it does not recognise. One accidental click = data destroyed.
  3. Do not update the firmware if the NAS is in a degraded state. The update can force an array rebuild or format migration that destroys the data.
  4. Do not change the disk order in the NAS bays. My Cloud OS identifies disks by their physical position (bay 1, bay 2...). A disk in the wrong bay can trigger a rebuild with inverted parity.
  5. Do not use consumer data recovery tools (Recuva, EaseUS) directly on RAID disks. These tools do not understand RAID geometry and only read isolated blocks without meaning.

WD My Cloud OS technical architecture

Understanding the internal structure of WD NAS devices is essential for successful recovery:

  • My Cloud OS 5 is based on Debian Linux with a custom kernel. The operating system resides on a separate partition from data (typically /dev/sda1 and /dev/sda2 for system, /dev/md* for data).
  • RAID mdadm: multi-bay models (EX2, EX4, PR2100, PR4100) use Linux mdadm to manage JBOD, RAID 0, RAID 1, RAID 5 and Spanning. The mdadm superblock v1.2 is stored at the beginning of each partition.
  • EXT4 is the exclusive file system on all current WD NAS devices. They do not support Btrfs or ZFS, unlike Synology or QNAP.
  • WD SmartWare stores backups in .swstor structures with XML metadata that maps the original PC paths to the NAS.
  • My Cloud Home uses a completely different system: Android with a proprietary file system and no SSH access. Recovery requires extracting the disk and reading the EXT4 partitions directly.

WD NAS recovery process: how we work

1
Individual cloning

Bit-for-bit image of each WD Red disk with DeepSpar Disk Imager. If the disk has damaged heads, prior cleanroom intervention in an ISO 5 facility to replace the head stack with a compatible one.

2
Virtual RAID reconstruction

Analysis of the mdadm superblock to determine array geometry: stripe size, disk order, offsets. Complete virtual reconstruction on the images, never on the original disks.

3
EXT4 extraction

Mounting the reconstructed EXT4 volume. File extraction with folder structure, permissions and timestamp preservation. Deleted file recovery via EXT4 journal analysis.

4
Verified delivery

Data delivered on an external drive with a detailed report and listing of recovered files. Integrity verification via checksums. You only pay if we recover your data.

WD NAS recovery timeframes and pricing

Service Description Timeframe Price
Logical EXT4 corruption, firmware brick, lost partition, accidental deletion, My Cloud inaccessible 4–12 days €300–550
Physical Mechanical WD Red disk failure (heads, motor, SA), cleanroom intervention 7–15 days €600–1200
Virtual RAID (+) Virtual reconstruction of RAID 0/1/5 mdadm array from cloned images 4–12 days +€200
Emergency Top priority, extended business days. Subject to availability. 24–72h +50%

Frequently asked questions about WD NAS recovery

Can I extract the disks from My Cloud and read them directly on a Linux PC?

Yes, the data partitions are standard EXT4 on mdadm. On a Linux system you can try assembling the array with mdadm --assemble --scan. However, if the array is degraded, the kernel may attempt an automatic reconstruction that worsens the situation. Always work on cloned images, never on the original disks.

Is My Cloud Home different from a My Cloud EX2?

Completely different. My Cloud Home uses an Android-based operating system with a proprietary abstraction layer. It has no SSH, no advanced management interface and does not allow manual RAID configuration. Data is stored on EXT4 partitions, but the folder structure is different (UUID-based). Recovery is possible by extracting the disk and reading the partitions directly.

What happened with the My Book Live devices wiped in 2021?

In June 2021, thousands of My Book Live units were remotely reset by exploiting vulnerability CVE-2021-35941, an unauthenticated factory reset endpoint. The reset erased the partition table and reinitialised the disk. Recovery via forensic analysis of the EXT4 partition and file carving achieves 70-95% recovery rates depending on subsequent disk usage.

Are WD Red drives more prone to failure than other NAS drives?

Standard WD Red (SMR) drives caused controversy in 2020 because they used Shingled Magnetic Recording (SMR) without disclosure. SMR has worse performance in random writes and RAID rebuilds. WD released Red Plus (CMR) and Red Pro (CMR, 7200 RPM) as alternatives. If your NAS uses SMR WD Red drives, RAID rebuilds are significantly slower and riskier. WD Red Pro are reliable and comparable to Seagate IronWolf Pro.

Can data be recovered from a My Cloud PR4100 with RAID 5 and two failed disks?

RAID 5 tolerates a single failed disk. With two failed disks, the array is unreadable directly. However, if the disks failed due to mechanical problems (not data corruption), cleanroom intervention to repair at least one of them allows the complete array to be reconstructed. Our success rate in these cases exceeds 80%.

How long does recovery of a My Cloud EX2 Ultra in RAID 1 take?

RAID 1 is the most favourable case: data is duplicated on both disks. If at least one disk is readable, logical recovery takes 3-5 days. If both disks have mechanical damage, the DeepSpar cloning process can extend to 10-15 days, but the probability of success is very high because we only need one readable image from either disk.

Do you recover data from WD Sentinel with Windows Storage Server?

Yes. WD Sentinel (DX4200, DS6100) uses Windows Storage Server with NTFS on hardware RAID (LSI/Broadcom controller). The process differs from My Cloud: we clone the disks, virtually reconstruct the hardware RAID array and access the NTFS volumes. We also recover data from shared folders, Active Directory and SQL Server databases stored on the Sentinel.

🚨 Has your WD My Cloud failed and you need your data?

Urgent collection across Spain. Laboratory operational including weekends for emergency cases.

Do not power on the NAS, do not rebuild. Each attempt reduces recovery chances.

Or call us now: 900 899 002 — Business days 9:00–19:00

Service Available Across All Spain

Free collection* within 24h · 4-hour diagnosis · No recovery, no fee

Get data recovery tips and alerts

Practical guides, news and tips to protect your data. No spam.

Stay updated

Técnica Ingeniería y Robótica Aplicada S.L. as data controller will process your data to respond to your enquiry. You can access, rectify and delete your data as detailed in our Privacy Policy (ES).

We promise to send you only interesting information.

Free diagnosis 900 899 002 WhatsApp WhatsApp
Call We call you Free diagnosis

Need data recovery?

Diagnosis 100% free and no obligation.
If we don't recover your data, you don't pay.

Request free diagnosis