Synology NAS Storage Pool 2 Failure: Diagnosis and Safe Recovery

Published 2026-07-12 | JiWang Data Recovery

Understanding Storage Pool 2 Failures in Synology NAS

Synology NAS users managing multiple storage volumes occasionally encounter critical failures where "Storage Pool 2" becomes inaccessible, displays a "Degraded" status, or appears as "Migratable." These states indicate that the DiskStation Manager (DSM) cannot mount the volume or verify the RAID integrity. The appropriate response depends entirely on the underlying cause of the failure. Misdiagnosing a physical hardware fault as a simple configuration error and attempting an in-place repair can lead to catastrophic, irreversible data loss.

Failures generally fall into two distinct categories: physical faults and logical faults. Physical faults involve mechanical or electronic issues with the hard disk drives (HDDs) or solid-state drives (SSDs), such as bad sectors, motor failure, firmware corruption, or head crashes. Logical faults stem from software-level inconsistencies, including corrupted RAID metadata, file system structure damage, or configuration mismatches following a DSM update. While logical errors are often recoverable through software intervention, physical faults require hardware-level stabilization before any data extraction can be attempted.

Diagnostic Protocol: Identifying the Root Cause

Before attempting any recovery operation, you must determine whether the issue is physical or logical. This distinction dictates the safety of subsequent actions.

Analyzing S.M.A.R.T. Data and System Logs

Access the Storage Manager and review the S.M.A.R.T. attributes for all drives in the affected pool. Key indicators of physical failure include:

  • Reallocated Sector Count: A non-zero value indicates the drive has already remapped damaged areas.
  • Current Pending Sector Count: Sectors waiting to be remapped due to read errors.
  • UDMA CRC Error Count: Often points to interface or cable issues, but can indicate controller failure.
  • Spin Retry Count: Indicates the drive motor is struggling to reach operational speed.

Simultaneously, check the DSM Log Center for I/O errors, SCSI sense codes, or RAID synchronization failures. Frequent I/O timeouts combined with S.M.A.R.T. warnings strongly suggest physical degradation. Conversely, if all drives report healthy S.M.A.R.T. status and no mechanical noises are present, but the pool remains unmountable after a reboot or update, the issue is likely logical metadata corruption.

Auditory and Behavioral Checks

Physical inspection is equally vital. Listen for clicking, grinding, or repetitive beeping sounds from the NAS enclosure. Any abnormal acoustic signature confirms mechanical failure. In such cases, immediate power-down is mandatory. Continued operation of a mechanically failing drive causes platter scoring, rendering professional cleanroom recovery impossible.

Recovery Path A: Logical Metadata Repair via SSH

If diagnostics confirm healthy hardware and point toward metadata inconsistency (e.g., a "Migratable" status after a DSM upgrade), manual reassembly via SSH may restore access. This method targets the Linux MDADM RAID subsystem underlying Synology's SHR and RAID implementations.

Prerequisites and Safety Warnings

This procedure involves low-level system commands. Incorrect syntax can destroy remaining RAID superblocks. Always create a sector-level backup of the partition tables and RAID headers before proceeding. Use sgdisk --backup or dd to save the first few megabytes of each member disk to external storage. Never perform write operations directly on the original array unless you have verified backups or full disk images.

Manual Assembly Procedure

Connect to the NAS via SSH using root credentials. First, scan for existing RAID components:

mdadm --assemble --scan

If automatic scanning fails to activate the array, examine individual drives to identify valid superblocks:

mdadm --examine /dev/sdX1

Look for matching UUIDs and consistent event counts across member drives. If the array is detected but not started, attempt a forced assembly with metadata updates only if you are certain of the member order:

mdadm --assemble /dev/md2 /dev/sata1p1 /dev/sata2p1 --update=metadata --readonly

The --readonly flag is critical. It prevents the kernel from writing resync data to the drives during assembly. Once assembled, mount the device to a temporary directory in read-only mode to verify data accessibility before considering any read-write operations.

Recovery Path B: Handling Physical Degradation

When S.M.A.R.T. data or auditory cues indicate physical failure, do not use DSM's built-in repair function. The rebuild process intensively reads every sector of surviving drives while writing parity data to the replacement drive. On degraded hardware, this stress frequently triggers secondary failures, collapsing the array permanently.

The Clone-Before-Rebuild Principle

The only safe approach to physical media failure is forensic imaging. Remove the suspect drive and connect it to a specialized workstation capable of handling unstable media. Standard cloning tools like dd often fail on bad sectors by halting or skipping large regions. Professional-grade imaging hardware or software is required to:

  • Read sectors in reverse or segmented passes to minimize head stress.
  • Automatically skip unreadable zones and return to them later with adjusted timing.
  • Create a complete sector-by-sector image file or virtual disk container.

Virtual Array Reconstruction

Once images of all member drives are secured, perform RAID reconstruction entirely within a virtual environment. Load the image files into RAID recovery software or a Linux VM running mdadm. Assemble the array using the images rather than physical disks. This eliminates all risk to the original media. Extract recovered files to separate, healthy storage. Only after successful verification should you consider rebuilding the physical NAS array with new hardware.

Critical Risks and Operational Prohibitions

Data recovery success hinges as much on avoiding harmful actions as on executing correct ones. Adhere strictly to these prohibitions:

  • Never rebuild on failing hardware: If a drive shows reallocated sectors or pending errors, replace it immediately. Do not let DSM "repair" the pool.
  • Do not initialize or format: DSM may prompt you to initialize a "Migratable" or "Crashed" pool. This destroys RAID metadata and file system structures.
  • Avoid CHKDSK or fsck on degraded arrays: File system repair tools assume stable underlying storage. Running them on a failing RAID can corrupt parity and data mapping irreversibly.
  • Stop repeated power cycling: Each spin-up of a mechanically compromised drive increases the probability of head-platter contact.
  • Do not open HDD enclosures: Modern drives require ISO Class 5 cleanroom conditions. Exposure to ambient dust destroys platters instantly.

Technical Considerations for SHR vs. Traditional RAID

Synology Hybrid RAID (SHR) adds complexity to recovery compared to standard RAID levels. SHR optimizes capacity across mismatched drive sizes by creating multiple underlying MDADM arrays and combining them with LVM. When recovering SHR manually or via imaging tools, the software must correctly interpret this layered structure. Standard RAID recovery tools configured for simple RAID 5/6 may fail to reconstruct SHR volumes accurately.

In contrast, traditional RAID 1 (mirroring) offers simpler recovery paths because each member contains an independent copy of the data. However, even RAID 1 members can suffer simultaneous logical corruption or synchronized physical wear. Never assume redundancy guarantees recoverability without verification.

When to Cease User Intervention

Recognize the limits of user-serviceable recovery. Stop all DIY attempts and consult professional data recovery services if:

  • Multiple drives in the same pool have failed simultaneously.
  • The NAS reports "No RAID parameters detected" despite healthy-looking drives (possible backplane or controller failure).
  • SSH commands return I/O errors even when reading from known-good sectors.
  • Imaging progress stalls consistently at specific LBA ranges.
  • The data holds significant business or irreplaceable personal value exceeding the cost of professional service.

Effective NAS data recovery prioritizes preservation over speed. Accurate diagnosis precedes action. Read-only verification precedes write operations. Forensic imaging precedes physical repair. By adhering to this disciplined methodology, administrators maximize the probability of restoring access to Storage Pool 2 while minimizing the risk of compounding the original failure.

Search
WhatsApp