var capacity 11.1 GiB, var usage 10.6 GiB

  • Mactan@lemmy.ml
    link
    fedilink
    arrow-up
    9
    ·
    9 hours ago

    why would var have such a restraint? reminds me of overly complex tutorials tricking people into elaborate partitioning schemes

  • pollopolis@lemmy.ml
    link
    fedilink
    arrow-up
    6
    ·
    edit-2
    17 hours ago

    Uninstall all the flatpak packages that are installed as system wide packages and install them as user packages, that way flatpak will use your /home partition. I had the same problem.

  • istdaslol@feddit.org
    link
    fedilink
    arrow-up
    3
    ·
    17 hours ago

    Usually var gets full of old log files. So maybe delete some of those. Apt-cache is also a suspect

  • db2@lemmy.world
    link
    fedilink
    arrow-up
    2
    arrow-down
    14
    ·
    16 hours ago

    dd if=/dev/zero of=/var

    But really, remove what you don’t use and/or stop using flatpak.

      • db2@lemmy.world
        link
        fedilink
        arrow-up
        2
        arrow-down
        7
        ·
        15 hours ago

        That’s why I didn’t include any privilege escalation, even if someone ran it as is it would fail. But a warning is also appropriate, thanks.

        • bus_factor@lemmy.world
          link
          fedilink
          arrow-up
          4
          ·
          8 hours ago

          That doesn’t make it better.

          The first thing a novice user learns is to slap sudo in the front if they don’t have access to do something.

          • db2@lemmy.world
            link
            fedilink
            arrow-up
            1
            arrow-down
            1
            ·
            1 hour ago

            Nobody puts var on its own partition anymore, it would sill fail.

      • db2@lemmy.world
        link
        fedilink
        arrow-up
        1
        arrow-down
        1
        ·
        9 hours ago

        It would probably fail unless var was a block device actually. It wouldn’t turn a directory in to a file.