Difference between revisions of "PinePhone Installation Instructions"

Jump to navigation Jump to search
(→‎Using Growpart: style fix)
Line 95: Line 95:
Parted's interactive mode and resize work well together. Do this before you put your microSD card into the PinePhone for the first time for best results.
Parted's interactive mode and resize work well together. Do this before you put your microSD card into the PinePhone for the first time for best results.


  sudo parted /dev/<your_sd_card_device>
  sudo parted /dev/'''<your_sd_card_device>'''
  (parted) resizepart 2 100%
  (parted) resizepart 2 100%
  (parted) quit
  (parted) quit
  sudo resize2fs /dev/<the_second_sd_card_PARTITION>
  sudo resize2fs /dev/'''<the_second_sd_card_PARTITION>'''


=== Resize from within PinePhone ===
=== Resize from within PinePhone ===