NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
Stoffe70
Nov 06, 2015Aspirant
Extracting data from ReadyNAS Duo 3TB disk?
Hi,
I have a crashed ReadyNAS Duo chassis with two 3TB disks in it. Both disks seems to be working fine.
How can I go about extracting the data from theses disks? they were in a RAID 1 config so I guess I only need to extract one of the disks. Does it matter which disk it is?
I have started to connect one of the disks to a Ubuntu installation and I can get some information from the disk in terms of partitions available, but I don't get any info on the filesystem used, only that it is flagged as RAID.
Since I don't want ot destroy any data I have been very cautious when working with the partitioning tools. So far I have installed and looked at parted, gparted, gdisk and some other.
Since I'm really new to Linux, I need more detailed help with which flags to use to get access to the disk(s).
Any input is highly appreciated.
//Christoffer
4 Replies
Replies have been turned off for this discussion
- mdgm-ntgrNETGEAR Employee Retired
How has your NAS crashed? Can you elaborate.
How to go about it depends on which model you have. Since you are using 3TB disks I assume below you have the v2 (but please confirm by reading this post: http://www.rnasguide.com/2012/01/09/how-to-tell-whether-i-have-a-duo-v1-or-duo-v2-or-nv-v1-or-nv-v2/ )
You would need just the one disk. You would need to have some familiarity with mdadm, lvm2 and ext4
Something like this:# apt-get install mdadm lvm2 # mdadm --assemble --scan # vgscan # vgchange -a y c # mount -o ro /dev/c/c /mnt
You will need to use sudo to run commands as root.
- Stoffe70Aspirant
Hi again,
thanks for your response. I did some digging around the verison of the RN and it turns out it is a ReadyNas 102. The modelname at the bottom of the chassis states RND-2D and also RN10200-100EUS.
The RN is owned by a friend of mine who I'm trying to help out.
It started to behave oddly and this resulted in my friend trying to upgrade to the latest OS. This is only a few weeks back. This is also when everything started to go seriously south. After a while there was no way to reach the RN and he finally gave up.
I suffered a similar issue this spring with my RN Duo v1, but was able to extract the data from my 1TB disks and offered to help my friend to do the same. It seems it is not so easy on the larger disks.
I have tried to enter the commands you provided, but I don't get any response back from the mdadm command line. As a result (I guess) the vgscan comes up empty.
I have tried mdadm with both the physical descriptor, /dev/sdb*, and the label of the partiotion(s). I have from gparted that the file system is linux-raid. The flag is also set to "raid".
Thanks
Related Content
NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!