I don't know if this helps, but I believe the boot partition to be at sde1, recovery sde2.
I found boot at: '/sys/dev/block/1:0/subsystem/sde1/uevent' which, if you open it, lists:
Code:
MAJOR=8
MINOR=65
DEVNAME=sde1
DEVTYPE=partition
PARTN=1
PARTNAME=boot
I did it from root explorer on my phone. If I was home I'd have extracted all of the partitions and names with a shell script -.-
Sent from my LG-H830 using Tapatalk
---------- Post added at 10:44 AM ---------- Previous post was at 10:16 AM ----------
aboot is sde6
Code:
MAJOR=8
MINOR=70
DEVNAME=sde6
DEVTYPE=partition
PARTN=6
PARTNAME=aboot
Also, MAJOR/MINOR apply to the path too. Like 'sys/dev/block/8:70' would also be aboot.
Sent from my LG-H830 using Tapatalk