Skip to content

Commit 353d4c2

Browse files
committed
fix tense
1 parent a709e80 commit 353d4c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ You can mount an NFS file for Windows or Linux virtual machines (VMs).
4242

4343
## Mount NFS volumes on Windows clients
4444

45-
Mounting NFSv4.1 volumes on Windows clients is supported. For more information, see [Network File System overview](../../windows-server/storage/nfs/nfs-overview). You will experience better SMB performance from a dual-protocol volume than from using the NFS client on Windows with an NFS volume.
45+
Mounting NFSv4.1 volumes on Windows clients is supported. For more information, see [Network File System overview](../../windows-server/storage/nfs/nfs-overview).
4646

4747
If you want to mount NFSv3 volumes on a Windows client using NFS:
4848

@@ -51,7 +51,7 @@ If you want to mount NFSv3 volumes on a Windows client using NFS:
5151
1. Mount the volume via the NFS client on Windows using the mount option `mtype=hard` to reduce connection issues.
5252
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:* `
54-
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). See [Create a dual-protocol volume](create-volumes-dual-protocol.md) for details, and take note of the security style mappings table. Mount a dual-protocol volume from Windows clients using the same procedure as regular SMB volumes.
54+
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

5656
## Next steps
5757

0 commit comments

Comments
 (0)