View Single Post
Old 10-30-2024, 06:06 AM   #77
Renate
Onyx-maniac
Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.
 
Posts: 4,001
Karma: 18026955
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
You have a gazillion partitions. Half of them are not a formatted filesystems. They only hold one file. Most of those are ELF files, like xbl, abl, cmnlib, modem... Many are even empty, all zeroes. misc is just raw unstructured flash memory.

There are only four logical partitions, system, system_ext, product, vendor. They are in the physical partition super which is not a "real" filesystem like ext4.

cache is a tmpfs, it's only using RAM for storage which is why the contents disappear when you reboot.

Since "splash" is not used, I used it recently to debug a custom recovery by just writing text to it like one big file. Unlike cache, after crashing and reset the contents are still there.

You didn't mention the blue light before. Are you sure that it is supposed to be on when it's happy?
Renate is offline   Reply With Quote