Support Windows disk-mount as a virtual disk for Android device storage
Feature Request: Windows Disk-Mount as Virtual Disk
Summary
Request to add support for mounting an Android device's storage as a virtual disk in Windows, enabling users to access device contents directly through Windows Explorer as if it were a local or external drive.
Details
- Implement functionality to allow Windows to mount Android device storage using ADB as a virtual disk (similar to mounting ISO or VHD files).
- Users should be able to browse, copy, move, and manage files using native Windows tools.
- Consideration for read/write permissions and file safety.
- Optionally, provide configuration for mounting as read-only or read-write.
Motivation
This feature would make accessing and managing Android device storage more convenient for Windows users, eliminating the need for separate file transfer utilities.
In my specific case, I'd like to avoid downloading the files locally first. It would be much more convenient to drag and drop them from Windows Explorer.
Additional Notes
If technically feasible, document any limitations or security concerns associated with this disk-mount feature.
This feature is similar to the ‘mount’ function of Rclone software: https://rclone.org/commands/rclone_mount/
If this functionality already exists, please provide documentation or a reference to its usage.
Thank you all 💯