• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root Partition Question

ASJ80

Newbie
Why does fdisk show only one partition and say that its physical and logical partitions are different?

INTERACTIVE
root@x5:/ # fdisk -l /dev/block/mmcblk0

Disk /dev/block/mmcblk0: 7818 MB, 7818182656 bytes
256 heads, 63 sectors/track, 946 cylinders
Units = cylinders of 16128 * 512 = 8257536 bytes

Device Boot Start End Blocks Id System
/dev/block/mmcblk0p1 1 266306 2147483647+ ee EFI GPT
Partition 1 has different physical/logical beginnings (non-Linux?):
phys=(0, 0, 1) logical=(0, 0, 2)
Partition 1 has different physical/logical endings:
phys=(1023, 255, 63) logical=(266305, 4, 4)
root@x5:/ # exit
 
it's not MBR partitioned, it's GPT partitioned. There are 30 partitions if I remember correctly.

The ones you care about (system, data, cache) are next to each other and if you play it right you could probably resize them.
 
Oops, I was wrong, there's 35 partitions. I found the list in my old chat logs.

Number Start End Size File system Name Flags
1 8389kB 75.5MB 67.1MB fat16 modem msftdata
2 75.5MB 76.5MB 1049kB sbl1
3 76.5MB 77.1MB 524kB rpm
4 77.1MB 77.6MB 524kB tz
5 77.6MB 78.1MB 524kB sdi
6 78.1MB 80.2MB 2097kB aboot
7 80.2MB 80.7MB 524kB rpmb
8 80.7MB 81.3MB 524kB tzb
9 81.3MB 83.4MB 2097kB abootb
10 83.4MB 85.5MB 2097kB pad msftdata
11 85.5MB 88.6MB 3146kB modemst1
12 88.6MB 91.8MB 3146kB modemst2
13 91.8MB 109MB 16.8MB misc
14 109MB 143MB 33.6MB ext4 persist msftdata
15 143MB 166MB 23.1MB laf
16 168MB 191MB 23.1MB boot
17 191MB 214MB 23.1MB recovery
18 214MB 217MB 3146kB fsg
19 218MB 219MB 524kB fsc
20 219MB 219MB 524kB ssd
21 226MB 227MB 524kB DDR
22 235MB 235MB 524kB encrypt
23 235MB 236MB 524kB rct
24 243MB 252MB 8389kB ext4 drm msftdata
25 252MB 260MB 8389kB ext4 sns msftdata
26 260MB 281MB 21.0MB factory
27 281MB 315MB 33.6MB fota
28 319MB 320MB 1049kB sbl1b
29 320MB 353MB 33.6MB ext4 mpt msftdata
30 353MB 387MB 33.6MB ext4 carrier msftdata
31 387MB 387MB 524kB eksst
32 394MB 2542MB 2147MB ext4 system msftdata
33 2542MB 3485MB 944MB ext4 cache msftdata
34 3485MB 7782MB 4297MB ext4 userdata msftdata
35 7785MB 7818MB 33.5MB grow msftdata
 
Back
Top Bottom