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
@@ -42,14 +42,14 @@ You can mount an NFS file for Windows or Linux virtual machines (VMs).
42
42
43
43
## Mount NFS volumes on Windows clients
44
44
45
-
Mounting NFSv4.1 volumes on Windows clients is supported. For more information, see [Network File System overview](../../windows-server/storage/nfs/nfs-overview).
45
+
Mounting NFSv4.1 volumes on Windows clients is supported. For more information, see [Network File System overview](/windows-server/storage/nfs/nfs-overview).
46
46
47
47
If you want to mount NFSv3 volumes on a Windows client using NFS:
48
48
49
49
1.[Mount the volume onto a Unix or Linux VM first](#mount-nfs-volumes-on-linux-clients).
50
50
1. Run a `chmod 777` or `chmod 775` command against the volume.
51
51
1. Mount the volume via the NFS client on Windows using the mount option `mtype=hard` to reduce connection issues.
52
-
See [Windows command line utility for mounting NFS volumes](../../windows-server/administration/windows-commands/mount) for more detail.
52
+
See [Windows command line utility for mounting NFS volumes](/windows-server/administration/windows-commands/mount) for more detail.
1. You can also access NFS volumes from Windows clients via SMB by setting the protocol access for the volume to “dual-protocol”. This setting allows access to the volume via SMB and NFS (NFSv3 or NFSv4.1) and will result in better performance than using the NFS client on Windows with an NFS volume. See [Create a dual-protocol volume](create-volumes-dual-protocol.md) for details, and take note of the security style mappings table. Mounting a dual-protocol volume from Windows clients using the same procedure as regular SMB volumes.
55
55
@@ -59,6 +59,6 @@ If you want to mount NFSv3 volumes on a Windows client using NFS:
59
59
*[Linux NFS mount options best practices](performance-linux-mount-options.md)
60
60
*[Configure NFSv4.1 default domain for Azure NetApp Files](azure-netapp-files-configure-nfsv41-domain.md)
61
61
*[NFS FAQs](faq-nfs.md)
62
-
*[Network File System overview](../../windows-server/storage/nfs/nfs-overview)
62
+
*[Network File System overview](/windows-server/storage/nfs/nfs-overview)
63
63
*[Mount an NFS Kerberos volume](configure-kerberos-encryption.md#kerberos_mount)
64
64
*[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