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
Next revisionBoth sides next revision
recover_data_from_failed_netgear_stora_ms2110_nas [2018/07/13 21:29] juckinsrecover_data_from_failed_netgear_stora_ms2110_nas [2018/07/13 21:33] juckins
Line 24: Line 24:
 # mdadm --assemble /dev/md127 --run /dev/sdb1 # mdadm --assemble /dev/md127 --run /dev/sdb1
 </code> </code>
 +This starts the RAID with 1 drive
 +
 +<code>
 +# mkdir /stora
 +</code>
 +This creates a local mount point for the STORA drive you are about to access
 +
 +<code>
 +mount /dev/md127 /stora
 +</code>
 +The NAS hard disk is now accessible in /stora.  
 +
 +<code>
 +cd /stora
 +</code>
 +View the files and copy them to another location, rsync is a good tool for this.
recover_data_from_failed_netgear_stora_ms2110_nas.txt · Last modified: 2018/07/14 17:02 by juckins