I freed 50gb by running 'docker system prune'...
105 0 ReplyClean all the cache downloads of Arch Linux Packages
pacman -Scc
Remove unused docker networks and images
docker system prune --all
Cleanup untracked git files that might be in .gitignore such as build and out directories (beware of losing data, use "n" instead of "f" for a dry run)
git clean -xdf
Do an aggresive pruning of objects in git (MIGHT BE VERY SLOW)
git gc --aggressive --prune=now
Remove old journal logs, keeping last seven days
journalctl --vacuum-time 7days
Remove pip cache
pip cache purge
65 0 ReplyNo one showing love for ncdu around here?
41 0 ReplyI freed my entire disk by removing the French language pack
34 0 ReplyThe following NEW packages will be installed: filelight gamin kded5 kio kwayland-data kwayland-integration libdbusmenu-qt5-2 libgamin0 libhfstospell11 libkf5auth-data libkf5authcore5 libkf5codecs-data libkf5codecs5 libkf5completion-data libkf5completion5 libkf5config-bin libkf5config-data libkf5configcore5 libkf5configgui5 libkf5configwidgets-data libkf5configwidgets5 libkf5coreaddons-data libkf5coreaddons5 libkf5crash5 libkf5dbusaddons-bin libkf5dbusaddons-data libkf5dbusaddons5 libkf5doctools5 libkf5globalaccel-bin libkf5globalaccel-data libkf5globalaccel5 libkf5globalaccelprivate5 libkf5guiaddons-bin libkf5guiaddons-data libkf5guiaddons5 libkf5i18n-data libkf5i18n5 libkf5iconthemes-bin libkf5iconthemes-data libkf5iconthemes5 libkf5idletime5 libkf5itemviews-data libkf5itemviews5 libkf5jobwidgets-data libkf5jobwidgets5 libkf5kiocore5 libkf5kiogui5 libkf5kiontlm5 libkf5kiowidgets5 libkf5notifications-data libkf5notifications5 libkf5service-bin libkf5service-data libkf5service5 libkf5solid5 libkf5solid5-data libkf5sonnet5-data libkf5sonnetcore5 libkf5sonnetui5 libkf5textwidgets-data libkf5textwidgets5 libkf5wallet-bin libkf5wallet-data libkf5wallet5 libkf5waylandclient5 libkf5widgetsaddons-data libkf5widgetsaddons5 libkf5windowsystem-data libkf5windowsystem5 libkf5xmlgui-bin libkf5xmlgui-data libkf5xmlgui5 libkwalletbackend5-5 libpolkit-qt5-1-1 libqt5texttospeech5 libqt5waylandclient5 libqt5waylandcompositor5 libvoikko1 qtspeech5-speechd-plugin qtwayland5 sonnet-plugins 0 upgraded, 81 newly installed, 0 to remove and 0 not upgraded.
A bit too much to just install one soft. Hard pass.
31 0 ReplyPersonally I'm loving diskonaut. "Graphical" representation but at, ahem, terminal velocity.
27 0 ReplyThe always huge and killing my system space:
- pacman cache
- docker bullshit
- flatpaks
- journalctl files!
21 0 ReplyLooks like the Gnome Disk Usage Analyzer but for KDE.
16 0 Replydust
Yes, it's
du
in Rust + more.16 0 ReplyLooks like a worse looking baobab clone
9 0 ReplyMy dad's Linux setup couldn't log in. After a bit of investigation, starting the session manually and so on, i got a hunch and indeed; i saw in Baobab that the backup script took the wrong disk, filled up the one with home, making it slow, so the log-in thingie timed out, failing the session.
8 0 Replyi use https://dev.yorhel.nl/ncdu for this
7 0 ReplyIs this a Linux version of windirstat?
6 0 ReplyPersonally I'm a huge fan of dust
6 0 ReplyI use
du -hs * | sort -h
6 0 ReplyI use gdu personally
5 0 ReplyExcellent! I missed DaisyDisk. It looks great!
5 0 Reply5 0 ReplyI normally use
rm
for that. Orwipefs
if I'm feeling particularly spicy.5 0 ReplyI'm here to promote
fclones
. I've used it twice and recovered over a terabyte on my NAS the last time I used it. I'm not affiliated. Hyperspace for Mac is similar (but different) and I haven't used it, but it was developed by my favorite nerd podcast host. I'm planning to test it out eventually, but the latestfclones
run was only about a month ago, so it doesn't make sense to try it yet.4 0 Replygdu
gang4 0 ReplyThose are rookie numbers.
3 0 ReplyIs there any disk usage tool that allows you to browse the tree while it's still being calculated, prioritizing current directory?
2 0 ReplyDoes Linux have spacesniffer?
2 0 ReplyMy
/
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.
2 0 ReplyThat's when you know it's time for a fresh install
0 0 Reply