NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
ipb_uk
Jan 28, 2019Aspirant
NV+ frontview corrupted
Hi,
Having a problem with NV+. Having not turned it on for some time. Today I turned it on, it did have a static ip, but today it's come up with 192.168.168.168. Also, it now has the default password. I can see all my files via windows, but the admin page is heavily corrupted. I can't telnet to it, it's refused connection. I have matched the network on the PC to the NV+.
Before I start meddling with it, is there anybody out there that can offer some help in getting it back.
Thanking you.
8 Replies
It sounds like the OS partition might be damaged. If you need the files on the NAS, you should back them up before proceeding.
Telnet connections are only accepted if the system was booted in tech support mode. Otherwise it will refuse telnet connections. You need to use ssh (for instance, putty in a Windows system). You'd log in as root, using the NAS admin password. (This assumes that ssh was enabled on the NAS).
Though if you have a backup of the data, the simplest thing to do is a factory reset, rebuild the NAS and restore the data from the backup.
- ipb_ukAspirantI'll give tech mode a bash, remind me please how to get there?
It's all backed up so no problem there.See pages 23-24 here: http://www.downloads.netgear.com/files/GDC/RND2110/Duov1_NV+v1_HW_en_06Dec11.pdf
The username is root, the password is infr8ntdebug
To mount the operating system (assuming xraid) you
# 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/bashIf you need to mount the data volume (read-only) :
# vgscan # vgchange -a y
# mount -o ro /dev/c/c /c
Related Content
NETGEAR Academy

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