Skip to content

Commit 44429b6

Browse files
authored
Update network-file-system-protocol-support-how-to.md
Step 6: Mount the container. For a temporary mount the container after creating a sample directory at /nfsdata. However, to avoid confusion while mapping the mount point, we suggest renaming the temporary mount example from /nfsdatain to /nfsdata for a successful mount. Temporary mount current example: mount -t aznfs -o sec=sys,vers=3,nolock,proto=tcp <storage-account-name>.blob.core.windows.net:/<storage-account-name>/<container-name> /nfsdatain
1 parent 2835c13 commit 44429b6

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
@@ -126,7 +126,7 @@ Create a directory on your Linux system and then mount the container in the stor
126126
- For a temporary mount that doesn't persist across reboots, run the following command:
127127
128128
```
129-
mount -t aznfs -o sec=sys,vers=3,nolock,proto=tcp <storage-account-name>.blob.core.windows.net:/<storage-account-name>/<container-name> /nfsdatain
129+
mount -t aznfs -o sec=sys,vers=3,nolock,proto=tcp <storage-account-name>.blob.core.windows.net:/<storage-account-name>/<container-name> /nfsdata
130130
```
131131
132132
> [!TIP]

0 commit comments

Comments
 (0)