Skip to content

Commit 3fd190a

Browse files
committed
fix line 52 link
1 parent 560a46f commit 3fd190a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ If you want to mount NFSv3 volumes on a Windows client using NFS:
4949
1. [Mount the volume onto a Unix or Linux VM first](#mount-nfs-volumes-on-linux-clients).
5050
1. Run a `chmod 777` or `chmod 775` command against the volume.
5151
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.
5353
For example: `Mount -o rsize=256 -o wsize=256 -o mtype=hard \\10.x.x.x\testvol X:* `
5454
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.
5555

articles/azure-netapp-files/azure-netapp-files-solution-architectures.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.service: azure-netapp-files
1212
ms.workload: storage
1313
ms.tgt_pltfrm: na
1414
ms.topic: conceptual
15-
ms.date: 08/11/2022
15+
ms.date: 08/19/2022
1616
ms.author: anfdocs
1717
---
1818
# Solution architectures using Azure NetApp Files

0 commit comments

Comments
 (0)