Skip to content

Commit 635b658

Browse files
authored
Merge pull request #9269 from MicrosoftDocs/main
Auto push to live 2025-07-03 18:07:32
2 parents a33e19e + d1f467b commit 635b658

File tree

2 files changed

+4
-14
lines changed

2 files changed

+4
-14
lines changed

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

Lines changed: 4 additions & 14 deletions
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: 01/21/2025
6+
ms.date: 07/02/2025
77
ms.reviewer: kendownie
88
---
99

@@ -156,17 +156,7 @@ Unlike SMB, NFS doesn't have user-based authentication. The authentication for a
156156
157157
:::image type="content" source="media/files-troubleshoot-linux-nfs/connectivity-using-private-endpoints.png" alt-text="Diagram of private endpoint connectivity." lightbox="media/files-troubleshoot-linux-nfs/connectivity-using-private-endpoints.png":::
158158
159-
### Cause 2: Secure transfer required is enabled
160-
161-
NFS Azure file shares don't currently support double encryption. Azure provides a layer of encryption for all data in transit between Azure datacenters using MACSec. You can only access NFS shares from trusted virtual networks and over VPN tunnels. No extra transport layer encryption is available on NFS shares.
162-
163-
### Solution
164-
165-
Disable **Secure transfer required** in your storage account's configuration blade.
166-
167-
:::image type="content" source="media/files-troubleshoot-linux-nfs/disable-secure-transfer.png" alt-text="Screenshot that shows the storage account configuration blade, disabling secure transfer required." lightbox="media/files-troubleshoot-linux-nfs/disable-secure-transfer.png":::
168-
169-
### Cause 3: nfs-utils, nfs-client or nfs-common package isn't installed
159+
### Cause 2: nfs-utils, nfs-client or nfs-common package isn't installed
170160

171161
Before running the `mount` command, install the nfs-utils, nfs-client, or nfs-common package.
172162

@@ -233,7 +223,7 @@ sudo apt install nfs-common
233223
234224
---
235225
236-
### Cause 4: Firewall blocking port 2049
226+
### Cause 3: Firewall blocking port 2049
237227
238228
The NFS protocol communicates to its server over port 2049. Make sure that this port is open to the storage account (the NFS server).
239229
@@ -245,7 +235,7 @@ Verify that port 2049 is open on your client by running the following command. I
245235
sudo nc -zv <storageaccountnamehere>.file.core.windows.net 2049
246236
```
247237

248-
### Cause 5: Storage account deleted
238+
### Cause 4: Storage account deleted
249239

250240
If you're unable to mount the file share due to **error: connection timed out**, the storage account containing the file share might be deleted accidentally.
251241

0 commit comments

Comments
 (0)