By default, \"external\" storage on Android is presented as /sdcard folder. On some devices it\'s not SD card but internal memory.
Some devices allow attachment of a
Running mount without any parameters should not take root privileges and should print out all the mounted file systems. Obviously it's up to you to parse the output and test across devices.
Relying on Linux tools is generally not a good idea on Android but I expect mount to be available everywhere..