NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.

Forum Discussion

Cyntalan's avatar
Cyntalan
Aspirant
Apr 14, 2018
Solved

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...
  • mdgm-ntgr's avatar
    mdgm-ntgr
    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 

NETGEAR Academy

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

Join Us!

ProSupport for Business

Comprehensive support plans for maximum network uptime and business peace of mind.

 

Learn More