So, I recently got a notification that space was running out on my 128GB phone. Looking at the segmentation then, the system files was taking about 45 GB data while my other stuff was taking around 75GB. Pretty normal so far, and I thought, okay, why don't I move my photos over to my desktop, which I did. Freed up around 15 GB and I went on my day.
However, soon enough, I get notified I am running out of space again. This time, I looked and the system files section was taking around maybe, 60 something GB? I thought, that's strange, I just cleared all my photos. What's going on! So I went on deleting apps. I ended up almost deleting everything, just to find that system will grow to consume it within hours. Feeling defeated, I decided to wipe my phone using the option within settings.
So, all was well with backing up and wiping, and I set up the phone again and all that. All went well until I woke up next morning, just to find that I am running out of space again... I was quite shocked. So I wondered, maybe it's something with the apps I installed. So after the phone was almost non responsive complete because of space issues, I did a second wipe. I restored the back up this time, while leaving out some of my other large games that was initially taking up around 35 GB total. I was suspecting games are usually culprit if something's wrong, but wrong. Storage kept increasing after the second wipe and half a day later, got my storage running out again. Which forces me to do a third wipe.
Before my third wipe, I read online that persistent viruses can sometimes nest within the back up. So this time around, I reinstalled my phone without restoring anything. I also only installed malwarebytes and arrow file manager to explore what's going on. I took the precaution too not to add any google accounts except one and completely avoided wifi at initial set up until malwarebytes is up. And unfortunately, the system file size growing issue still persisted. Within half a day, I got this:
Running out of options here... Any suggestions how I can bust open what's in system files to see what's going on? Or if anyone feels compelled to help me look more into this, I can help provide logs using methods you peeps proposes. For now, I already ordered a temporary cheap phone, so this phone will be available for multiple wipes until I figure out how to reflash a factory image I am trying to get from the manufacturer. Thanks!
/data/system*
and/data/misc*
alone, it's the whole/data
filesystem used except the shared storage (/data/media
). The pace at which the space is being occupied indicates that it could be some sort of logs growing up. But without root it can't be investigated with certainty. Though ADB might be able able to access some of the directories inside/data
, or possibly some system APIs can be used. – Irfan Latif Sep 29 '21 at 20:58