Say you have an external USB HDD, on which there is partition /dev/sdx1 labeled "somelabel", and there is an folder named "foo" on this partition, if you: step 1: plugin the external device, click the "somelabel" device located under "Removable Devices" section in dolphin, to mount this partition (/dev/sdx1) on /run/media/username/somelabel step 2: drag /home/username/bar to the "Places" section in dolphin step 3: sudo mount --bind /run/media/username/somelabel/foo /home/username/bar, where bar is folder that is not on /dev/sdx1 step 4: click "bar" in the "Places" section step 5: click "somelabel" in the "Removable Devices" section step 6: close dolphin step 7: open dolphin again, and click "somelabel" in the "Removable Devices" section, you will see contents of /run/media/username/somelabel/foo, while contents of /run/media/username/somelabel are expected.
Can you explain why would expect it to show the contents of /run/media/username/somelabel, when the location you mounted to /home/username/bar was /run/media/username/somelabel/foo?
If you can provide the information requested in comment #1, please add it.
To further investigate this issue, KDE developers need the information requested in comment #1. If you can provide it, or need help with finding that information, please add a comment.
No response, changing status. If you have new information, please add a comment.