NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
Cyntalan
Apr 14, 2018Aspirant
Disk volume no longer active - force activation?
I come in hopes to be saved from myself and that I didn't in fact lose it all. I've had this NAS for a few years now, and it has done me well. I started with a 3TB and over the years I've started...
- Apr 17, 2018
Did you try booting to volume read-only mode?
On Linux you'd need mdadm for the RAID and btrfs-progs for the filesystem.
So you could try at your own risk e.g. (note if not logged in as the superuser you may need to preface commands with sudo)
To install mdadm and btrfs-progs if not already on the system:
# apt-get install mdadm btrfs-progs
To assemble the RAID
# mdadm --assemble --scan
In case it's a multi-layer data volume we should scan for BTRFS devices
# btrfs device scan
We should also check with md RAID device(s) correspond(s) to the data volume
# btrfs fi show
And try mounting it read-only
# mount -o ro -t btrfs /dev/md127 /mnt
This working would assume things are in a good state which they may not be.
If it won't mount you can check dmesg for clues# dmesg | tail
Cyntalan
Apr 17, 2018Aspirant
Status Update: I was finally able to get an extra SATA data cable and ReclaiMe easily discovered the btrfs filesystem and can read the data just fine. Now it's simply a matter of: is there a way I can read this data without spending $200? I tried a few different avenues so far: WinBTRFS drivers (Win 10 still does not detect it and I'm unsure how to as the documentation kinda confuses me) and an Ubuntu LiveUSB installation (to which it was unable to find and using mdadm I was still unable to mount it. It looked like it attempted to mount {saw the new multi-tier drive icon show up on the side bar for a moment or two} and gave up).
If I have to, I will just get the license for ReclaiMe, but since I'm not dealing with raw data recovery, it seems like overkill when it should be reasonable to just to mount it, seeing as there's no actual damage to anything, and frankly the NAS should still be able to read it, just as degraded. But maybe I'm wrong and I have no other choice.
mdgm-ntgr
Apr 17, 2018NETGEAR Employee Retired
Did you try booting to volume read-only mode?
On Linux you'd need mdadm for the RAID and btrfs-progs for the filesystem.
So you could try at your own risk e.g. (note if not logged in as the superuser you may need to preface commands with sudo)
To install mdadm and btrfs-progs if not already on the system:
# apt-get install mdadm btrfs-progs
To assemble the RAID
# mdadm --assemble --scan
In case it's a multi-layer data volume we should scan for BTRFS devices
# btrfs device scan
We should also check with md RAID device(s) correspond(s) to the data volume
# btrfs fi show
And try mounting it read-only
# mount -o ro -t btrfs /dev/md127 /mnt
This working would assume things are in a good state which they may not be.
If it won't mount you can check dmesg for clues
# dmesg | tail
- CyntalanApr 20, 2018Aspirant
mdgm-ntgr wrote:Did you try booting to volume read-only mode?
On Linux you'd need mdadm for the RAID and btrfs-progs for the filesystem.
So you could try at your own risk e.g. (note if not logged in as the superuser you may need to preface commands with sudo)
To install mdadm and btrfs-progs if not already on the system:
# apt-get install mdadm btrfs-progs
To assemble the RAID
# mdadm --assemble --scan
In case it's a multi-layer data volume we should scan for BTRFS devices
# btrfs device scan
We should also check with md RAID device(s) correspond(s) to the data volume
# btrfs fi show
And try mounting it read-only
# mount -o ro -t btrfs /dev/md127 /mnt
This working would assume things are in a good state which they may not be.
If it won't mount you can check dmesg for clues# dmesg | tail
This solution ultimately worked. I created an Ubuntu LiveUSB, installed mdadm and samba, did the assemble step with mdadm which automounted the drive, and just used the Ubuntu GUI to connect to the smb server. From there I was able to just copy everything over to the 6TB by hand.
Dunno if this would be an issue for everyone or if it was just me, but the LiveUSB froze after about an hour or enough data transfer, so I think there was something weird occurring regarding the communication or perhaps the limitation of it being all in RAM was doing something over time with more data being pushed around, but while it took a couple days of transferring it all over piecemeal, it did the job eventually. Thanks for the assistance!
- mdgm-ntgrApr 20, 2018NETGEAR Employee Retired
So did you try the volume read-only boot menu option?: ReadyNAS & ReadyDATA: Boot Menu
If that worked that would have been a lot simpler than using a LiveUSB etc. though it's nice for you to know that there are steps that you can take using an ordinary x86 Linux machine to attempt data recovery (at your own risk).
Related Content
NETGEAR Academy

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