I need just a little help. I'm trying to expand the partition, and obviously doing something incorrectly.
I'm trying to use the directions here:
https://bitcointalksearch.org/topic/m.2888042and then found this extra info here:
https://bitcointalksearch.org/topic/m.4641487After I try any iteration of these directions the system never comes back after the reboot before the resize.
The one glaring difference in setup I found are that one says to create the new partition as a primary, the other as an extended.
Both ways yield the same result.
So I guess what I'm asking is if someone could perhaps post a new set of directions for myself, and anyone after me looking to expand the parititon on 0.2.4.6 and is stumbling.
Here is the result I get from the initial fdisk print:
Command (m for help): p
Disk /dev/mmcblk0: 7.6 GiB, 8168931328 bytes, 15954944 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x00057540
Device Boot Start End Blocks Id System
/dev/mmcblk0p1 2048 186367 92160 c W95 FAT32 (LBA)
/dev/mmcblk0p2 186368 3667967 1740800 5 Extended
/dev/mmcblk0p5 188416 3667967 1739776 83 Linux
Command (m for help):
Thanks in advance.
NM: Found the answer to my own question here: https://bitcointalksearch.org/topic/m.4594500I was searching for the term expand partition, which didn't pop that post till I started searching for partprobe hunting for answers.
Short answer is I had to kill both 2 and 5, then recreate them 2 as an extended, 5 as a logical. Hope this breadcrumb helps someone else find the right post.