@[email protected] to AndroidEnglish • 11 months agoHow do I find the path to a partition in my device when connected to my computer with adb?message-square4fedilinkarrow-up123arrow-down12file-text
arrow-up121arrow-down1message-squareHow do I find the path to a partition in my device when connected to my computer with adb?@[email protected] to AndroidEnglish • 11 months agomessage-square4fedilinkfile-text
minus-squareAce! _SL/SlinkfedilinkEnglish6•edit-211 months ago$ adb shell df -h This command lists all mounted block devices
$ adb shell df -h
This command lists all mounted block devices