Skip to content

Commit 9fafa57

Browse files
Update files-troubleshoot-smb-connectivity.md
Adding information for error 64 which is normally seen when there is a network device such as a proxy or firewall blocking access in the data path. Internally we have this, https://supportability.visualstudio.com/AzureIaaSVM/_wiki/wikis/AzureIaaSVM/495035/64-Mount-Error_Storage
1 parent 800e35c commit 9fafa57

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

support/azure/azure-storage/files/connectivity/files-troubleshoot-smb-connectivity.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,20 @@ Revert the `LmCompatibilityLevel` value to the default value of 3 in the followi
135135

136136
`HKLM\SYSTEM\CurrentControlSet\Control\Lsa`
137137

138+
### <a id="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+
138152
### <a id="error-0x800704b3"></a> Failed with error code 0x800704b3
139153

140154
When you try to mount an Azure file share, you receive the following error:

0 commit comments

Comments
 (0)