You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: support/azure/azure-storage/files/connectivity/files-troubleshoot-smb-connectivity.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -135,6 +135,20 @@ Revert the `LmCompatibilityLevel` value to the default value of 3 in the followi
135
135
136
136
`HKLM\SYSTEM\CurrentControlSet\Control\Lsa`
137
137
138
+
### <aid="error-64"></a> Error 64 when you mount an Azure file share
139
+
140
+
When you try to mount a file share from on-premises or a different datacenter, you might receive the following error:
141
+
142
+
- System error 64 has occurred. The specified network name is no longer available.
143
+
144
+
#### Cause
145
+
146
+
This most likely has to do with a proxy server or any other kind of NAT device in the datapath that is blocking the connection to map the Azure file share. Using the PowerShell cmdlet ```test-netconnection``` to test for connectivity on port 445 may still be successful.
147
+
148
+
#### Solution
149
+
150
+
A network trace taken during a reproduction of the issue will show more information on where the error is originating from. In most cases you will need to work with your network/firewall administrators to allow this content to pass through the network device.
151
+
138
152
### <aid="error-0x800704b3"></a> Failed with error code 0x800704b3
139
153
140
154
When you try to mount an Azure file share, you receive the following error:
0 commit comments