Skip to content

Commit d5d2128

Browse files
committed
fix links
1 parent 386331f commit d5d2128

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
@@ -33,7 +33,7 @@ You can mount an NFS file for Windows or Linux virtual machines (VMs).
3333
* 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.
3434
For example, if the NFS version is NFSv4.1:
3535
`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).
3737
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.
3838
For example: `$ANFIP:/$FILEPATH /$MOUNTPOINT nfs bg,rw,hard,noatime,nolock,rsize=65536,wsize=65536,vers=3,tcp,_netdev 0 0`
3939
* `$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).
4343
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.
4444

4545
## 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:
4747

4848
1. [Mount the volume onto a Unix or Linux VM first](#linux).
4949
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,
5858
* [Linux NFS mount options best practices](performance-linux-mount-options.md)
5959
* [Configure NFSv4.1 default domain for Azure NetApp Files](azure-netapp-files-configure-nfsv41-domain.md)
6060
* [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)
6262
* [Mount an NFS Kerberos volume](configure-kerberos-encryption.md#kerberos_mount)
6363
* [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-unmount-volumes-VMs-SMB.md

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

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

0 commit comments

Comments
 (0)