Skip to content

Commit 21d76fa

Browse files
Merge pull request #266958 from khdownie/patch-1
Update storage-files-how-to-mount-nfs-shares.md
2 parents 8bd6d3c + 31a0145 commit 21d76fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to mount a Network File System (NFS) Azure file share on
44
author: khdownie
55
ms.service: azure-file-storage
66
ms.topic: how-to
7-
ms.date: 01/28/2024
7+
ms.date: 02/22/2024
88
ms.author: kendownie
99
---
1010

@@ -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,_netdev,sec=sys 0 0
86+
<YourStorageAccountName>.file.core.windows.net:/<YourStorageAccountName>/<FileShareName> /media/<YourStorageAccountName>/<FileShareName> nfs vers=4,minorversion=1,_netdev,nofail,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)