There is one post about the multiple sd card path Confused by the many locations of the virtual /sdcard/
My question is, how to detect 2 different paths point to the same sdcard? For example,[/storage/emulated/0, /storage/sdcard0] are in fact the same.
Our project uses some complicated procedure to retrive sd card(s), such as mount commend, reading fstab, etc. But it failed to distinguish two symlinks pointing to the same path. Then our file listing met some problem