Difference between revisions of "PinePhone"

Jump to navigation Jump to search
(Add resize instructions)
Line 301: Line 301:


Jumpdrive also acts as a rescue image in case if you messed up your installation. To do so, you can telnet to '''172.16.42.1''', mount rootfs and fix it!
Jumpdrive also acts as a rescue image in case if you messed up your installation. To do so, you can telnet to '''172.16.42.1''', mount rootfs and fix it!
'''Resize file system'''
If you flash a 4G img distro (ie. phosh+debian) to your eemc, your eemc will only have a 3.7G partition on it. To use the entire 14.7G on the eemc, run the following commands:
# sudo cfdisk /dev/sdX
# Change to [Resize] in the ncurses program, resize the 3.7G partition to 14.7G, and [Write]
# sudo resize2fs /dev/sdXY
Replace X with your drive's name. Replace Y with the paritition you resized in cfdisk.