Partition Table - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PINE A64(+) (https://forum.pine64.org/forumdisplay.php?fid=4) +--- Forum: Android on Pine A64(+) (https://forum.pine64.org/forumdisplay.php?fid=5) +--- Thread: Partition Table (/showthread.php?tid=1834) |
Partition Table - xalius - 07-23-2016 Hi I was looking into a way to automate resizing the /data and /system partitions on sdcards written from the images provided. But every image I look at, the partition table is in weird layout with overlapping partitions: Code: Disk /dev/sdb: 59.6 GiB, 64021856256 bytes, 125042688 sectors This is a 32GB image (http://files.pine64.org/os/android/android-ver5.1.1-20160711-pine64-32GB.zip) written to a 64GB sdcard. As you can see, there is a extended partition (sdb3 here) starting right at the beginning of the medium, it contains most of the remaining partitions (logical), but there is a large primary partition tacked on to the end of that (sdb1 here) and the second primary partition (sdb2 here) is actually sitting INSIDE the extended partition... this breaks any tool people might want to use to try to resize /data and /system... RE: Partition Table - xalius - 07-24-2016 On the plus side, while the layout breaks using any normal partitioning tool, the large primary tacked on at the end is the /data partition and so should be easy to resize to the full disk/card... |