You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-netapp-files/azure-netapp-files-mount-unmount-volumes-for-virtual-machines.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ You can mount an NFS file for Windows or Linux virtual machines (VMs).
33
33
* Ensure that you use the `vers` option in the `mount` command to specify the NFS protocol version that corresponds to the volume you want to mount.
34
34
For example, if the NFS version is NFSv4.1:
35
35
`sudo mount -t nfs -o rw,hard,rsize=65536,wsize=65536,vers=4.1,tcp,sec=sys $MOUNTTARGETIPADDRESS:/$VOLUMENAME $MOUNTPOINT`
36
-
* If you use NFSv4.1 and your configuration requires using VMs with the same host names (for example, in a DR test), refer to [Configure two VMs with the same hostname to access NFSv4.1 volumes](configure-nfs-clients#configure-two-vms-with-the-same-hostname-to-access-nfsv41-volumes.md).
36
+
* If you use NFSv4.1 and your configuration requires using VMs with the same host names (for example, in a DR test), refer to [Configure two VMs with the same hostname to access NFSv4.1 volumes](configure-nfs-clients.md#configure-two-vms-with-the-same-hostname-to-access-nfsv41-volumes).
37
37
1. If you want the volume mounted automatically when an Azure VM is started or rebooted, add an entry to the `/etc/fstab` file on the host.
38
38
For example: `$ANFIP:/$FILEPATH /$MOUNTPOINT nfs bg,rw,hard,noatime,nolock,rsize=65536,wsize=65536,vers=3,tcp,_netdev 0 0`
39
39
* `$ANFIP` is the IP address of the Azure NetApp Files volume found in the volume properties menu
@@ -43,7 +43,7 @@ You can mount an NFS file for Windows or Linux virtual machines (VMs).
43
43
1. You can also access SMB volumes from Unix and Linux clients via NFS by setting the protocol access for the volume to “dual-protocol”. This allows for accessing the volume via NFS (NFSv3 or NFSv4.1) and SMB. See [Create a dual-protocol volume](create-volumes-dual-protocol.md) for details. Take note of the security style mappings table. Mounting a dual-protocol volume from Unix and Linux clients relies on the same procedure as regular NFS volumes.
44
44
45
45
## Mount NFS volumes on Windows clients
46
-
Mounting NFSv4.1 volumes on Windows clients is supported. For more information, see [Network File System overview](../windows-server/storage/nfs/nfs-overview). If you want to mount NFSv3 volumes on Windows client using NFS:
46
+
Mounting NFSv4.1 volumes on Windows clients is supported. For more information, see [Network File System overview](../../windows-server/storage/nfs/nfs-overview). If you want to mount NFSv3 volumes on Windows client using NFS:
47
47
48
48
1.[Mount the volume onto a Unix or Linux VM first](#linux).
49
49
1. Run a `chmod 777` or `chmod 775` command against the volume.
@@ -58,6 +58,6 @@ Mounting NFSv4.1 volumes on Windows clients is supported. For more information,
58
58
*[Linux NFS mount options best practices](performance-linux-mount-options.md)
59
59
*[Configure NFSv4.1 default domain for Azure NetApp Files](azure-netapp-files-configure-nfsv41-domain.md)
60
60
*[NFS FAQs](faq-nfs.md)
61
-
*[Network File System overview](/windows-server/storage/nfs/nfs-overview)
61
+
*[Network File System overview](../../windows-server/storage/nfs/nfs-overview)
62
62
*[Mount an NFS Kerberos volume](configure-kerberos-encryption.md#kerberos_mount)
63
63
*[Configure two VMs with the same hostname to access NFSv4.1 volumes](configure-nfs-clients.md#configure-two-vms-with-the-same-hostname-to-access-nfsv41-volumes)
0 commit comments