Skip to content

Commit ed95c19

Browse files
authored
Merge pull request #96312 from b-juche/live-update-11-18-revise-diagram-storage-hierarchy
updating storage hierarchy diagram; updating mount instructions and F…
2 parents e1e0c14 + ee5ec15 commit ed95c19

File tree

3 files changed

+10
-12
lines changed

3 files changed

+10
-12
lines changed

articles/azure-netapp-files/azure-netapp-files-faqs.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -100,15 +100,7 @@ Azure NetApp Files provides volume performance metrics. You can also use Azure M
100100

101101
For an NFS volume to automatically mount at VM start or reboot, add an entry to the `/etc/fstab` file on the host.
102102

103-
For example:
104-
`$ANFIP:/$FILEPATH /$MOUNTPOINT nfs bg,rw,hard,noatime,nolock,rsize=65536,wsize=65536,vers=3,tcp,_netdev 0 0`
105-
106-
- $ANFIP
107-
The IP address of the Azure NetApp Files volume found in the volume properties blade
108-
- $FILEPATH
109-
The export path of the Azure NetApp Files volume
110-
- $MOUNTPOINT
111-
The directory created on the Linux host used to mount the NFS export
103+
See [Mount or unmount a volume for Windows or Linux virtual machines](azure-netapp-files-mount-unmount-volumes-for-virtual-machines.md) for details.
112104

113105
### Why does the DF command on NFS client not show the provisioned volume size?
114106

articles/azure-netapp-files/azure-netapp-files-mount-unmount-volumes-for-virtual-machines.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,17 @@ You can mount or unmount a volume for Windows or Linux virtual machines as neces
2727

2828
![Mount instructions SMB](../media/azure-netapp-files/azure-netapp-files-mount-instructions-smb.png)
2929

30-
If you are using NFSv4.1, use the following command to mount your file system:
30+
If you are using NFSv4.1, use the following command to mount your file system: `sudo mount -t nfs -o rw,hard,rsize=65536,wsize=65536,vers=4.1,tcp,sec=sys $MOUNTTARGETIPADDRESS:/$VOLUMENAME $MOUNTPOINT`
3131

32-
`sudo mount -t nfs -o rw,hard,rsize=65536,wsize=65536,vers=4.1,tcp,sec=sys $MOUNTTARGETIPADDRESS:/$VOLUMENAME $MOUNTPOINT`
32+
3. If you want to have an NFS volume automatically mounted when an Azure VM is started or rebooted, add an entry to the `/etc/fstab` file on the host.
33+
34+
For example: `$ANFIP:/$FILEPATH /$MOUNTPOINT nfs bg,rw,hard,noatime,nolock,rsize=65536,wsize=65536,vers=3,tcp,_netdev 0 0`
35+
36+
* `$ANFIP` is the IP address of the Azure NetApp Files volume found in the volume properties blade.
37+
* `$FILEPATH` is the export path of the Azure NetApp Files volume.
38+
* `$MOUNTPOINT` is the directory created on the Linux host used to mount the NFS export.
3339

3440
## Next steps
3541

3642
* [Configure NFSv4.1 default domain for Azure NetApp Files](azure-netapp-files-configure-nfsv41-domain.md)
37-
* See [NFS FAQs](https://docs.microsoft.com/azure/azure-netapp-files/azure-netapp-files-faqs#nfs-faqs) about how to have an NFS volume automatically mounted when an Azure VM is started or rebooted.
43+
* [NFS FAQs](https://docs.microsoft.com/azure/azure-netapp-files/azure-netapp-files-faqs#nfs-faqs)
153 KB
Loading

0 commit comments

Comments
 (0)