Difference between revisions of "PinePhone Software Releases"

Jump to navigation Jump to search
Line 41: Line 41:
== Resize partition to fit disk space ==
== Resize partition to fit disk space ==


Once you've flashed the OS to your SD card or eMMC storage, you may also need to expand the partition to fill all the available space. To do so after you've booted the device, install growpart and resize2fs on the phone and then run:
Once you've flashed the OS to your SD card or eMMC storage, you may also need to expand the partition to fill all the available space. Remove the SD card, boot up the phone. Install growpart (<code>apt-cache search growpart</code> and install the package in the search results) and run:  
  growpart /dev/mmcblkX Y
  growpart /dev/mmcblkX Y
  resize2fs /dev/mmcblkXpY
  resize2fs /dev/mmcblkXpY