Skip to content

Commit a8ed594

Browse files
authored
Merge pull request #9711 from MicrosoftDocs/khdownie-patch-2
Update files-troubleshoot-linux-nfs.md
2 parents a84feec + a92e583 commit a8ed594

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

support/azure/azure-storage/files/security/files-troubleshoot-linux-nfs.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Troubleshoot NFS file shares - Azure Files
33
description: Troubleshoot issues with NFS Azure file shares.
44
ms.service: azure-file-storage
55
ms.custom: sap:Security, linux-related-content
6-
ms.date: 07/02/2025
6+
ms.date: 09/12/2025
77
ms.reviewer: kendownie
88
---
99

@@ -243,6 +243,14 @@ If you're unable to mount the file share due to **error: connection timed out**,
243243
244244
[Recover the storage account](/azure/storage/common/storage-account-recover). Then, delete and re-create the private endpoint so it's associated with the new storage account resource ID.
245245

246+
### Cause 5: You're trying to mount the share using the NFS client mount instead of the AZNFS mount helper, and the **Secure transfer required** setting is enabled on the storage account.
247+
248+
The **Secure transfer required** setting enforces encryption in transit for all file shares within the storage account. For NFS file shares, using encryption in transit requires mounting the share using the AZNFS Mount Helper, a client utility package that abstracts the complexity of establishing secure tunnels for NFSv4.1 traffic.
249+
250+
#### Solution
251+
252+
Either disable the **Secure transfer required** setting on the storage account or use the AZNFS mount helper to mount the share. For more information, see [Encryption in transit for NFS Azure file shares](/azure/storage/files/encryption-in-transit-for-nfs-shares).
253+
246254
## ls hangs for large directory enumeration on some kernels
247255

248256
### Cause: A bug was introduced in Linux kernel v5.11 and was fixed in v5.12.5

0 commit comments

Comments
 (0)