I put an SD card into a Moto G Power, running Android 11.
Settings -> Storage -> [name]
allows me to "Open with Files", which shows me the directories.
Opening "Music" shows individual albums, which contain files, which I can tap on and individually play.
So the data is fine.
I have ssh terminal access to the non-rooted phone.
What is the filesystem pathname to the mounted SD card?
ls -1 /storage
– alecxs Nov 19 '21 at 23:58ls: can't open '/storage': Permission denied
. – Ray Butterworth Nov 20 '21 at 01:33df | grep storage
– alecxs Nov 20 '21 at 08:34df
found/storage/emulated/0
and/storage/5D32-345F
. The latter was what I wanted. Thanks. Please post this as an answer. – Ray Butterworth Nov 20 '21 at 13:52