From f18345a6c4e65428cea86e5e7904172a269302e3 Mon Sep 17 00:00:00 2001 From: Adorem <38832853+Adorem@users.noreply.github.com> Date: Sat, 30 May 2020 11:23:05 +0200 Subject: [PATCH] Update link to partition.md (#698) --- Documentation/partition.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/partition.md b/Documentation/partition.md index 124bd5845..1757c9dee 100644 --- a/Documentation/partition.md +++ b/Documentation/partition.md @@ -1,6 +1,6 @@ # Partition -The partition layout is a bit different than for regular setups. We prefer GPT, if possible. With SoCs which don't support GPT, we use the hybrid GPT. For more details about this topic, please refer to the [development](development.mnd) documentation. +The partition layout is a bit different than for regular setups. We prefer GPT, if possible. With SoCs which don't support GPT, we use the hybrid GPT. For more details about this topic, please refer to the [development](development.md) documentation. The system is designed to have as less as possible write operations on the storage media. Which means that we have basically only write during the OTA update and 5-6 times per week on the overlay part. The data partition is having I/O. This is the reason which is should be run on a different drive.