Hello, since updating my rooted Pixel 5 to the November Image (via fastboot, flash-all.bat without -w switch) several folders in my internal storage are shown twice. The mentioned folders are in fact identical, if I create a file in one of them it also shows up in the other. After deleting a duplicated directory its twin is also gone but when I recreate it the twin gets resurrected as well.
Please see the following example (excerpt from ls -l in /data/media/0, called in an adb root shell):
After deleting the Download directory it looks like this:
Any ideas how to solve this (without wiping)?
Thanks in advance.
Please see the following example (excerpt from ls -l in /data/media/0, called in an adb root shell):
Code:
drwx------ 2 u0_a250 u0_a250 3452 2020-11-08 14:31 Download
drwx------ 2 u0_a250 u0_a250 3452 2020-11-08 14:31 Download
Code:
d????????? ? ? ? ? ? Download
Any ideas how to solve this (without wiping)?
Thanks in advance.