This article will walk through performing a telnet based recovery on a Netgear
ReadyNAS 1100. In the event that the ReadyNAS is locked up, and not rebooting
and access to the data is required, the steps in this article will get the NAS
back into a running state that will allow the opportunity for data retrieval.
Default Credentials:
username: root
password: infr8ntdebug
start_raid.sh
mount /dev/md0 /sysroot
mount -t proc /proc /sysroot/proc
mount /dev /sysroot/dev
chroot /sysroot
vgchange -ay c
mount -a