Network & NAS Headache

Page 4 - Seeking answers? Join the AnandTech community: where nearly half-a-million members share solutions and discuss the latest tech.

Mr.Entenmann

Member
Jun 12, 2015
71
0
0
Net Share for the Win 7 box shows all the drives on the computer, and as for Net View shows nothing, instead crashes command prompt.
 
Last edited:

Elixer

Lifer
May 7, 2002
10,376
762
126
Net Share for the Win 7 box shows all the drives on the computer, and as for Net Share doesn't show nothing, instead crashes command prompt.

Net view, or net share crashes?
What url do you see in file explorer when you are looking at files on the NAS?
 

Mr.Entenmann

Member
Jun 12, 2015
71
0
0
I updated post #77 as I made a error
If I understand you correctly, the only url I see is the IP address of the NAS or //crex2cloud, that is only on the Windows 7 box which has no problems seeing the folders on the NAS. Obviously not the Window8 box that I want to have access to the NAS.
 

Elixer

Lifer
May 7, 2002
10,376
762
126
I updated post #77 as I made a error
If I understand you correctly, the only url I see is the IP address of the NAS or //crex2cloud, that is only on the Windows 7 box which has no problems seeing the folders on the NAS. Obviously not the Window8 box that I want to have access to the NAS.
You mean \\crex2cloud correct?

OK, go to (on win 8 box):
Control Panel\User Accounts and Family Safety\Credential Manager
Then hit "Windows Credential"
Then go down and click "Add a Windows credential".
Enter \\crex2cloud for network address (the exact same name it shows in net view!) and fill in username and password, and hit OK.
See if it then works.
Note, if you already see that entry listed, delete it first, then do the above.
 

Mr.Entenmann

Member
Jun 12, 2015
71
0
0
Nope, that didn't work

You mean \\crex2cloud correct?

OK, go to (on win 8 box):
Control Panel\User Accounts and Family Safety\Credential Manager
Then hit "Windows Credential"
Then go down and click "Add a Windows credential".
Enter \\crex2cloud for network address (the exact same name it shows in net view!) and fill in username and password, and hit OK.
See if it then works.
Note, if you already see that entry listed, delete it first, then do the above.
 

Mr.Entenmann

Member
Jun 12, 2015
71
0
0
I added the NAS as a Windows Credential, created a login & pass, then I tried to map a drive on the NAS as a network drive and I got the same message as seen in the first image, of post #1.
What didn't work about it?
 

Elixer

Lifer
May 7, 2002
10,376
762
126
What does this do now?
net use L: \\CREX2CLOUD\File_Collection
dir L:
net view
 

386DX

Member
Feb 11, 2010
197
0
0
I added the NAS as a Windows Credential, created a login & pass, then I tried to map a drive on the NAS as a network drive and I got the same message as seen in the first image, of post #1.

You can't just create a login&pass it has to be one the WD can authenticate. Do the windows credentials again (delete old one create a new one) this time use the following as the login name

CREX2CLOUD\ADMIN

for the password you *MUST* use the password you use to get into the web interface.

Without mapping any drive letters you can test out your credentials by going into windows explorer and putting the following in the address bar:

\\CREX2CLOUD

You should be able to see entire content of the NAS.
 

Mr.Entenmann

Member
Jun 12, 2015
71
0
0
Elixer - I did promise.
C:\WINDOWS\system32>net view L:\\crex2cloud\File_Collection
System error 53 has occurred.

The network path was not found.

386DX - I entered in \\crex2cloud in the windows explorer address bar and got the following error;
Network Error
Windows cannot access \\crex2cloud
 

Elixer

Lifer
May 7, 2002
10,376
762
126
CWINDOWS\system32>net view L\crex2cloud\File_Collection
System error 53 has occurred.

The network path was not found
That is wrong again...
Look again what I wrote. 3 different lines.

Also, I do hope you entered the correct username & password for the NAS, as 386DX said?
 

Mr.Entenmann

Member
Jun 12, 2015
71
0
0
Three different lines ? Is this what you mean;
C:\WINDOWS\system32>net view
Server Name Remark

---------------------------------------------------------------
\\PC-one
\\CREX2CLOUD Cloud EX2 Drive
The command completed successfully.


C:\WINDOWS\system32>L:\\crex2cloud\File_Collection
The system cannot find the drive specified.
Also, I do hope you entered the correct username & password for the NAS, as 386DX said?
Yes, I posted the negative results (post #88)
 

Elixer

Lifer
May 7, 2002
10,376
762
126
Well, assuming you did everything correctly, and typed the username & password to what the NAS expects... I can't really do anything else from this end, would need to poke around your system, and try other stuff.
However, I don't think letting strangers into your system is a smart idea, so, I can't do much more than reiterate what I have said in this thread before, make sure you are typing everything in correctly, and it should be working.
 

Mr.Entenmann

Member
Jun 12, 2015
71
0
0
I have done everything correctly. Anyone have any suggestions, otherwise, I will have to move this problem elsewhere.

I don't understand, I've had half a dozen people attempt to solve this, some threw there hands in the air, others admitted to the lack of knowledge of solving this problem. I've been told, I'll need a real network guru to solve this.

Thanks for your help, Elixer, what do you think it may be ?
 

Elixer

Lifer
May 7, 2002
10,376
762
126
The main problem is, can't see real time feedback, so, doing this in a forum format is a PITA.
What I would usually tell people is, to just reinstall windows.
That would make sure you are working from a clean state, and is far easier to debug things that way.
Now, no idea what you have installed, what programs did to modify whatever and so on.

It shouldn't be any more difficult than it was setting up a NAS on windows 7, in fact, it should be the same.
 

386DX

Member
Feb 11, 2010
197
0
0
Do the credentials again this time use the IP address instead of the CREX2CLOUD for both the hosts and username. Also 100% verify that you are adding this as a windows credential and not web credentials and make sure there isn't any saved credentials using the IP of the NAS.
 

386DX

Member
Feb 11, 2010
197
0
0
One other you may try is in elevated command prompt run the following commands:

sc.exe config lanmanworkstation depend= bowser/mrxsmb10/mrxsmb20/nsi
sc.exe config mrxsmb20 start= auto

This enables SMB 2.0 and 3.0 support, Win 8.1 defaults to 3.02 for security and performance reasons but I suspect your NAS might not support SMB 3.02.
 

Mr.Entenmann

Member
Jun 12, 2015
71
0
0
386DX
C:\WINDOWS\system32>sc.exe config lanmanworkstation depend=browser/mrxsmb10/mrxs
md20/nsi
[SC] ChangeServiceConfig FAILED 1059:

Circular service dependency was specified.


C:\WINDOWS\system32>sc.exe config mrxsmd20 start=auto
[SC] OpenService FAILED 1060:

The specified service does not exist as an installed service.

I am guaranteed adding the credientials as a windows credential

I tried using the IP as you suggested for the host and user name. When I enter in the IP with or without \\ all it does it connect me to the NAS control panel I would have never thought this was going to be that difficult, wow.
 

Mr.Entenmann

Member
Jun 12, 2015
71
0
0
Here is an idea, if someone wants to team viewer, see the problem at hand, maybe then it will help this thread progress to hopefully a solution ?
 

Lorne

Senior member
Feb 5, 2001
874
1
76
I am following this as well as I have a co worker who is going through the same problem with his Netgear ready nas 102 and windows 8.
It hooked through a netgear gigabit switch.
Cannot access it through file management what so ever and can only get to it through IE and direct IP access.
Cannot make any links or shares to it with the win8 machine, But 3 other hardwired computers ,2 pc with win7 and a laptop with XP do everything fine.

Its hard to work with him on making it work since its his home and getting feedback is bad.
 

Mr.Entenmann

Member
Jun 12, 2015
71
0
0
I'm not the only one, whew This is probably a problem many may have experienced but didn't bother to solve.
Cannot access it through file management what so ever and can only get to it through IE and direct IP access.
You can access the control panel ?
 

386DX

Member
Feb 11, 2010
197
0
0
It might be your NAS doesn't support secure negotiate that is default in windows 8 and up. In powershell (run as admin if needed) run the following command:

Set-ItemProperty -Path “HKLM:\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters” RequireSecureNegotiate -Value 0 -Force

If you are still having issues can you look in event viewer and see what error you are getting when you try to access the NAS shared.
 
sale-70-410-exam    | Exam-200-125-pdf    | we-sale-70-410-exam    | hot-sale-70-410-exam    | Latest-exam-700-603-Dumps    | Dumps-98-363-exams-date    | Certs-200-125-date    | Dumps-300-075-exams-date    | hot-sale-book-C8010-726-book    | Hot-Sale-200-310-Exam    | Exam-Description-200-310-dumps?    | hot-sale-book-200-125-book    | Latest-Updated-300-209-Exam    | Dumps-210-260-exams-date    | Download-200-125-Exam-PDF    | Exam-Description-300-101-dumps    | Certs-300-101-date    | Hot-Sale-300-075-Exam    | Latest-exam-200-125-Dumps    | Exam-Description-200-125-dumps    | Latest-Updated-300-075-Exam    | hot-sale-book-210-260-book    | Dumps-200-901-exams-date    | Certs-200-901-date    | Latest-exam-1Z0-062-Dumps    | Hot-Sale-1Z0-062-Exam    | Certs-CSSLP-date    | 100%-Pass-70-383-Exams    | Latest-JN0-360-real-exam-questions    | 100%-Pass-4A0-100-Real-Exam-Questions    | Dumps-300-135-exams-date    | Passed-200-105-Tech-Exams    | Latest-Updated-200-310-Exam    | Download-300-070-Exam-PDF    | Hot-Sale-JN0-360-Exam    | 100%-Pass-JN0-360-Exams    | 100%-Pass-JN0-360-Real-Exam-Questions    | Dumps-JN0-360-exams-date    | Exam-Description-1Z0-876-dumps    | Latest-exam-1Z0-876-Dumps    | Dumps-HPE0-Y53-exams-date    | 2017-Latest-HPE0-Y53-Exam    | 100%-Pass-HPE0-Y53-Real-Exam-Questions    | Pass-4A0-100-Exam    | Latest-4A0-100-Questions    | Dumps-98-365-exams-date    | 2017-Latest-98-365-Exam    | 100%-Pass-VCS-254-Exams    | 2017-Latest-VCS-273-Exam    | Dumps-200-355-exams-date    | 2017-Latest-300-320-Exam    | Pass-300-101-Exam    | 100%-Pass-300-115-Exams    |
http://www.portvapes.co.uk/    | http://www.portvapes.co.uk/    |