Skip to content

Instantly share code, notes, and snippets.

@tommg
Forked from nvpnathan/QNAP-recovery.md
Created December 11, 2021 14:56
Show Gist options
  • Save tommg/efeb54795e545ef64695f1c3d1e6ac93 to your computer and use it in GitHub Desktop.
Save tommg/efeb54795e545ef64695f1c3d1e6ac93 to your computer and use it in GitHub Desktop.

Run mdadm - this command is used to manage and monitor software RAID devices in linux.

mdadm detail /dev/md0 or md<N>

mount -t ext4 /dev/md0 /share/MD0_DATA

If that doesn't work check to see if the RAID is online

md_checker

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment