nikhiljha / pp-fedora-sdsetup

PinePhone Fedora Image Generation Script
GNU General Public License v3.0
105 stars 21 forks source link

No Root Memory Available #104

Closed Braillynn closed 3 years ago

Braillynn commented 3 years ago

Upon flashing and trying to update the OS through terminal on a 3GB PinePhone, the update fails and states no root memory/storage available.

Torbuntu commented 3 years ago

Did you make sure to resize the rootfs before inserting into the pinephone?

nikhiljha commented 3 years ago

Here are the instructions again, (from your computer, not from the PinePhone). Automatic resize is something that we want though! Would welcome contributions.

sudo parted /dev/<your_sd_card_device>
(parted) resizepart 2 100%
(parted) quit
sudo resize.f2fs /dev/<the_second_sd_card_PARTITION>