In order to mount an ext4-formated sd card in Android I followed this guide.
In the bash script msd2.sh is followking command:
mount -t ext4 /dev/block/mmcblk1p1 /storage/extSdCard && sleep 5 && /system/bin/vold
So in this part the mmcblk1p1
-partition shall be mounted in /storage/extSdCard
.
- How can I find out which of the partitions in
dev/block
is my sd-card ?
Furthermore I cannot mkdir
a folder in /storage
to have an equivalent mountpoint: mkdir failed for /storage/extSdCard, Read-only file system
- How do I get read-write access of
\storage
?
Info:
- Phone: Sony Xperia Z1
- Model number: C6903
- Android version: 5.1.1
- Build Number: 14.6.A.1.236