Skip to content

Commit f2ed1b5

Browse files
authored
Merge pull request #8787 from MicrosoftDocs/main
Auto push to live 2025-04-24 02:31:10
2 parents 1a4925a + 6d1dc8f commit f2ed1b5

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
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:

support/azure/azure-storage/files/security/files-troubleshoot-smb-authentication.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ First, make sure that you've followed the steps to [enable Azure Files AD DS Aut
7575

7676
Second, try [mounting Azure file share with storage account key](/azure/storage/files/storage-how-to-use-files-windows). If the share fails to mount, download [AzFileDiagnostics](https://github.com/Azure-Samples/azure-files-samples/tree/master/AzFileDiagnostics/Windows) to help you validate the client running environment. AzFileDiagnostics can detect incompatible client configurations that might cause access failure for Azure Files, give prescriptive guidance on self-fix, and collect the diagnostics traces.
7777

78-
Third, you can run the `Debug-AzStorageAccountAuth` cmdlet to conduct a set of basic checks on your AD configuration with the logged-on AD user. This cmdlet is supported on [AzFilesHybrid v0.1.2+ version](https://github.com/Azure-Samples/azure-files-samples/releases).
78+
Third, you can run the `Debug-AzStorageAccountAuth` cmdlet to conduct a set of basic checks on your AD configuration with the logged-on AD user. This cmdlet is supported on [AzFilesHybrid v0.1.2+](https://github.com/Azure-Samples/azure-files-samples/tree/master/AzFilesHybrid).
7979

8080
1. Sign in to Azure PowerShell interactively as an AD user that has owner permission on the target storage account:
8181

@@ -147,7 +147,7 @@ Debug-AzStorageAccountAuth `
147147

148148
First, make sure that you've followed the steps to [enable Microsoft Entra Kerberos authentication](/azure/storage/files/storage-files-identity-auth-hybrid-identities-enable).
149149

150-
Second, you can run the `Debug-AzStorageAccountAuth` cmdlet to perform a set of basic checks. This cmdlet is supported for storage accounts configured for Microsoft Entra Kerberos authentication, on [AzFilesHybrid v0.3.0+ version](https://github.com/Azure-Samples/azure-files-samples/releases).
150+
Second, you can run the `Debug-AzStorageAccountAuth` cmdlet to perform a set of basic checks. This cmdlet is supported for storage accounts configured for Microsoft Entra Kerberos authentication, on [AzFilesHybrid v0.3.0+](https://github.com/Azure-Samples/azure-files-samples/tree/master/AzFilesHybrid).
151151

152152
1. Sign in to Azure PowerShell interactively as an AD user that has owner permission on the target storage account:
153153

0 commit comments

Comments
 (0)