Skip to content

Commit 3129da8

Browse files
authored
Merge pull request #235914 from fcabrera23/eflow-fix-partition
Update wrong partition layout
2 parents fd62598 + a7ce747 commit 3129da8

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

articles/iot-edge/iot-edge-for-linux-on-windows-security.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The EFLOW virtual machine is made up of two main partitions *rootfs*, and *data*
3434

3535
Because you may need write access to `/etc`, `/home`, `/root`, `/var` for specific use cases, write access for these directories is done by overlaying them onto our data partition specifically to the directory `/var/.eflow/overlays`. The end result of this is that users can write anything to the previous mentioned directories. For more information about overlays, see [*overlayfs*](https://docs.kernel.org/filesystems/overlayfs.html).
3636

37-
![EFLOW CR partition layout](./media/iot-edge-for-linux-on-windows-security/eflow-cr-partition-layout.png)
37+
[ ![EFLOW CR partition layout](./media/iot-edge-for-linux-on-windows-security/eflow-cr-partition-layout.png) ](./media/iot-edge-for-linux-on-windows-security/eflow-cr-partition-layout.png#lightbox)
3838

3939
| Partition | Size | Description |
4040
| --------- |---------- |------------ |
@@ -44,7 +44,6 @@ Because you may need write access to `/etc`, `/home`, `/root`, `/var` for specif
4444
| BootEFIB | 8 MB | Firmware partition B for future GRUBless boot |
4545
| BootB | 192 MB | Contains the bootloader for B partition |
4646
| RootFS B | 4 GB | One of two active/passive partitions holding the root file system |
47-
| Unused | 4 GB | This partition is reserved for future use |
4847
| Log | 1 GB or 6 GB | Logs specific partition mounted under /logs |
4948
| Data | 2 GB to 2 TB | Stateful partition for storing persistent data across updates. Expandable according to the deployment configuration |
5049

@@ -92,4 +91,4 @@ In the EFLOW Continuous Release (CR) version, we introduced a change in the tran
9291
9392
Read more about [Windows IoT security premises](/windows/iot/iot-enterprise/os-features/security)
9493
95-
Stay up-to-date with the latest [IoT Edge for Linux on Windows updates](./iot-edge-for-linux-on-windows-updates.md).
94+
Stay up-to-date with the latest [IoT Edge for Linux on Windows updates](./iot-edge-for-linux-on-windows-updates.md).
1.82 KB
Loading

0 commit comments

Comments
 (0)