NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
cduggins
Dec 28, 2022Guide
windows 11 cannot login to NAS 316
I cannot login to NAS from windows 11 or map a drive. I can ping the NAS from command prompt in window. Can login to NAS from browser. Have checked settings and don't know where to start again. ...
StephenB
Dec 29, 2022Guru - Experienced User
cduggins wrote:
I cannot login to NAS from windows 11 or map a drive.
I can ping the NAS from command prompt in window.
Try entering these two commands from CMD:
net use * /del /y
net use t: \\nas-ip-address\data /u:admin nas-admin-password
of course using the real NAS IP address and admin password. Be careful with the spaces and the two different slash characters.
The first command terminates any open SMB sessions; the second attempts to map the NAS data volume to drive letter T.
cduggins
Dec 29, 2022Guide
get system error 67 cannot find name
- StephenBDec 29, 2022Guru - Experienced User
cduggins wrote:
get system error 67 cannot find name
Did you use the correct IP address?
Also,
- are you using X-RAID?
- have you changed the NAS admin password?
- cdugginsDec 29, 2022Guide
used correct IP and haven't changed password
I think I am used x-raid from the description I found on it...but maybe not.
I recently added larger drives and each drive I had to format then the NAS did it's thing in backing the data up to the new disk.
Where or how can I know if I am using X-RAID?
also I followed all the error 67 fixes and none worked.
- StephenBDec 29, 2022Guru - Experienced User
cduggins wrote:
used correct IP and haven't changed password
If the admin password is set to password, the command above won't work. You could change the admin password and try again. Or change the second command to use \\nas-ip-address\sharename (using a share that exists on your NAS).
cduggins wrote:
Where or how can I know if I am using X-RAID?
If there is a green stripe on the X-RAID control on the volume tab of the NAS web ui, then you are using X-RAID.
If you are using X-RAID, then the volume name is Data. If you are using FlexRaid, then the volume name is likely different - and you'd need to modify the command above to use the real volume name instead of \Data.
Related Content
NETGEAR Academy

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