02-16-2020, 01:07 AM
(02-09-2020, 12:13 PM)blambi Wrote: So what I did to work around this:
Should probably be noted that I did this on my computer I'm not sure how well it would do on the pinephone itself, well if you have another boot medium it should work fine.
- Write image to sdcard with dd
- Open sdcard in parted (In my case: parted /dev/sdd)
- Resize partition with resizepart, picked 100% as new end of partition
- Ran resize2fs /dev/sdd1 to get the correct size
I actually just did this on the pinephone itself while the partition was mounted as / of the running system. It worked surprisingly well. It printed something about "on-line resizing" and then did exactly what it was supposed to without a hitch. Very nice.