Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


recover_data_from_failed_netgear_stora_ms2110_nas

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
recover_data_from_failed_netgear_stora_ms2110_nas [2018/07/13 21:32] juckinsrecover_data_from_failed_netgear_stora_ms2110_nas [2018/07/14 17:00] juckins
Line 13: Line 13:
 <code> <code>
 # cat /proc/mdstat # cat /proc/mdstat
 +Personalities : [raid1] 
 +md127 : active (auto-read-only) raid1 sdb1[0]
 +      976562432 blocks [2/1] [U_]
 +      
 +unused devices: <none>
 </code> </code>
-The result shows what the active RAID1 device is, for example **md127**.+The result shows what the active RAID1 device is, as seen above it is **md127**.
  
 <code> <code>
 # mdadm --stop /dev/md127 # mdadm --stop /dev/md127
 +mdadm: stopped /dev/md127
 </code> </code>
-This stops the RAID device so you can act upon it.  You should see something like **stopped**.+This stops the RAID device so you can act upon it.  Look for confirmation that it is **stopped**.
  
 <code> <code>
Line 34: Line 40:
 mount /dev/md127 /stora mount /dev/md127 /stora
 </code> </code>
-STORA is now accessible in /stora.  +The NAS hard disk is now accessible in /stora.  
  
 <code> <code>
recover_data_from_failed_netgear_stora_ms2110_nas.txt · Last modified: 2018/07/14 17:02 by juckins