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-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 · 1 year agomessage-square3fedilinkfile-text
minus-squareRefurbished Refurbisher@lemmy.sdf.orglinkfedilinkEnglisharrow-up1·edit-21 year agoIf you know the name of the partition, you can access it in /dev/block/by-name, or find out where they point to by using ls -lah /dev/block/by-name But not really sure what you’re asking If you want to copy a partition, you’re going to need to have root access.
If you know the name of the partition, you can access it in
/dev/block/by-name
, or find out where they point to by usingls -lah /dev/block/by-name
But not really sure what you’re asking
If you want to copy a partition, you’re going to need to have root access.