Skip to content

Commit ce7f7e0

Browse files
committed
Add prereqs
1 parent 5a28885 commit ce7f7e0

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

articles/iot-edge/how-to-share-windows-folder-to-vm.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,12 @@ The Azure IoT Edge for Linux on Windows (EFLOW) virtual machine is isolated from
1919
This article shows you how to enable the folder sharing between the Windows host OS and the EFLOW virtual machine.
2020

2121
## Prerequisites
22-
- Azure IoT Edge for Linux on Windows 1.2.11 update or higher. For more information about EFLOW release notes, see [EFLOW Releases](https://aka.ms/AzEFLOW-Releases).
22+
- Azure IoT Edge for Linux on Windows 1.3.1 update or higher. For more information about EFLOW release notes, see [EFLOW Releases](https://aka.ms/AzEFLOW-Releases).
23+
- A machine with an x64/x86 processor.
2324
- Windows 11 Sun Valley 2 (build 22621) or higher. To get Windows SV2 update, you must be part of Windows Insider Program. For more information, see [Getting started with the Windows Insider Program](https://insider.windows.com/en-us/getting-started). After installation, you can verify your build version by running `winver` at the command prompt.
2425

2526
>[!NOTE]
26-
> We plan to include support for Windows 10 21H2 (version 19044) version and Windows Server 2019/2022 in the upcoming months.
27+
>We plan to include support for Windows 10 21H2 (version 19044) version, Windows Server 2019/2022, and ARM64 processors in the upcoming months.
2728
2829
If you don't have an EFLOW device ready, you should create one before continuing with this guide. Follow the steps in [Create and provision an IoT Edge for Linux on Windows device using symmetric keys](how-to-provision-single-device-linux-on-windows-symmetric.md) to install, deploy and provision EFLOW.
2930

@@ -103,7 +104,12 @@ The following steps provide example EFLOW PowerShell commands to share one or mo
103104
```
104105

105106
1. Go to the _Read-Access_ shared folder (mounted under _/tmp/host-read-access_) and check the content of the _Hello-World.txt_ file.
107+
108+
>[!NOTE]
109+
>By default, all shared folders are shared under *root* ownership. To access the folder, you should log in as root using `sudo su` or change the folder ownership to *iotedge-user* using `chown` command.
110+
106111
```bash
112+
sudo su
107113
cd /tmp/host-read-access
108114
cat Hello-World.txt
109115
```

0 commit comments

Comments
 (0)