1

Below is the image of how the android device automatically mounts on windows 10 (named: remdiz) Actual Device: Redmi Note 5 Pro

Device Mount 1: https://i.stack.imgur.com/uOnI4.png

I am not able to get the list of files inside any given folder inside it because I see the path of it as This PC\redmiz\disk\Music which is not accessible in powershell, command prompt or even python.

enter image description here

All I need is to list the files inside Music as I have a same copy on my local and I want to find the difference Accepted answer can be a batch file, windows command, powershell command, python script, command using git bash etc or any process that will give me a real path of the device named redmiz

Azee77
  • 100
  • 2
  • 8

1 Answers1

1

MTP doesnt allow this on Windows. Found a tool named MTPDrive. It was a little buggy, but helped by mounting the internal storage and external storage of Android as mapped drive leading to now limitless possibilites for my use case

Azee77
  • 100
  • 2
  • 8