NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
jwiltshire2122
Jun 19, 2019Aspirant
Windows 10 Update or Ready Nas NV+ RND4000
Does anyone know if there is an update for this storage device for WIN10? And if so any instructions n how best to update. I can see the device in the management console but cannot access the data o...
StephenB
Jun 19, 2019Guru - Experienced User
jwiltshire2122 wrote:
Actually I've tried it both ways. The way you suggested will not connect it searches in this week and never connects to anything.
Well, you didn't type what I meant you to type in the post above (you said you typed \\nas-ip-192.168.1.92 and not \\192.168.1.192 )
//192.168.1.92 won't work - as you discovered, it launches your browser and connects with http.
But if you have tried \\192.168.1.192 already, then try running CMD by entering CMD in the windows search box. That will open a black text box. Select that box and enter
net use * /delete net use z: \\192.168.1.92\C /user:admin nas-admin-password
using the real admin password instead of the italics. Be very careful on the typing - particularly spaces and slash direction. Note both slash directions are used in the commands above.
The first command terminates any open SMB sessions. If it prompts, let it proceed.
The second command attempts to mount the data volume on your NAS as drive letter Z on the PC. Let us know if it works (or what error you get).
jwiltshire2122
Jun 19, 2019Aspirant
i get the following
The syntax of this command is:
NET
[ ACCOUNTS | COMPUTER | CONFIG | CONTINUE | FILE | GROUP | HELP |
HELPMSG | LOCALGROUP | PAUSE | SESSION | SHARE | START |
STATISTICS | STOP | TIME | USE | USER | VIEW ]
C:\windows\system32>
- SandsharkJun 20, 2019Sensei
Which is telling you it doesn't understand because you mis-typed something.
- jwiltshire2122Jun 20, 2019Aspirant
i typed
C:\windows\system32>net use* /delete net use z:\\192.168.1.92\C user:admin as-admin-password- StephenBJun 20, 2019Guru - Experienced User
C:\windows\system32>net use* /delete net use z:\\192.168.1.92\C user:admin as-admin-passwordWhich isn't what I typed.
Two commands, each on their own line (hit enter after each):
net use * /delete
Note the space beyween "use" and "*" - which isn't in what you typed above.
net use z: \\192.168.1.92\C /user:admin nas-admin-password
Note the space after z: and the slash before user - which also were missing in what you typed above.
Related Content
NETGEAR Academy
Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!