vestmoria@linux.community to Android@lemmy.worldEnglish · 1 year 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 · 1 year agomessage-square4fedilinkfile-text
minus-squareAce! _SL/SlinkfedilinkEnglisharrow-up7·edit-21 year ago$ adb shell df -h This command lists all mounted block devices
$ adb shell df -h
This command lists all mounted block devices