I’m using EndeavourOS. I installed btop++ as well as Disk Usage Analyzer. Both give me different disk space information.

I know I don’t have 60gb worth of files on my system for sure, DUA confirms that. How can I get btop++ to read the correct disk space usage?

  • ash
    link
    fedilink
    English
    71 year ago

    It seems like one is showing GiB and the other GB, which are two different units.

    KB = 1000B KiB = 1024B

    Which doesn’t seem significant but it adds up.

    • @swrdghcnqstdr@lemmy.ml
      link
      fedilink
      English
      2
      edit-2
      1 year ago

      It’s not this significant (3x). it should be closer to 7%. My guess is that OP is using something like btrfs, whose data used is calculated differently due to the CoW nature, and btop++ is using using a generic tool to estimate disk usage rather than the btrfs utility that DUA is almost certainly using.

  • @sin_free_for_00_days
    link
    English
    1
    edit-2
    1 year ago

    GiB vs GB, but it shouldn’t be that much difference at a really cursory look.

    • DigesterOP
      link
      fedilink
      English
      21 year ago

      I tried to vim into the config file to change GiG to GB but I didn’t find the option.