Call us — 01223 655015
Mon–Fri · 9am–5:30pm · No fix, no fee
Start a free diagnostic →
← All case files // scenario · NAS / RAID

The network could see it. Nothing could open it.

A Buffalo LinkStation that vanished from the office network without warning — no shares, nothing in This PC, and increasingly reluctant to power on at all. But it still answered a ping, which is a far more informative fact than it appears.

DeviceBuffalo LinkStation · NAS
FaultStorage layer; OS healthy
Turnaround6 days
OutcomeFull recovery
MethodArray reassembly · superblock repair

This is a scenario, not a case study. It describes a failure pattern we handle regularly and how it is approached, written from the technical work rather than from one client's job. Our documented case files are here.

The unit powers up, the lights look normal, and it answers a ping. The web interface may even load. But the shares are absent, or present and empty, and the unit reports no volume or an unmounted one.

// the OS and the data are separate

Which is why the unit still runs.

Most NAS units keep their operating system on a small partition replicated across every member, separate from the data volume. That is why a unit with a completely broken data array still boots, still serves its web interface and still answers on the network — it is running from a partition that is fine.

So a responsive unit with no shares tells you something useful: the hardware works, the network works, and the problem is confined to the data volume. That is a considerably better starting position than a dead chassis.

It also means the unit's own diagnostics are running normally and will confidently offer to fix things.

// the prompts to decline

All of them write to the array.

PromptWhat it doesVerdict
Check / repair file systemRuns fsck against the volume Repairs by discarding what it cannot reconcile, on a volume whose structure is already damaged. No preview and no undo. Decline
Rebuild / resyncFull-surface load on every member On an array already degraded, this is the operation most likely to cause a second failure. Decline
Format / create volumeWrites new array metadata Ends the matter. This is the single most destructive option and it is frequently the default. Never
Firmware recovery modeRestores the appliance Designed to produce a working NAS, not to preserve data. Can reinitialise the array configuration as part of that. Decline
// what it usually is

Three causes, all recoverable.

A member dropped and the array is degraded past its tolerance. Two disks out of a RAID 5, or one out of a stripe. The disks are usually fine and the array simply will not assemble.

File system damage on an otherwise healthy array. The array assembles and the ext4 or Btrfs structure above it is corrupt, frequently after an unclean shutdown.

Metadata damage in a layer between the two. LVM, thin provisioning or the vendor's own volume manager. The array is healthy, the file system is intact, and the map connecting them is not.

Distinguishing the three is what the diagnostic does, and each has a different route back.