when you get a chance here is the limit of my knowledge to try to get to a traditional fstab if you have a vold....pretending you have a mtk device
Ideally we want to see a folder called by-name but I only have by-number
Inference, the "p1" is partition one, so is traditional fstab entrant, plus my card is only one partition
cheers
Code:
adb devices
adb shell
su
cd /dev/block/platform
ls
# if you have internal and external you see 2 folders otherwise one
# pretend its both so
cd mtk-msdc.1
Ideally we want to see a folder called by-name but I only have by-number
Code:
my result
ls -al
drwxr-xr-x root root 2014-09-10 15:44 by-num
lrwxrwxrwx root root 2014-09-09 11:54 mmcblk1 -> /dev/block/mmcblk1
lrwxrwxrwx root root 2014-09-10 15:44 mmcblk1p1 -> /dev/block/mmcblk1p1
ls -al by-num/
lrwxrwxrwx root root 2014-09-10 15:44 p1 -> /dev/block/mmcblk1p1
Inference, the "p1" is partition one, so is traditional fstab entrant, plus my card is only one partition
cheers