this post was submitted on 22 Jul 2024
33 points (90.2% liked)

linux4noobs

2622 readers
1 users here now

linux4noobs


Noob Friendly, Expert Enabling

Whether you're a seasoned pro or the noobiest of noobs, you've found the right place for Linux support and information. With a dedication to supporting free and open source software, this community aims to ensure Linux fits your needs and works for you. From troubleshooting to tutorials, practical tips, news and more, all aspects of Linux are warmly welcomed. Join a community of like-minded enthusiasts and professionals driving Linux's ongoing evolution.


Seeking Support?

Community Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Kalcifer@sh.itjust.works 13 points 1 year ago* (last edited 1 year ago) (4 children)

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 @DarkThoughts@fedia.io, you can also use a program like Filelight, which provides a visual and more comprehensive breakdown of the sizes of directories.

[–] DarkThoughts@fedia.io 15 points 1 year ago (3 children)

You can use Filelight which is much simpler and more visual.

[–] ByteOnBikes@slrpnk.net 13 points 1 year ago (1 children)

But it doesn't make you feel like hackerman

[–] SidewaysHighways@lemmy.world 5 points 1 year ago

goddamn does it ever feel good to feel like a hackerman

[–] NostraDavid@programming.dev 2 points 1 year ago (1 children)

ncdu for the terminal. Also enables you to delete folders/files.

[–] oscar@programming.dev 1 points 1 year ago

gdu is another alternative. It is sometimes faster than ncdu for me.

[–] FlexibleToast@lemmy.world 2 points 1 year ago (1 children)

Df does that too, or did you mean du?

[–] Kalcifer@sh.itjust.works 4 points 1 year ago* (last edited 1 year ago) (1 children)

Whoops! You are correct — I have updated the original comment. I'm not sure why I wrote df instead of du. This is a good example of why one should always be wary of blindly copying commands 😜 It begins to teeter on being potentially disastrous if I had instead wrote dd.

[–] FlexibleToast@lemmy.world 3 points 1 year ago

Luckily the syntax wouldn't have worked if it was dd

[–] ColdWater@lemmy.ca 2 points 1 year ago (1 children)

You're a life saver I finally found the culprit

[–] flambonkscious@sh.itjust.works 5 points 1 year ago (1 children)

Do tell! We need a follow up :)

[–] ColdWater@lemmy.ca 3 points 1 year ago (1 children)

It's "Steam" inside .local eat up 6GB even though I have not open it yet and tmp files (almost 5GB) that is not clear itself after installing the OS

[–] 0xDREADBEEF@programming.dev 1 points 1 year ago* (last edited 1 year ago) (1 children)

A fresh Arch install included Steam? Or was this not a fresh install?

[–] ColdWater@lemmy.ca 3 points 1 year ago (1 children)
[–] 0xDREADBEEF@programming.dev 2 points 1 year ago

Ah, I see. Just be aware that any additional file size when you get to the stage you can install KDE is pretty much considered the "bloat" part of installs, meaning you only make arch as bloated as you want after that. I like filelight in KDE https://apps.kde.org/filelight/

[–] Artyom@lemm.ee 1 points 1 year ago* (last edited 1 year ago) (1 children)

Or you could use baobab to do the same thing if you want an answer within 10 minutes.

[–] sunstoned@lemmus.org 2 points 1 year ago

Or dust if you want it fastest with a pretty graph