You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To keep our sd card images small, it's nice to make the rootfs partition small. However, you may quickly run out of room on the rootfs. We can manually resize the partitions with gparted, but that's not great for end users.
Rather, we should do something like the raspberry pis do, and resize the rootfs to take up all empty space on the SD card on boot (or with a script).
The text was updated successfully, but these errors were encountered:
On Wed, Apr 22, 2020 at 12:53 PM Trevor Vannoy ***@***.***> wrote:
To keep our sd card images small, it's nice to make the rootfs partition
small. However, you may quickly run out of room on the rootfs. We can
manually resize the partitions with gparted, but that's not great for end
users.
Rather, we should do something like the raspberry pis do, and resize the
rootfs to take up all empty space on the SD card on boot (or with a script).
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABNDUXDCSBTHABWVBBZRRT3RN44LTANCNFSM4MONLIKQ>
.
Currently, our sd card layout has the fat32 partition after the rootfs. This will have to be moved.
I think the Raspbian approach would be good, i.e. resize on first boot.
I agree. I'll implement something like described in that stack exchange post. That will be pretty slick.
To keep our sd card images small, it's nice to make the rootfs partition small. However, you may quickly run out of room on the rootfs. We can manually resize the partitions with gparted, but that's not great for end users.
Rather, we should do something like the raspberry pis do, and resize the rootfs to take up all empty space on the SD card on boot (or with a script).
The text was updated successfully, but these errors were encountered: