Attempt to perform flash resize procedure failed (could not reboot) and forced the reinstall of the Ubuntu image.
After reinstalling the image:
ubuntu@ubuntu:~$ sudo fdisk /dev/mmcblk0
Welcome to fdisk (util-linux 2.27.1). Changes will remain in memory
only, until you decide to write them. Be careful before using the
write command.
Command (m for help): p Disk /dev/mmcblk0: 29.7 GiB, 31914983424
bytes, 62333952 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: 0xc7079672
Device Boot Start End Sectors Size Id Type
/dev/mmcblk0p1 * 8192 270335 262144 128M c W95 FAT32 (LBA)
/dev/mmcblk0p2 270336 62333918 62063583 29.6G 83 Linux
Does this snippet indicate that all 32GB of the microSD card is allocated?
Device Boot Start End Sectors Size Id Type
/dev/mmcblk0p1 * 8192 270335 262144 128M c W95 FAT32 (LBA)
/dev/mmcblk0p2 270336 62333918 62063583 29.6G 83 Linux
In the future, can I use the above specs to format the SD card with GPARTED before writing the image to the SD card? or does that have to be done with GPARTED after writing the image?