NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
redstamp
Jul 31, 2021Apprentice
Cannot access NAS in Windows Explorer
Seems this occurs on the forum regularly, but I have tried all of the suggested solutions and nothing works. I am trying to access the NAS drives from Windows Explorer from a Windows 10 Pro machi...
- Aug 02, 2021
rn_enthusiast wrote:Lastly, try to change the admin password again on the NAS, from the WebUI - as StephenB suggested. Just to... I don't know... "refresh" something :)
Unreal... in some vague attempt to reset everything, I just tried changing the password to exactly the same password it already was and everything worked.
The previous password was working for web access and SSH, but for some strange reason wasn't working for SMB sharing... reset it back to itself and bingo!
Thanks for all your help!
rn_enthusiast
Aug 01, 2021Virtuoso
Hi redstamp
I tested this from my Linux box to the NAS and it worked just fine for me, so this should work for you too. Your command looks OK but I think the technically correct Windows way, is:
net use t: \\192.168.1.132\data nas-admin-password /user:admin
Try that. But I wonder if the command prompt is odd in the way it parses the password. If you have spaces, you definitely need to add quotes around the password. Regardless, try with quotes around the password anyway.
You might even try and prompt for a password instead:
net use t: \\192.168.1.132\data * /user:admin or net use t: \\192.168.1.132\data /user:admin *
I believe the * is a switch to trigger a password prompt instead.
Also try these variants to ensure NAS isn't interpreting some bogus domain (backslash before admin):
net use t: \\192.168.1.132\data * /user:\admin net use t: \\192.168.1.132\data /user:\admin *
Lastly, try to change the admin password again on the NAS, from the WebUI - as StephenB suggested. Just to... I don't know... "refresh" something :)
Cheers
redstamp
Aug 02, 2021Apprentice
rn_enthusiast wrote:Lastly, try to change the admin password again on the NAS, from the WebUI - as StephenB suggested. Just to... I don't know... "refresh" something :)
Unreal... in some vague attempt to reset everything, I just tried changing the password to exactly the same password it already was and everything worked.
The previous password was working for web access and SSH, but for some strange reason wasn't working for SMB sharing... reset it back to itself and bingo!
Thanks for all your help!
- rn_enthusiastAug 02, 2021Virtuoso
Good to hear you got in.
I had a further dig around on my NAS. SMB users are not the same as normal Linux users. The Samba (SMB) module has its own user database. The NAS will have a Linux account for admin, for general administrative purposes, such as WebUI and SSH, etc. Then it will also have an SMB user account for the admin.
Typing this command from the command-line, will show you the SMB users on the system.
pdbedit -L -v
I suspect that when changing password from the GUI, the NAS will change the password for the Linux admin user and then afterwards feed the same password into the SMB admin user via smbpasswd. That way the two passwords are the same, but in essence it is still two different user accounts. I suspect the issue was a "desync" between the Linux admin user's password and the SMB admin user's password.
Cheers
- redstampAug 02, 2021Apprentice
That would explain it - wish I'd understood that earlier and I would have tried a re-sync. I did try turning off SMB and re-enabling, in case it was something similar, but obviously it needs the PW change to re-sync.
Thanks all for helping out!
- rn_enthusiastAug 02, 2021Virtuoso
Yea, I only got to think of it after digging around more on my NAS this morning. But this is almost certainly what happened, though I've no idea why that happened :)
- redstampAug 02, 2021Apprentice
rn_enthusiast wrote:Typing this command from the command-line, will show you the SMB users on the system.
pdbedit -L -v
Logged in as root to take a look and interestingly, admin had a Bad Password Count of 0, even though I must have had 20-50 failed attempts, at least, in the past week although database had correct last password change date as today ;-)
- rn_enthusiastAug 02, 2021Virtuoso
For the sake of it, I tried to access with intentional wrong password and my bad PW count for the SMB admin user stayed at 0 as well.
Bad password count : 0
I suspect that this might be because there is no policy against too many bad PW attempts (like lockouts, etc). So, the Samba (SMB) database probably does not count them in that scenario then.
Related Content
NETGEAR Academy

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