Difference between revisions of "PinePhone Software Releases"

Jump to navigation Jump to search
Line 70: Line 70:
== 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. Install growpart (<code>apt-cache search growpart</code> and install the package in the search results) and 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.  
Locate 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