Skip to content

Commit a267cb4

Browse files
committed
remove directory directives
1 parent 573d5ce commit a267cb4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@ 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).
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

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

@@ -59,6 +59,6 @@ If you want to mount NFSv3 volumes on a Windows client using NFS:
5959
* [Linux NFS mount options best practices](performance-linux-mount-options.md)
6060
* [Configure NFSv4.1 default domain for Azure NetApp Files](azure-netapp-files-configure-nfsv41-domain.md)
6161
* [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)
6363
* [Mount an NFS Kerberos volume](configure-kerberos-encryption.md#kerberos_mount)
6464
* [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)

articles/azure-netapp-files/mount-volumes-vms-smb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ You can mount an SMB file for Windows virtual machines (VMs).
2222

2323
* [Mount NFS volumes for Windows or Linux VMs](azure-netapp-files-mount-unmount-volumes-for-virtual-machines.md)
2424
* [SMB FAQs](faq-smb.md)
25-
* [Network File System overview](../../windows-server/storage/nfs/nfs-overview)
25+
* [Network File System overview](/windows-server/storage/nfs/nfs-overview)

0 commit comments

Comments
 (0)