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
{{ message }}
This repository was archived by the owner on Feb 27, 2023. It is now read-only.
We are switching one of our partition filesystem to ExFAT in our next release (due in a few weeks), but from what I can see in this piece of code there's no way to ask NOOBS to create an ExFAT filesystem from our partitions.json file 😭
Are there any plans to support this? Or at least any custom filesystem creation command? If not, which approach do you think we should consider?
Thanks a lot in advance for your help.
PS: I've tried a few things already to reformat and create the filesystem on first boot, but all my attempts failed:
parted refuses to resize the extended partition that contains the logical partition mounted as /
fdisk is made for humans and thus its input is highly inconsistent and not reliably usable by a script