Skip to main contentSkip to navigation
Lab Operational Since: 17 Years, 7 Months, 23 DaysFacility Status: Fully Operational & Accepting New Cases

ASUSTOR NAS Data Recovery

ASUSTOR Lockerstor and Drivestor NAS data recovery for ADM firmware crashes, Deadbolt ransomware, degraded RAID arrays, and failed storage pools. ASUSTOR uses Linux mdadm software RAID with Btrfs or EXT4 filesystems. We image every member through a write-blocker and reconstruct offline. Free evaluation. No data = no charge.

Author01/13
Louis Rossmann
Written by
Louis Rossmann
Founder & Chief Technician
Updated March 2026
8 min read
Lockerstor And Drivestor Series02/13

Lockerstor and Drivestor Series

ASUSTOR organizes its NAS lineup into performance tiers. The Lockerstor line targets prosumers and small businesses with Intel processors and 2.5GbE or 10GbE networking. The Drivestor line targets home users and budget deployments with Realtek processors.

Lockerstor Series

  • Models: AS6604T (4-bay), AS6704T (4-bay Gen 2).
  • RAID: RAID 0, 1, 5, 6, 10, JBOD. Factory default varies by model.
  • Filesystem: Btrfs or EXT4 (user-selected during volume creation on ADM 3.3+).

Drivestor Series

  • Models: AS1104T (4-bay budget), AS3304T (4-bay mid-range).
  • RAID: RAID 0, 1, 5, 6, 10, JBOD. Same mdadm layer as Lockerstor.
  • Filesystem: EXT4 on AS11xx models. Btrfs available on AS33xx with ADM 3.3+.
ADM Storage Stack03/13

What is inside an Asustor ADM 4.x volume?

Asustor Data Master (ADM) 4.x is not a proprietary stack. It runs standard Linux mdadm software RAID, the Linux LVM volume manager, and either ext4 or Btrfs. The on-disk metadata is portable to any Linux workstation once the member drives are imaged.
  1. mdadm software RAID: ADM groups the data partitions of every member drive into a Linux mdadm array, typically /dev/md1. The mdadm 1.2 superblock lives at a 4 KiB offset from the start of the partition, the same format used by Synology DSM and QNAP QTS. Recovery on a Linux workstation uses mdadm --assemble --readonly against the imaged members.
  2. LVM volume manager: Between the md device and the filesystem, ADM places a Linux LVM2 layer. The mdadm array is the LVM physical volume, the storage pool is the volume group, and each ADM volume is a logical volume. An engineer activates the group with vgchange -ay on the cloned array before the filesystem can be mounted.
  3. ext4 or Btrfs on top: Legacy ADM defaulted to ext4. ADM 3.3 introduced Btrfs and Snapshot Center; ADM 4.0 carried that forward with kernel-level stability improvements.

    Btrfs is supported on Lockerstor and on the AS33xx Drivestor models. Btrfs adds checksums and copy-on-write snapshots used by Snapshot Center. The choice is recorded at volume creation and cannot be changed in place.

The practical implication: a dead Asustor chassis is not a barrier to recovery. Once each member is imaged through a write-blocker, the entire stack reassembles on a vanilla Linux workstation without an Asustor unit in the loop.

ADM vs DSM vs QTS04/13

How does ADM compare to Synology DSM and QNAP QTS?

All three consumer NAS operating systems sit on the same Linux mdadm and LVM foundation. The differences are at the filesystem and snapshot layer. QNAP QuTS hero is the outlier: it replaces the entire stack with ZFS.
NAS OSRAID engineVolume managerPrimary filesystemSnapshot mechanism
Asustor ADM 4.xLinux mdadmLVM2Btrfs or ext4Btrfs subvolume (Snapshot Center)
Synology DSM 7.xLinux mdadmLVM2Btrfs or ext4Btrfs subvolume (Snapshot Replication)
QNAP QTS 5.xLinux mdadmLVM2 (thin pool)ext4Block-level LVM thin snapshots
QNAP QuTS heroZFSZFSZFSNative ZFS snapshots
Failure Modes05/13

Common ASUSTOR NAS Failure Modes

Most ASUSTOR failures are logical, not mechanical: ADM firmware corruption, Deadbolt ransomware, a crashed Btrfs volume after power loss, or a degraded mdadm array. The data on healthy member drives is recoverable offline, provided the drives have not been reinitialized or rebuilt.
ASUSTOR NAS failures center around ADM firmware corruption, ransomware attacks, and standard RAID degradation from drive failures. The underlying mdadm + Btrfs/EXT4 architecture is recoverable in most scenarios if the drives have not been reinitialized.
  • ADM Firmware Crash: A failed ADM update can leave the NAS unable to boot or stuck in an initialization loop. ADM runs on the system partition, separate from data volumes. Your data is intact on the member drives.
  • Deadbolt Ransomware (February 2022): Deadbolt targeted ASUSTOR NAS devices through known ADM vulnerabilities, encrypting user files with AES and demanding Bitcoin payment. Files receive a .deadbolt extension. Recovery depends on whether a decryption key was obtained or whether pre-attack snapshots exist on the Btrfs volume.
  • Storage Pool Degraded: One or more member drives have dropped out. ADM will prompt you to rebuild.

    If remaining members have weak sectors, a rebuild can push them past failure. Power down instead of rebuilding.

  • Volume Inaccessible After Power Loss: Sudden power loss during a write operation can leave the Btrfs or EXT4 journal in an inconsistent state. ADM may report the volume as inaccessible or suggest formatting. Do not format.

Do not reinitialize. ADM prompts to create a new storage pool or format drives will overwrite the RAID superblocks and filesystem metadata needed for recovery. Power down, label drives, and contact us.

NVMe Cache Dropout06/13

What happens when a Lockerstor NVMe cache drive drops off the PCIe bus?

A Lockerstor NVMe SSD running as a write-back cache holds writes that have not yet landed on the HDD array. If that NVMe drive drops off the PCIe bus while it is dirty, those uncommitted writes are lost and the mdadm + Btrfs HDD volume crashes, even though every platter is mechanically healthy.
Lockerstor models expose M.2 NVMe slots that ADM can configure as a read/write cache in front of the mdadm + Btrfs HDD volume. When that cache fails dirty, the array is left internally inconsistent and ADM reports a crashed volume.
  1. The cache sits in front of the HDD array: ADM lets you assign a Lockerstor M.2 NVMe SSD as a write-back (dirty) cache. New writes land on the fast NVMe first and get flushed down to the mdadm software RAID and Btrfs filesystem on the mechanical drives afterward.
  2. A dirty cache dropout strands those writes: When a consumer NVMe controller panics, thermal throttles, or loses the PCIe link under sustained write load, the writes still sitting in the cache never reach the platters. They are gone. The HDD array is left holding an incomplete, internally inconsistent Btrfs filesystem, and ADM reports the volume as crashed or inaccessible while every HDD is mechanically fine.
  3. It is the same mechanism Synology's DS920+ exhibits: This failure chain is documented on Synology Plus prosumer models such as the DS920+, DS1520+, and DS1621+, where an NVMe dirty write cache dropout triggers a "Volume Crashed" error in DSM. The architecture is identical because both vendors put a consumer NVMe write-back cache in front of an mdadm plus Btrfs HDD array on standard Linux. See our Synology recovery page for the same write-cache failure on DSM.

Recovery direction: power down and do not let ADM rebuild or reinitialize. We image each HDD member through a write-blocker, reassemble the mdadm array read-only on a Linux workstation, and forensically extract the Btrfs filesystem with btrfs-find-root and btrfs restore. The writes that were stranded in the dead NVMe cache are gone; everything already committed to the platters comes back.

Snapshot Or Reconstruction07/13

Snapshot Center restore or offline reconstruction: which path applies?

If your Btrfs snapshots survived the crash, a read-only Snapshot Center rollback is the faster path because the historical generation roots are still walkable. If the snapshots were deleted, scrubbed, or corrupted, offline forensic recovery from cloned images is required instead. Never run btrfs check --repair as an in-place fix.
ASUSTOR Snapshot Center is a Btrfs subvolume snapshot mechanism. Whether you restore from a snapshot or reconstruct offline depends entirely on whether the snapshot metadata is still intact after the crash.
If the Btrfs snapshot metadata is intact
When Snapshot Center auto-protection snapshots are still present and not corrupted, a read-only snapshot rollback is the cleaner, faster path. The historical Btrfs generation roots are still walkable, so you restore from those snapshot subvolumes rather than rebuilding the live tree. Newer ADM emphasizes scheduled and automatic Btrfs snapshot protection, which is exactly what makes this path possible.
If the snapshots are corrupted, deleted, or scrubbed
If the ransomware or a crash corrupted the snapshots and they are gone, offline read-only forensic recovery from cloned images is required. We image each member, use btrfs-find-root to locate a surviving older generation tree root, and run btrfs restore to extract data without writing to the array. This is the same clone-first discipline we apply to any RAID array reconstruction.
Never treat btrfs check --repair as a safe fix
Do not run btrfs check --repair or mount -o recovery,ro as an in-place repair. Btrfs is copy-on-write: it never overwrites a block in place, it writes a new version and updates a pointer. An in-place repair overwrites the very historical generation tree roots that forensic recovery depends on, which can turn a recoverable filesystem into an unrecoverable one.
Process08/13

How We Recover Data from an ASUSTOR NAS

ASUSTOR uses Linux mdadm for RAID management with the same superblock format found in Synology and QNAP devices. Recovery follows our standard image-first workflow.
  1. Free evaluation: Document the ASUSTOR model, ADM version, RAID level, filesystem type, and failure symptoms. For Deadbolt cases, we assess encryption state and check for surviving snapshots.
  2. Write-blocked imaging: Each member drive is imaged through a hardware write-blocker using PC-3000 or DeepSpar. Mechanically failed drives receive head swaps in our clean bench before imaging.
  3. RAID reconstruction: mdadm superblocks from the member images provide stripe size, parity rotation, and member order. Data Extractor Express RAID Edition assembles the virtual array from clones.
  4. Filesystem extraction: Btrfs subvolumes and snapshots or EXT4 journal replay and inode reconstruction. Files are extracted, verified, and copied to target media.
  5. Delivery: Recovered data shipped on your target drive. Working copies purged on request.
MyArchive Failure Modes09/13

Why do Asustor MyArchive drives fail in USB enclosures?

MyArchive turns internal Asustor SATA bays into hot-swap removable archives formatted as ext4, Btrfs, or NTFS. Inside an Asustor expansion unit such as the AS6004U, those bays route through a JMicron or ASMedia class USB-to-SATA bridge. The bridge, not the platter, is the most common source of corruption.
  • Bridge resets corrupt the journal: A JMicron or ASMedia bridge that resets mid-write drops the sectors that were in flight. On Btrfs or ext4, those sectors are routinely journal blocks. The platter is healthy. The filesystem is not.
  • Hot pulls orphan the chunk tree: Pulling a MyArchive drive before the Linux page cache flushes orphans inodes on ext4 and breaks the Btrfs chunk tree that maps logical addresses to physical extents. Btrfs mount commands return open_ctree failed; ext4 forces a read-only remount.
  • MyArchive AES is bound to the chassis: If you enabled MyArchive AES-256 encryption, the keys are managed inside the ADM environment. A shucked MyArchive drive plugged into a Windows machine returns ciphertext. Standard Windows recovery utilities will not see a filesystem and will offer to initialize the disk, which overwrites the Btrfs superblock or the LVM header on the next click.
  • Windows Initialize Disk is destructive: Windows does not understand Btrfs or ext4. Connecting a MyArchive drive over USB and accepting the Initialize prompt writes a new partition table on top of the existing one. The data is still on the platters; the map to it is gone.

If a MyArchive volume will not mount, power the chassis down, label the source bay slot, and ship the drive. Do not insert it into a Windows PC and do not let any prompt that mentions Initialize, Format, or Repair run.

Terminology10/13

What do ADM, Snapshot Center, MyArchive, and DOM mean?

Asustor Data Master (ADM)
The Linux-based NAS operating system on every Lockerstor and Drivestor. ADM is the graphical layer over the mdadm, LVM, and Btrfs or ext4 stack. The on-disk format is standard Linux, not proprietary.
Snapshot Center
A GUI front-end for Btrfs subvolume snapshots. Snapshots are copy-on-write. They live on the same Btrfs filesystem as the source data and share blocks with the original until those blocks change.
MyArchive
A bay role that lets an internal SATA bay behave as hot-swap removable storage. MyArchive drives carry an independent ext4, Btrfs, or NTFS filesystem, optionally protected by AES-256 keyed to the ADM environment.
Disk on Module (DOM) and eMMC
A small internal flash chip on the Asustor mainboard, typically 2 to 8 GB. It holds the bootloader and the factory setup environment only. The full ADM operating system is mirrored across every member drive on a RAID 1 system partition called md0.
Pricing12/13

ASUSTOR NAS Recovery Pricing

Two-tiered pricing: per-member imaging fee plus an array reconstruction fee. If we recover nothing, you owe $0.

Member Imaging

Logical/firmware per drive

$250–$900

Array Reconstruction

mdadm + Btrfs/EXT4 extraction

Quoted after evaluation

Mechanical Member

Clean-bench head swap per drive

$1,200–$1,500

ASUSTOR member-drive recovery is hard drive recovery. Each drive we pull from your Lockerstor or Drivestor is imaged & recovered at the standard per-drive hard drive tiers below, & those per-member figures roll into the imaging fee above.

  1. Low complexity

    Simple Copy

    Your drive works, you just need the data moved off it

    Functional drive; data transfer to new media

    Rush available: +$100

    $100

    3-5 business days

  2. Low complexity

    File System Recovery

    Your drive isn't recognized by your computer, but it's not making unusual sounds

    File system corruption. Accessible with professional recovery software but not by the OS

    Starting price; final depends on complexity

    From $250

    2-4 weeks

  3. Medium complexity

    Firmware Repair

    Your drive is completely inaccessible. It may be detected but shows the wrong size or won't respond

    Firmware corruption: ROM, modules, or translator tables corrupted; requires PC-3000 terminal access

    CMR drive: $600. SMR drive: $900.

    $600–$900

    3-6 weeks

  4. High complexity

    Most Common

    Head Swap

    Your drive is clicking, beeping, or won't spin. The internal read/write heads have failed

    Head stack assembly failure. Transplanting heads from a matching donor drive on a clean bench

    50% deposit required. CMR: $1,200-$1,500 + donor. SMR: $1,500 + donor.

    50% deposit required

    $1,200–$1,500

    4-8 weeks

  5. High complexity

    Surface / Platter Damage

    Your drive was dropped, has visible damage, or a head crash scraped the platters

    Platter scoring or contamination. Requires platter cleaning and head swap

    50% deposit required. Donor parts are consumed in the repair. Most difficult recovery type.

    50% deposit required

    $2,000

    4-8 weeks

Hardware Repair vs. Software Locks

Our "no data, no fee" policy applies to hardware recovery. We do not bill for unsuccessful physical repairs. If we replace a hard drive read/write head assembly or repair a liquid-damaged logic board to a bootable state, the hardware repair is complete and standard rates apply. If data remains inaccessible due to user-configured software locks, a forgotten passcode, or a remote wipe command, the physical repair is still billable. We cannot bypass user encryption or activation locks.

No data, no fee. Free evaluation and firm quote before any paid work. Full guarantee details. Head swap and surface damage require a 50% deposit because donor parts are consumed in the attempt.

Rush fee
+$100 rush fee to move to the front of the queue
Donor drives
Donor drives are matching drives used for parts. Typical donor cost: $50–$150 for common drives, $200–$400 for rare or high-capacity models. We source the cheapest compatible donor available.
Target drive
The destination drive we copy recovered data onto. You can supply your own or we provide one at cost plus a small markup. For larger capacities (8TB, 10TB, 16TB and above), target drives cost $400+ extra. All prices are plus applicable tax.

The prices above are for standard hard drives, which covers most jobs. Helium-sealed drives (for example WD or HGST Ultrastar He and Seagate Exos X) must be resealed and refilled with helium in-house after the chamber is opened, so they price higher, in the $200–$5,000+ range. See helium drive pricing.

No Data = No Charge. If we cannot recover usable data from your ASUSTOR NAS, you owe nothing.

Faq13/13

ASUSTOR NAS Recovery FAQ

Can you recover data after an ASUSTOR ADM firmware crash?
Yes. ADM (ASUSTOR Data Master) runs on the NAS's internal storage, separate from your data volumes. A firmware crash or failed update prevents the web interface from loading, but the data on your member drives remains intact. We remove the drives, image each one through a write-blocker, and reconstruct the mdadm array and Btrfs or EXT4 filesystem offline.
Can you recover data after Deadbolt ransomware on an ASUSTOR NAS?
It depends on the state of the files. Deadbolt (February 2022) targeted ASUSTOR NAS devices through vulnerabilities in ADM, encrypting files with AES and appending a .deadbolt extension. If you paid the ransom and received a valid decryption key, we can assist with decryption and data extraction. If no key exists and the files are fully encrypted, the data cannot be decrypted by anyone. In some cases, partially encrypted volumes or snapshots taken before the attack may contain recoverable data.
Does my ASUSTOR NAS use Btrfs or EXT4?
ASUSTOR added Btrfs support and Snapshot Center in ADM 3.3 (mid-2019). ADM 4.0 upgraded the underlying Linux kernel to 5.4, which improved Btrfs stability but did not introduce the filesystem. If you created your storage volume on ADM 3.3 or later and selected Btrfs during setup, your volume uses Btrfs. Volumes created on early ADM 3.x or 2.x firmware, or volumes where EXT4 was selected during setup, use EXT4. The Lockerstor (AS66xx, AS67xx) and newer Drivestor (AS33xx) models support both. Older Drivestor (AS11xx) models may be limited to EXT4.
My Lockerstor NVMe cache drive dropped off and the volume crashed. Are the HDDs lost?
The HDD platters are almost certainly fine. Lockerstor M.2 slots can run an NVMe SSD as a write-back (dirty) cache in front of the mdadm + Btrfs HDD array. If that NVMe drive drops off the PCIe bus while it still holds uncommitted writes, those specific writes are gone, and the HDD array is left with an inconsistent Btrfs filesystem that ADM reports as crashed. This is the same chain Synology's DS920+ exhibits with NVMe write cache. Power down, do not let ADM rebuild or reinitialize, and send the drives. We image each HDD member read-only and forensically extract the Btrfs tree on a Linux workstation. The data that was stranded in the dead cache cannot be recovered by anyone, but everything already committed to the platters can.
Should I use ASUSTOR Snapshot Center to roll back, or send the drives for offline recovery?
It depends on whether the Btrfs snapshot metadata survived. If Snapshot Center auto-protection snapshots are still present and not corrupted, a read-only snapshot rollback is the cleaner path because the historical Btrfs generation roots are still walkable. If the snapshots were deleted, scrubbed, or corrupted by the crash, offline forensic recovery from cloned images is required: btrfs-find-root locates a surviving older generation root and btrfs restore extracts data without writing to the array. Never run btrfs check --repair or a recovery mount as an in-place fix. Btrfs is copy-on-write, and in-place repair overwrites the exact generation roots a forensic recovery depends on.
Can I move ASUSTOR drives to another NAS after a failure?
Moving drives to another ASUSTOR unit running the same ADM version can sometimes work, but it carries risk. ADM may prompt to reinitialize the drives if it does not recognize the volume configuration, and accepting that prompt destroys the existing RAID metadata. Moving drives to a non-ASUSTOR NAS will not work because ADM-specific partition layouts differ from other vendors. The safest approach is to send the drives for professional offline reconstruction.

Data Recovery Standards & Verification

Our Austin lab operates on a transparency-first model. We use industry-standard recovery tools, including PC-3000 and DeepSpar, combined with strict environmental controls to maintain drive integrity. This approach allows us to serve clients nationwide with consistent technical standards.

Open-drive work is performed in a ULPA-filtered laminar-flow bench, validated to 0.02 µm particle count, verified using TSI P-Trak instrumentation.

Transparent History

Serving clients nationwide via mail-in service since 2008. Our lead engineer holds PC-3000 and HEX Akademia certifications for hard drive firmware repair and mechanical recovery.

Media Coverage

Our repair work has been covered by The Wall Street Journal and Business Insider, with CBC News reporting on our pricing transparency. Louis Rossmann has testified in Right to Repair hearings in multiple states and founded the Repair Preservation Group.

Aligned Incentives

Our "No Data, No Charge" policy means we assume the risk of the recovery attempt, not the client.

We believe in proving standards rather than just stating them. We use TSI P-Trak instrumentation to verify that clean-air benchmarks are met before any drive is opened.

See our clean bench validation data and particle test video

ASUSTOR NAS down? Start a free evaluation.

Ship your drives or walk in at our Austin lab. No data = no charge.

(512) 212-9111Mon-Fri 10am-6pm CT
No diagnostic fee
No data, no fee
4.9 stars, 1,837+ reviews