Skip to content
Discussion options

You must be logged in to vote

I fixed this by following this great guide and was able to recover all data:
https://christopherkibble.com/posts/recovering-data-from-synology-mirror-on-new-nas/

  1. Executed sudo fdisk -l to get a list of disks. I found /dev/sdc was my disk (size matched) and it had /dev/sdc1, /dev/sdc2, and /dev/sdc3 as devices on the list. I took note that /dev/sdc5 was the one I wanted as it was the largest of all of them so it's where my data would have lived.
  2. Used mdadm to assemble the RAID (even though I only had half the mirror in there) by executing sudo mdadm --assemble --run /dev/md3 /dev/sdc5. I used /dev/md3 because md0, md1, and md2 were already in use.
  3. Used nano to modify /etc/lvm/lvm.conf. I …

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@007revad
Comment options

Answer selected by Pompiedom
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants