× NETGEAR will be terminating ReadyCLOUD service by July 1st, 2023. For more details click here.
Orbi WiFi 7 RBE973
Reply

Failed ReadyNAS RN10200 enclosure - Data off Disks

hakepj01
Aspirant

Failed ReadyNAS RN10200 enclosure - Data off Disks

Hi everyone, I'm in need of some help!

 

I have a failed RN10200 enclosure. It sustained some water damaged from an open window and thunderstorm. I've tried a new PSU but it won't power on. How can I get the data off these formated RAID disks? I have a USB 3.0 docking station where I can stamp down the 3.5" disk and it can see the partitions, but I can't extract any of the info. The 3TB RAID volume is right there, but I can't use it!

 

Can someone point me in the right direction so I can have Windows see the partition and copy it over to my new NAS (non-READYNAS)?

Model: RN10200|ReadyNAS 100 Series 2-Bay (Diskless)
Message 1 of 5

Accepted Solutions
StephenB
Guru

Re: Failed ReadyNAS RN10200 enclosure - Data off Disks

Try this:

# apt-get update
# apt-get install mdadm btrfs-tools
# mdadm --assemble --scan
# cat /proc/mdstat
# mount -t btrfs -o ro /dev/md127 /mnt

View solution in original post

Message 4 of 5

All Replies
StephenB
Guru

Re: Failed ReadyNAS RN10200 enclosure - Data off Disks

One option of course is to get a replacement OS-6 NAS.  You can directly migrate the drives from the failed unit to the replacement.

 


@hakepj01 wrote:

 

Can someone point me in the right direction so I can have Windows see the partition and copy it over to my new NAS (non-READYNAS)?


You can't do it from Windows, because it doesn't support BTRFS.  You can boot up the PC using a Linux "live" disk, then install BTRFS ( if necessary).  That will let you mount the volume from one of the RN102 hard drives.

 

 

 

Message 2 of 5
hakepj01
Aspirant

Re: Failed ReadyNAS RN10200 enclosure - Data off Disks

Thanks for some direction Stephen!

 

I got rufus/ubuntu live USB, and I've booted up fine.

 

In Disks, I see the Linux RAID disk, and the partition, but there's no option to mount. Do you think I need to install some BTRFS software or package to get it mounted? Sorry for the noob stuff, just concerned about getting the data off and onto my already built NAS.

Message 3 of 5
StephenB
Guru

Re: Failed ReadyNAS RN10200 enclosure - Data off Disks

Try this:

# apt-get update
# apt-get install mdadm btrfs-tools
# mdadm --assemble --scan
# cat /proc/mdstat
# mount -t btrfs -o ro /dev/md127 /mnt
Message 4 of 5
hakepj01
Aspirant

Re: Failed ReadyNAS RN10200 enclosure - Data off Disks

Stephen, this is awesome and setting me on the right path. Thank you so much

Message 5 of 5
Top Contributors
Discussion stats
  • 4 replies
  • 2516 views
  • 0 kudos
  • 2 in conversation
Announcements