• @[email protected]OP
      link
      fedilink
      5
      edit-2
      2 months ago

      I only allowed 4G for swap, maybe arch enabled zram and it used 8GB by default and I actually don’t need to create a swap partition?

      • @[email protected]
        link
        fedilink
        102 months ago

        Arch doesn’t really do anything you don’t tell it to do during installation.
        That’s the entire point. After installing Arch, you know what your system does, cause you configured it.

  • Kalcifer
    link
    13
    edit-2
    2 months ago

    You can try using # du -h -d 1 / to locate the largest directory under /. Once you’ve located the largest directory, replace / with that directory. Repeat that until you find the culprit (if there is a single large directory).

    EDIT (2024-07-22T19:34Z): As suggested by @[email protected], you can also use a program like Filelight, which provides a visual and more comprehensive breakdown of the sizes of directories.

  • Kalcifer
    link
    6
    edit-2
    2 months ago

    Try the following command to list all installed packages sorted by size [source]:

    LC_ALL=C.UTF-8 pacman -Qi | awk '/^Name/{name=$3} /^Installed Size/{print $4$5, name}' | LC_ALL=C.UTF-8 sort -h

    There may be some unexpectedly large packages installed.

  • @[email protected]
    link
    fedilink
    English
    52 months ago

    Keep in mind that a part of the filesystem will be reserved on creation. Here if I create a completely empty ext4 filesystem with:

    truncate -s 230G /tmp/img
    mkfs.ext4 /tmp/img
    mount /tmp/img /mnt
    

    Dolphin reports “213.8 GiB free of 225.3 GiB (5% used)”

    screenshot

  • 𝘋𝘪𝘳𝘬
    link
    fedilink
    42 months ago

    Try running pacman -Scc to get rid of the pacman cache.

    Also: How did you install KDE?

  • @[email protected]
    link
    fedilink
    32 months ago

    sounds ok for me if you install the full KDE Plasma + all applications package group and add some basic software like LibreOffice