Tech Support Guy banner

Can't MAP network Drives

9K views 42 replies 7 participants last post by  Couriant  
#1 ·
I have a DLink DNS-323 used as a storage device for my W10 PC - ethernet connected to my BT Home Hub
I went to use it and the 2 mapped drives were missing.
Previously would MAP using D-Link 'Easy Search' utility, however, it finds the 323, along with IP data but when I click on a volume to Map, it fails with error "Failed to Map Drive"
Been advised this Utility no longer works under W10

Last time I had this issue I was given a solution to force mapping via CMD with:
Net use Y : \\MachineName\ShareName

In CMD screen it tells me successfully completed (Y & Z drives)
but drives do not appear in 'My Computer' as they would previously

I can access drive from CMD screen and dir contents so PC connectivity is there, and mapping has worked at least at some level
I can also reach device from a browser.

How do I get Mapped drives to show ?
 
#3 ·
I believe you are missing a part of that. Also, did you do the command as you typed it here? There should not be a space between the Y and the :

The command should have been Net use Y: \\MachineName\ShareName /persisent:yes

Did you reboot to see if they show?

Also, File Explorer has an easier way to map a drive: Map a network drive in Windows - Microsoft Support

Having said that, make sure that the computer does recognize it by typing NET USE in Command Prompt and it will list the paths it knows. If the Y: and Z: are not showing, then something did not go correctly.
 
#5 ·
OK, the status column is blank... mine has OK in it...

Image


My guess is maybe the /persistent switch was not used... i haven't seen it like yours.

OK, then I would suggest to delete the two mappings that you created by doing the net use Y: /delete and net use Z: /delete commands, then verify they are gone by doing the net use command.
Next, follow the directions on the link I provided in my last post. I would recommend selecting Reconnect at login to make sure that it shows up after a restart/shutdown.
 
#6 ·
OK .... I removed the mapping with net use Y: /delete and net use Z: /delete commands, .. and checked with net use they are not there.
I followed link you provided - Map a network drive in Windows - Microsoft Support
Steps 1, 2 & 3 work OK ..... Step 4 does not allow you browse to anything ... but I did complete putting in the path on the folder field(see pic)



Both Y and Z completed, and both show in net use ..... but still do not show in 'My Computer'
 
#7 ·
Right-click on the Windows Start button and, if you haven't modified this, it should show an option for Windows PowerShell (Admin). Please left-click on this option.

Within the PowerShell window that opens, please enter the following command and then hit the Enter key.

Code:
Get-SmbServerConfiguration | Select EnableSMB2Protocol
If it shows True then great, proceed to the next command, type that into the PowerShell window, and then hit the Enter key. If it does not show True, let me know.

Code:
Set-SmbServerConfiguration -EnableSMB2Protocol $true
Reboot the PC and then go into File Explorer to see if the drives show up properly there.
 
#41 ·
Right-click on the Windows Start button and, if you haven't modified this, it should show an option for Windows PowerShell (Admin). Please left-click on this option.


Code:
Get-SmbServerConfiguration | Select EnableSMB2Protocol
If it shows True then great, proceed to the next command, type that into the PowerShell window, and then hit the Enter key. If it does not show True, let me know.

Code:
Set-SmbServerConfiguration -EnableSMB2Protocol $true


Just noticed on your commands above you mention SMB2 the NAS requires SMB1 ..... should I rerun ?
 
#12 ·
Additional piece of information - not sure if it helps
If I open Windows Explorer window and select 'network'

Drives do not show under explorer\network

In address bar if I type in Ip address of the NAS \\192.168.1.238\shared-folder
Returns error Windows cannot access \\192.168.1.238\shared-folder

If i then run Windows Network diagnostics it gives the following:

Image
 
#23 ·
Go to this PC > Choose Add a network location > click next > click next > enter
location \\192.168.1.238\Volume_2 > finish You can then pin shortcut to start menu
Image
 
#24 ·
That has gained me access and a shortcut, so big improvement - thanks

In 'My Computer' my drives show as a bar with GB free and GB used

Is there a way to get that view ? as its backup drives quite key to know space available.
Image
 
#26 ·
If you right-click one of those two folders on the bottom, do you not get an option to "Map Network Drive"?

Image


Networked drives will show you the bar graph you are looking for.

Image
 
#28 ·
I apologize, my persistent command was a typo and I'm glad someone corrected me.

I think there is something else going on. Your screenshot doesn't show anything in the Status column of NET USE, which is the only difference I see between mine and yours. There should be at least OK, Disconnected, and Unavailable. The fact is blank tells me there's something else, maybe some corruption with Windows?

Do you have any internet security / antivirus programs installed?

EDIT: I guess I didnt go too far into the thread and saw the remaining posts. Since the Network Location option worked for you, it looks like the Mapping part of Windows is not working correctly. I would still recommend doing a Windows file check (sfc) to see if you have any issues.
 
#29 ·
I run DISM and the fsc the latter advised errors found & fixed.
I deleted the existing mapped drives with net use Y: /delete and net use Z: /delete commands
The rerun the Net use y: \\DLINK-EAB58D\Volume_1 and same for Z

Under CMD net use I see:
Image




However, there are still no mapped drives in 'My Computer'
 
#30 ·
Okay, try this option:

Click on the Windows Start button and type in optionalfeatures. Once the option comes up, left-click on Run as administrator. Scroll down to where you see SMB 1.0/CIFS File Sharing Support. Check the box for this and then let it install the feature, and then reboot after that.
 
#33 ·
No other devices where I access HDD .... I have my printer which comes up as a USB Drive, and under network my PVR (Humax) & WiFi Router - neither of which I think are (or should be) able to be mapped to.