Skip to content

Commit 1c87d49

Browse files
Update network-file-system-protocol-support-how-to.md
Adding a new error and the associated reasons and pointers to verify
1 parent d31aa56 commit 1c87d49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ Create a directory on your Linux system, and then mount the container in the sto
112112
|`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. |
113113
|`OperationNotSupportedOnSymLink` error| This error can be returned during a write operation via a Blob Storage or Azure Data Lake Storage Gen2 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. |
114114
|`mount: /nfsdata: bad option;`| Install the NFS helper program by using `sudo apt install nfs-common`.|
115+
|`Connection Timed Out`| Make sure that client allows outgoing communication through ports 111 and 2048. The NFS 3.0 protocol uses these ports. Please check if mounting is being done via Blob endpoint and not DFS one |
115116
116117
## See also
117118

0 commit comments

Comments
 (0)