Skip to content

Commit 3413c1f

Browse files
authored
Merge pull request #112816 from SivaVilla/patch-4
Update network-file-system-protocol-support-how-to.md
2 parents 354726d + 44429b6 commit 3413c1f

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)