Skip to content

Commit bc3633a

Browse files
Merge pull request #244527 from normesta/normesta-reg-updates-12
A fix
2 parents 27b8e53 + 3d5159a commit bc3633a

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
@@ -114,7 +114,7 @@ Create a directory on your Linux system and then mount the container in the stor
114114
1. Create an entry in the /etc/fstab file by adding the following line:
115115

116116
```
117-
<storage-account-name>.blob.core.windows.net:/<storage-account-name>/<container-name> /nfsdata aznfs defaults,sec=sys,vers=3,nolock,proto=tcp,nofail 0 0
117+
<storage-account-name>.blob.core.windows.net:/<storage-account-name>/<container-name> /nfsdata aznfs defaults,sec=sys,vers=3,nolock,proto=tcp,nofail,_netdev 0 0
118118
```
119119
120120
2. Run the following command to immediately process the /etc/fstab entries and attempt to mount the preceding path:

0 commit comments

Comments
 (0)