Skip to content

Commit c47c77f

Browse files
authored
Merge pull request #10593 from MicrosoftDocs/khdownie-patch-2
Update error 67 troubleshooting
2 parents 4856d85 + b34594d commit c47c77f

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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: 01/07/2026
7+
ms.date: 01/26/2026
88
ms.reviewer: kendownie, jarrettr, v-weizhu, v-six, hanagpal, justingross
99
---
1010
# Troubleshoot Azure Files connectivity and access issues (SMB)
@@ -135,6 +135,14 @@ Revert the `LmCompatibilityLevel` value to the default value of 3 in the followi
135135

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

138+
#### Cause 3: The file share name doesn't exist or there is a typo in the share name
139+
140+
Error 67 can occur when the storage account exists and the SMB endpoint is reachable, but the SMB namespace or share path can't be resolved. This isn't a DNS issue, an authentication issue, or a permissions issue.
141+
142+
##### Solution for cause 3
143+
144+
Double check the file share name. Azure file share names must be exact. Check for an extra character, missing characters, or an incorrect share name copied from the Azure portal. Retry mounting the share.
145+
138146
### <a id="error-64"></a> Error 64 when you mount an Azure file share
139147

140148
When mounting a file share from on-premises or another datacenter, you might see the following error:

0 commit comments

Comments
 (0)