Skip to content

Commit 5c7c16f

Browse files
committed
edits
1 parent e2ae054 commit 5c7c16f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,14 @@ You have now mounted your NFS share.
5656

5757
## Mount an NFS share using /etc/fstab
5858

59-
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.
59+
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.
6060

6161
```bash
6262
<YourStorageAccountName>.file.core.windows.net:/<YourStorageAccountName>/<FileShareName> /mount/<YourStorageAccountName>/<FileShareName> nfs vers=4,minorversion=1,sec=sys 0 0
6363
```
6464

65+
For more information, enter the command `man fstab` from the Linux command line.
66+
6567
### Validate connectivity
6668

6769
If your mount failed, it's possible that your private endpoint wasn't set up correctly or isn't accessible. For details on confirming connectivity, see [Verify connectivity](storage-files-networking-endpoints.md#verify-connectivity).

articles/storage/files/storage-files-quick-create-use-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ Now that you've created an NFS share, to use it you have to mount it on your Lin
196196
1. You should see **Connect to this NFS share from Linux** along with sample commands to use NFS on your Linux distribution and a provided mounting script.
197197

198198
> [!IMPORTANT]
199-
> The provided mounting script will mount the NFS share only until the Linux machine is rebooted. To automatically mount the share every time the machine reboots, [add an entry in /etc/fstab](storage-files-how-to-mount-nfs-shares.md#mount-an-nfs-share-using-etcfstab). For more information, enter the command `man fstab` from the Linux command line.
199+
> The provided mounting script will mount the NFS share only until the Linux machine is rebooted. To automatically mount the share every time the machine reboots, see [Mount an NFS share using /etc/fstab](storage-files-how-to-mount-nfs-shares.md#mount-an-nfs-share-using-etcfstab).
200200
201201
:::image type="content" source="media/storage-files-quick-create-use-linux/mount-nfs-share.png" alt-text="Screenshot showing how to connect to an N F S file share from Linux using a provided mounting script." lightbox="media/storage-files-quick-create-use-linux/mount-nfs-share.png" border="true":::
202202

0 commit comments

Comments
 (0)