NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
tinymonkey1
Nov 27, 2018Aspirant
Enable rsync/ssh/frontview from tech support mode on ReadyNAS NV+?
My ReadyNAS NV+ went into storage, and came out copletely locked down. It doesn't respond to http, https, ssh, rsync, and doesn't show up as any kind of network share. I've tried booting via USB, a...
StephenB
Nov 28, 2018Guru - Experienced User
Assuming XRAID - once you are in tech support mode, you mount the OS partiton and chroot in
# start_raid.sh
# mount /dev/hdc1 /sysroot
# mount --bind /proc /sysroot/proc
# mount --bind /dev /sysroot/dev
# mount --bind /dev/pts /sysroot/dev/pts
# chroot /sysroot /bin/bash
If you were using flexraid, then the first mount would be /dev/md0 instead of /dev/hdc1. Everything else is the same.
You can then attempt to mount the data volume (best to do this read-only)
# vgscan
# vgchange -a y
# mount -o ro /dev/c/c /c
If that all works, you can mount a USB drive, or try to use rsync to offload your data.
Of course if the RAID isn't in a good state, the commands will fail at some point. If that happens, I suggest going to RAID recovery, and not attempting to fix it by hand. If you can connect your disks to a PC (either SATA or USB dock), then R-Studio might be worth a look. https://www.r-studio.com/ Netgear also offers a data recovery service: https://kb.netgear.com/69/ReadyNAS-Data-Recovery-Diagnostics-Scope-of-Service
tinymonkey1
Nov 29, 2018Aspirant
Thank you so much! I had figured out the first few steps, but the rest would have taken me quite a lot of time. You just saved me a lot of pain and suffering!
Related Content
NETGEAR Academy
Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!