Considering that Android uses the Linux kernel, and that it reflects the recognized devices in /dev, /media and /run/media, where is the equivalent of fe. /dev/sda for a USB flash?
I know Android isn't GNU, but I'm guessing it's the same thing when it comes to drives.
/storage/$fs_uuid
. (For FAT family formatted drive, it would be something like/storage/1A2B-3C4D
. – Tom Yan Sep 17 '21 at 05:36