I recently upgraded to android 11. Ever since I did that I cannot adb shell into any of the directories inside the /mnt
directory:
adb shell
taimen:/ $ cd mnt
taimen:/mnt $ ls
androidwritable appfuse asec expand installer media_rw obb pass_through product runtime sdcard secure user vendor
taimen:/mnt $ cd sdcard
/system/bin/sh: cd: /mnt/sdcard: Permission denied
What do I do to regain my access?