Skip to content

Commit 5a9deb6

Browse files
authored
Merge pull request #97996 from b-juche/patch-1
Add tip re. mounting to Windows via Unix/Linux VM
2 parents 0401d42 + cc62a7a commit 5a9deb6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.workload: storage
1313
ms.tgt_pltfrm: na
1414
ms.devlang: na
1515
ms.topic: conceptual
16-
ms.date: 11/08/2019
16+
ms.date: 12/05/2019
1717
ms.author: b-juche
1818
---
1919
# Mount or unmount a volume for Windows or Linux virtual machines
@@ -37,6 +37,12 @@ You can mount or unmount a volume for Windows or Linux virtual machines as neces
3737
* `$FILEPATH` is the export path of the Azure NetApp Files volume.
3838
* `$MOUNTPOINT` is the directory created on the Linux host used to mount the NFS export.
3939

40+
4. If you want to mount the volume to Windows:
41+
42+
a. Mount the volume onto a Unix or Linux VM first.
43+
b. Run a `chmod 777` or `chmod 775` command against the volume.
44+
c. Mount the volume via the NFS client on Windows.
45+
4046
## Next steps
4147

4248
* [Configure NFSv4.1 default domain for Azure NetApp Files](azure-netapp-files-configure-nfsv41-domain.md)

0 commit comments

Comments
 (0)