vestmoria@linux.community to Android@lemmy.worldEnglish · 11 months agoHow do I find the path to a partition in my device when connected to my computer with adb?message-squaremessage-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?vestmoria@linux.community to Android@lemmy.worldEnglish · 11 months agomessage-square4fedilinkfile-text
minus-squareAce! _SL/SlinkfedilinkEnglisharrow-up7·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