From fcefb1e515001181f915f35e940cf6d4590cde1c Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Wed, 6 May 2020 08:33:48 +0000 Subject: [PATCH] expand --- Documentation/partition.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/partition.md b/Documentation/partition.md index 3b06a7a29..e03524fcb 100644 --- a/Documentation/partition.md +++ b/Documentation/partition.md @@ -36,7 +36,9 @@ Sometime the bootloader part can look different because there can be firmware or ## Data -The data partation is the only partition with I/O. This partition can be offloaded to a different drive with the utility: +The data partation is the only partition with real I/O. It will be expanded automatic on boot time to the full size of the disk. + +This partition can be offloaded to a different drive with the utility: ```sh $ datactl move /dev/xxx ```