Skip to content

Commit 6987d21

Browse files
Merge pull request #266737 from khdownie/patch-1
Update storage-files-how-to-mount-nfs-shares.md
2 parents d31f0d3 + 70f0e8a commit 6987d21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/storage/files/storage-files-how-to-mount-nfs-shares.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ You have now mounted your NFS share.
8383
If you want the NFS file share to automatically mount every time the Linux server or VM boots, create a record in the **/etc/fstab** file for your Azure file share. Replace `YourStorageAccountName` and `FileShareName` with your information.
8484

8585
```bash
86-
<YourStorageAccountName>.file.core.windows.net:/<YourStorageAccountName>/<FileShareName> /media/<YourStorageAccountName>/<FileShareName> nfs vers=4,minorversion=1,sec=sys 0 0
86+
<YourStorageAccountName>.file.core.windows.net:/<YourStorageAccountName>/<FileShareName> /media/<YourStorageAccountName>/<FileShareName> nfs _netdev,nofail,vers=4,minorversion=1,sec=sys 0 0
8787
```
8888

8989
For more information, enter the command `man fstab` from the Linux command line.

0 commit comments

Comments
 (0)