Client Area
Data Recovery8 min read

Synology NAS Data Recovery: How to Act Without Losing Your Archives

Synology NAS data recovery: what to do and what to avoid after a crashed volume or SHR RAID failure. Practical guidance for SMEs plus specialist help.

Synology NAS Data Recovery: How to Act Without Losing Your Archives

In this article

  1. 01Why a Synology NAS loses data
  2. 02"Crashed" or "Degraded": what these states really mean
  3. 03SHR, Synology's "proprietary" RAID
  4. 04What NOT to do after a failure (the mistakes that cost you the data)
  5. 05How professional Synology recovery works
  6. 06Preventing the next outage: a NAS is not a backup
  7. 07Got a stuck Synology NAS? Act now

Synology NAS data recovery is achievable in most cases, provided you act correctly from the very first minute: power the unit down, do not rebuild the volume, do not swap disks at random and do not initialise anything. Every write to the array lowers your odds of a full restore. The rule is simple: stop and assess before you touch anything.

For more than 25 years, as a B2B system integrator based in Melzo (Milan, Italy), we have worked on business Synology NAS units with SHR, SHR-2, Btrfs and EXT4 volumes that suddenly stopped mounting. This guide explains what actually happens when a Synology NAS crashes, which mistakes to avoid, and how to set up a recovery with a realistic chance of success.

Why a Synology NAS loses data

A Synology NAS is reliable, but it is not invulnerable. In most incidents the problem is not a single disk giving up, but a chain of events that pushes the volume into a "Crashed" or "Degraded" state. Understanding the cause is the first step towards a clean recovery, because each scenario calls for a different approach.

The failure patterns we see most often on site are:

  • Multiple disks failing at once, frequently drives from the same production batch that wear out on a similar timeline.
  • A rebuild that goes wrong after a disk swap: a second drive fails during the resync and the whole array collapses.
  • Btrfs or EXT4 file system corruption caused by sudden power loss, voltage spikes, or a DSM firmware update interrupted midway.
  • Accidental deletion of shared folders, or a misconfigured Storage Pool.
  • A ransomware attack that encrypts the SMB shares and, very often, the local copies as well.

The common thread is that RAID redundancy on its own is not enough: it protects against a physical disk failure, not against logical or human error. We have covered this in detail in our guide on how to choose the right RAID level, because a poor configuration only amplifies the risk.

"Crashed" or "Degraded": what these states really mean

Synology DSM reports the health of the Storage Pool with labels that you must read correctly before doing anything at all.

Degraded

The volume is still accessible but running without redundancy: one or more disks have failed, yet the data remains readable thanks to parity or mirroring. This is a fragile condition, because one further failure tips it into a crash. In this state the priority is to take a full backup of the data immediately, not to launch a rebuild lightly, since the stress of a resync can push a second disk over the edge.

Crashed

The volume has exceeded its fault tolerance: the data is no longer reachable through the normal shares. On SHR/RAID 5 this usually means two disks lost; on SHR-2/RAID 6, three. At this point every DIY attempt is a gamble: the recovery must be handled on low-level clones of the disks, never on the original array.

SHR, Synology's "proprietary" RAID

Synology Hybrid RAID (SHR) is the technology that lets you combine disks of different capacities while making the most of the available space. Behind the scenes, SHR is built on standard Linux layers: partitions managed with mdadm (RAID 1, 5 or 6), aggregated through LVM and formatted as Btrfs or EXT4.

This architecture brings a real advantage during recovery: because it relies on well-documented Linux components, the data can be reconstructed outside the NAS by mounting the disks on a dedicated analysis rig. You do not need a second, identical Synology. What you do need is genuine expertise in the mdadm/LVM structure, because assembling the RAID metadata incorrectly can overwrite exactly the information required to rebuild the volume.

SHR-2 adds dual parity (equivalent to RAID 6), tolerating two failed disks. It is the configuration we recommend on NAS units with many high-capacity drives, where the risk of an error during the rebuild is highest.

What NOT to do after a failure (the mistakes that cost you the data)

Most recoveries that fail, or that become far more expensive, come down to actions taken in the first few hours. If the NAS shows a crashed volume or disks in error, avoid the following at all costs:

  1. Running "Repair" or recreating the Storage Pool. DSM may offer to repair or initialise the pool: this is the operation that most often overwrites the metadata and makes recovery hard or impossible.
  2. Swapping disks to try combinations. Changing the drive order or inserting a new disk "to see if it comes back" can trigger a destructive resync.
  3. Reformatting or running chkdsk/fsck on the damaged volume: a file system check in write mode can wipe out structures that were still recoverable.
  4. Carrying on using the NAS after you notice slow reads or mechanical clicking: a disk that is dying gets worse with every access.
  5. Reconnecting a ransomware-hit unit to the network, which risks spreading the encryption further.

The golden rule: if the data matters, power the NAS off and have the situation assessed before you act.

How professional Synology recovery works

A serious recovery follows a strict method, designed never to make the starting position worse. In our data recovery centre we work as follows:

  • Non-invasive diagnosis. We check the health (SMART) of every disk and inspect the mdadm/LVM structure without writing to the original drives.
  • Forensic clones. We create a sector-by-sector copy of each disk. All further work happens on the copies; the originals stay untouched as a reference.
  • Array reconstruction. We analyse the RAID metadata to determine disk order, stripe size and RAID level, then reassemble the SHR/RAID volume virtually.
  • File system repair. On Btrfs or EXT4 we recover the folder and file structure, handling any logical corruption along the way.
  • Extraction and verification. We extract the data onto a healthy medium and confirm its integrity with you before handover.

When the fault is mechanical (heads, spindle motor, PCB), the cloning phase takes place in a controlled environment with dedicated equipment. This is precisely where home attempts do the most harm: opening a drive outside a proper environment compromises any chance of recovering it.

Preventing the next outage: a NAS is not a backup

The most important point, and the most misunderstood: a Synology NAS, however well configured in RAID, is not a backup. Redundancy protects against the failure of a single disk, not against ransomware, deletion, volume corruption or configuration errors, which hit every drive at the same time.

A sound strategy follows the 3-2-1 rule: three copies of the data, on two different media, one of them off site. Synology provides tools such as Hyper Backup and Snapshot Replication, but these need to be configured, monitored and tested. That is why we support clients with business backup and disaster recovery projects, so that the next failure is a matter of minutes of nuisance, not days of emergency.

Got a stuck Synology NAS? Act now

A crashed volume or a rebuild that will not start is not a death sentence, but the first few hours make all the difference. The TN Solutions team, certified to ISO 9001 and ISO 27001, assesses the real state of your disks and sets up a recovery on forensic clones, without ever putting the original data at risk. Call 02 9517550 now or reach us through our contact page: you will get a clear, no-obligation technical assessment.

Frequently asked questions

Can data be recovered from a "Crashed" Synology volume?

Yes, in most cases. A crashed volume does not mean the data is destroyed: it means the array has passed its redundancy threshold. By working on forensic clones of the disks and rebuilding the mdadm/LVM structure, it is often possible to bring back folders and files. The one condition is that no repair or re-initialisation has already been run on the array.

Do I need to buy a second, identical Synology NAS for the recovery?

No. Because SHR is built on standard Linux components (mdadm, LVM, Btrfs/EXT4), the disks can be analysed and rebuilt on a dedicated system, without replicating the original hardware. In fact, putting the disks into another Synology and accepting the initialisation prompt is one of the most damaging mistakes you can make.

Ransomware has encrypted the NAS shares: can anything be done?

It depends on the scenario. If immutable Btrfs snapshots or Hyper Backup copies untouched by the attack exist, a quick restore is often possible. Without a clean copy, we assess recovery from previous versions and partially intact files. In every case, the NAS must be isolated from the network before any attempt.

How long does Synology NAS data recovery take?

It varies with the number and condition of the disks and the volume of data. Forensic cloning of high-capacity drives alone can take hours. A purely logical case often closes within a few days; a multiple mechanical failure needs longer. For business emergencies we handle interventions on a priority basis.

Can I try to recover the data myself with free software?

Only if the data is not critical and the disks are healthy. Many tools perform writes or assemble the RAID incorrectly, overwriting the metadata the recovery depends on. If the archives matter, the safest choice is to power the NAS off and have a non-invasive diagnosis carried out first.

Technology partners

Want to discuss it with our team?

We analyse your infrastructure for free and propose the most suitable solution.

Discover moreRequest a quote