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
+16-4Lines changed: 16 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ ms.author: anfdocs
6
6
ms.service: azure-netapp-files
7
7
ms.workload: storage
8
8
ms.topic: how-to
9
-
ms.date: 01/07/2022
9
+
ms.date: 06/13/2022
10
10
---
11
11
# Mount a volume for Windows or Linux VMs
12
12
@@ -45,9 +45,21 @@ You can mount an Azure NetApp Files file for Windows or Linux virtual machines (
45
45
46
46
4. If you want to mount the volume to Windows using NFS:
47
47
48
-
a. Mount the volume onto a Unix or Linux VM first.
49
-
b. Run a `chmod 777` or `chmod 775` command against the volume.
50
-
c. Mount the volume via the NFS client on Windows.
48
+
> [!NOTE]
49
+
> One alternative to mounting an NFS volume on Windows is to [Create a dual-protocol volume for Azure NetApp Files](create-volumes-dual-protocol.md), allowing the native access of SMB for Windows and NFS for Linux. However, if that is not possible, you can mount the NFS volume on Windows using the steps below.
50
+
51
+
* Set the permissions to allow the volume to be mounted on Windows
52
+
* Follow the steps to [Configure Unix permissions and change ownership mode for NFS and dual-protocol volumes](configure-unix-permissions-change-ownership-mode.md#unix-permissions) and set the permissions to '777' or '775'.
0 commit comments