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-square3fedilinkarrow-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-square3fedilinkfile-text
minus-squareTheInsane42@lemmy.worldlinkfedilinkEnglisharrow-up4·11 months agoOn the shell you can use the command adb shell mount to see all mounted filesystems. This inclused the filesystems of your work profile. It could be required to run adb as root, then you need to enter adb root first
On the shell you can use the command
to see all mounted filesystems. This inclused the filesystems of your work profile. It could be required to run adb as root, then you need to enter
first