Is there anything I can do about this extremely vague block of data that’s taking up 30% of my phone’s storage? Mind you, this isn’t the operating system itself, as that’s listed as its own category.

EDIT: I tried (a) backing up to my computer, factory resetting, then restoring from backup and (b) setting the date years in the future. Neither worked, in fact (a) actually increased my system data to 34 GB! What DID end up working was updating my iOS from 18 to 26, which I had to do from my computer via iTunes since my phone was full. Apparently major system updates reset system data

      • Kairos@lemmy.today
        link
        fedilink
        arrow-up
        5
        arrow-down
        3
        ·
        12 天前

        Also, it’s not true for RAM either. The OS will automatically cache files as it sees fit. Helps with video players and the like.

        • Aatube@kbin.melroy.org
          link
          fedilink
          arrow-up
          4
          arrow-down
          1
          ·
          12 天前

          how does that mean it’s not true for RAM tho? caching is about the time it takes to (compute and) load things into the RAM and RAM r/w operations are pretty much always faster than disk

          • Kairos@lemmy.today
            link
            fedilink
            arrow-up
            2
            arrow-down
            3
            ·
            12 天前

            Because the people that say “unused RAM is wasted RAM” have zero understanding of what file caching is and think that RAM only includes program data.

            • acosmichippo@lemmy.world
              link
              fedilink
              English
              arrow-up
              6
              arrow-down
              1
              ·
              12 天前

              file caching is making use of unused ram which is what people mean by “unused ram is wasted ram”. you are saying the same thing.

      • ricecake@sh.itjust.works
        link
        fedilink
        arrow-up
        2
        ·
        12 天前

        Only for write operations. Reads are effectively free, and cached files are invariably predominantly read heavy.
        Even then, the wear effects of writes on SSDs are exaggerated. Improvements in the technology and wear leveling have made them roughly as reliable as spinning disk.

        For a phone, the storage is expected to remain viable beyond the expected usage lifetime of the device. It doesn’t really matter if caching wears storage a little faster if the device is inoperable before it’s a problem.

      • acosmichippo@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        12 天前

        the SSD is not necessarily being “used” (written to) more here. The issue is that data isn’t being cleared when OP wants, but that doesn’t cause wear.

    • reddig33@lemmy.world
      link
      fedilink
      English
      arrow-up
      8
      ·
      12 天前

      If you’re lucky it will clear it. There were some folks complaining that they couldn’t install a system update because there “wasn’t enough room” according to the update process. This despite caches that could be cleared or apps that could be unloaded.

      • Em Adespoton@lemmy.ca
        link
        fedilink
        arrow-up
        3
        ·
        12 天前

        Indeed; my system data is currently at 17.78GB, I have 21GB free, and the last OS update still required me to offload a bunch of apps to free up enough space to install—despite there ALSO being a 10GB reserve for OS updates.

    • DarkCloud@lemmy.world
      link
      fedilink
      arrow-up
      2
      ·
      edit-2
      12 天前

      That’s usually called “Virtual Memory” rather than “Storage”, as a well written app will take as much storage as it needs when first run, then manage cache size itself.