Use the left and right keys to select Write and press the return key (or the enter key on Windows) to write the partition table
Type yes and press the return key (or the enter key on Windows) to confirm again
Take note of the mount point of the new partition and use the left and right keys to select Quit and press the return key (or the enter key on Windows) to exit cfdisk
Or directly press q to exit cfdisk
Format the new partition
System->Mount Points->Click Add in the Mount Points section
Set the UUID to the newly added partition, and set the mount point to /overlay->Save
Use left and right arrows to select “Write” and press return key (or enter key for Windows) to confirm, write the partition table
Enter “yes” and press return key (or enter key for Windows) to confirm again
Take note of the mounting point of the new partition -> Use left and right arrows to select “Quit” and press return key (or enter key for Windows) to confirm, exit cfdisk
Or simply press q to exit cfdisk
Prepare the new partition
Format the new partition
1 2
umount /dev/mmcblk0p3 mkfs.ext4 /dev/mmcblk0p3
Wait for the formatting to complete
Mount the new partition
1
mount /dev/mmcblk0p3 /mnt/mmcblk0p3
Migrate the configuration files in Overlay
1
cp -r /overlay/* /mnt/mmcblk0p3
Format the new partition
System -> Mount Points -> Click Add in the Mount Points section
Set the UUID to the newly added partition and set the mounting point to /overlay -> Save
Use the left and right keys to select Write and press return key (or enter key on Windows) to confirm, write the partition table
Input yes and press return key (or enter key on Windows) to confirm again
Record the mount point of the new partition-> Use the left and right keys to select Quit and press return key (or enter key on Windows) to confirm, exit cfdisk
Or directly press q to exit cfdisk
Prepare the new partition
Format the new partition
1 2
umount /dev/mmcblk0p3 mkfs.ext4 /dev/mmcblk0p3
Wait for the formatting to complete
Mount the new partition
1
mount /dev/mmcblk0p3 /mnt/mmcblk0p3
Migrate the configuration files in Overlay
1
cp -r /overlay/* /mnt/mmcblk0p3
Format the new partition
System->Mount Points->Click Add in the Mount Points section
Set the UUID to the newly added partition, set the mount point to /overlay->Save