And that’s all, I’m happy since I was out of space.

  • eneff@discuss.tchncs.de
    link
    fedilink
    arrow-up
    2
    ·
    5 days ago

    My / is a tmpfs.

    There is no state accumulating that I didn’t explicitly specify, exactly because I don’t want to deal with those kind of chores.

    • Chewy@discuss.tchncs.de
      link
      fedilink
      arrow-up
      3
      ·
      5 days ago

      These tools are also useful for finding large files in your home directory. E.g. I’ve found a large amount of Linux ISOs I didn’t need anymore.

      • eneff@discuss.tchncs.de
        link
        fedilink
        arrow-up
        2
        ·
        1 day ago

        My users home directory is ephemeral as well, so this wouldn’t happen. Everything I didn’t declare to persist is deleted on reboot.

        What I do use tools like these for is verifying that my persistent storage paths are properly bind mounted and files end up in the correct filesystem.

        I use dust for this, specifically with the -x flag to not traverse multiple filesystems.