NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
Beruthial
Dec 27, 2022Aspirant
Readynas 314 and iDrive
Hi I have been running iDrive for ages but today I upgraded the version to the current 2.0.0 and now when I attempt to log in on the authenticate your Netgear device page and I enter the NAS user nam...
walkoffhomerun
Jan 02, 2023Aspirant
i have same problem. is this an idrive issue or netgear readynas issue?
- BeruthialJan 25, 2023Aspirant
Hi, I am not sure. iDrive tech fixed the problem by remotely logging in as I am totally unfamiliar with linux. However, I had to change my iDrive password and am having the same problem. I really need to know how to access linux off a windows PC and fix this myself. But in the meantime I'll have to log another ticket. PITA if this happens everytime the program gets updated or I change the password.
- SandsharkJan 25, 2023Sensei - Experienced User
I don't use iDrive, but I know enough Linux I can help with the instructions given.
In order to access the NAS Linux command line, you need to enable SSH on the NAS "Settings" tab. Then, open a Windows command prompt and type ssh root@<NAS_IP_Address> (using the real IP address. The password is the same as the NAS admin password.
Now you need to edit a file. The built-in editor is a big pain to use, but you can use it with vi /etc/passwd. But you are better off installing another editor first -- I like nano. So, do an apt-get install nano (which will take a bit), then nano /etc/passwd.
But then comes a problem, the file it's telling you to change does not contain the line it's telling you to change. It has this:
admin:x:98:98::/home/admin:/bin/bash, and I don't think you should be changing that from bash to sh. The change it's asking you to make would be if admin wasn't allowed login at all. So, you're going to have to get somebody who knows iDrive to tell you what else might be causing this.
One possibility is that iDrive is trying to use sudo to elevate admin's rights to root access, but the ReadyNAS does not include sudo, it expects you to log in a user root in ssh. When logged in SSH as root, you can try apt-get install sudo. This is as much a guess as anything else, so it may or may not solve your problem. But I don't think it will hurt, either.
- BeruthialFeb 09, 2023AspirantHi, I did see the tech type sudo the other day. He sort of got it working but had to leave the admin ssh on but the main ssh off. It used to work with both ssh off. I have another tech session tomorrow. I'll let you know how that goes.
Is Nano equivalent to Putty?
Thanks
Related Content
NETGEAR Academy

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