Skip to content

Commit 5a31570

Browse files
authored
Merge pull request #125001 from thakurmishra21/patch-8
Update network-file-system-protocol-support-how-to.md
2 parents a635b16 + 46b8c80 commit 5a31570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/storage/blobs/network-file-system-protocol-support-how-to.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ Create a directory on your Linux system and then mount the container in the stor
148148
|`NFS3ERR_IO/EIO ("Input/output error"`) |This error can appear when a client attempts to read, write, or set attributes on blobs that are stored in the archive access tier. |
149149
|`OperationNotSupportedOnSymLink` error| This error can be returned during a write operation via a Blob Storage or Azure Data Lake Storage API. Using these APIs to write or delete symbolic links that are created by using NFS 3.0 is not allowed. Make sure to use the NFS 3.0 endpoint to work with symbolic links. |
150150
|`mount: /nfsdata: bad option;`| Install the NFS helper program by using `sudo apt install nfs-common`.|
151-
|`Connection Timed Out`| Make sure that client allows outgoing communication through ports 111 and 2048. The NFS 3.0 protocol uses these ports. Makes sure to mount the storage account by using the Blob service endpoint and not the Data Lake Storage endpoint. |
151+
|`Connection Timed Out`| Make sure that client allows outgoing communication through ports 111 and 2049. The NFS 3.0 protocol uses these ports. Makes sure to mount the storage account by using the Blob service endpoint and not the Data Lake Storage endpoint. |
152152
153153
## Limitations and troubleshooting for AZNFS Mount Helper
154154

0 commit comments

Comments
 (0)