Skip to content

Commit ec3c054

Browse files
authored
Merge pull request #1863 from justingross-msft/patch-4
Update files-troubleshoot-smb-connectivity.md
2 parents 1a4925a + adf7cf7 commit ec3c054

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

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

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ description: Troubleshoot problems connecting to and accessing SMB Azure file sh
44
services: storage
55
ms.service: azure-file-storage
66
ms.custom: sap:Connectivity, devx-track-azurepowershell, linux-related-content
7-
ms.date: 02/04/2025
8-
ms.reviewer: kendownie, jarrettr, v-weizhu, v-six, hanagpal
7+
ms.date: 04/24/2025
8+
ms.reviewer: kendownie, jarrettr, v-weizhu, v-six, hanagpal, justingross
99
---
1010
# Troubleshoot Azure Files connectivity and access issues (SMB)
1111

@@ -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 mounting a file share from on-premises or another datacenter, you might see the following error:
141+
142+
> System error 64 has occurred. The specified network name is no longer available.
143+
144+
#### Cause
145+
146+
This issue is likely caused by a proxy server or another type of Network Address Translation (NAT) device in the datapath that blocks the connection to map the Azure file share. In this case, the PowerShell cmdlet `Test-NetConnection` still might test connectivity on port 445 successfully.
147+
148+
#### Solution
149+
150+
To resolve this issue, reproduce it and collect a network trace to get more information about the error's origin. In most cases, you must work with your network/firewall administrator to allow the 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)