I have a simple question which I can't find the answer for We all know that Microsoft Windows doesn't support partition formats such as ext4 or f2fs, however even this being the case, how can it interact with Android internal storage seeing as it is formatted in ext4? (for example)
Asked
Active
Viewed 168 times
1 Answers
1
Windows doesn't actually mount the partition, a common filesystem can be only mounted once at a time. Android actually uses MTP (media transfer protocol) to allow copying files over USB.

trogper
- 111
- 2
ext4
orf2fs
. Related: https://android.stackexchange.com/a/205494/218526 – Irfan Latif Sep 06 '19 at 20:36