Live data from Hacker News

Ncdu – NCurses Disk Usage

dev.yorhel.nl

41–50 of 168 posts

Re: Ncdu – NCurses Disk Usage

#43
post #22

The best tool I've used on Windows for that is "Scanner" by Steffen Gerlach: http://www.steffengerlach.de/freeware/

WizTree is vastly faster than the other options presented here (Scanner, SpaceSniffer, WinDirStat).

It's also the one that's much more regularly updated.

Re: Ncdu – NCurses Disk Usage

#46
Used the zig static build in offline mode yesterday to hunt down a excessive storage consumer. Highly effective.

Another tool I've used is jdiskreport[1]. It's a java app with a straightforward GUI. File system scanning is multi-threaded and quite efficient.

1. http://www.jgoodies.com/freeware/jdiskreport/

Re: Ncdu – NCurses Disk Usage

#47
post #22

The best tool I've used on Windows for that is "Scanner" by Steffen Gerlach: http://www.steffengerlach.de/freeware/

WizTree is vastly faster than the other options presented here (Scanner, SpaceSniffer, WinDirStat).

Switched to this a few years ago. Far better than anything else I've tried.

Re: Ncdu – NCurses Disk Usage

#48
I have used ncdu for a long time, and it's good if you have time to wait for it to get sizes, if you can't, Duc AKA "Dude, where are my bytes" has caching and is ready to apt install on Debian and Ubuntu repos https://duc.zevv.nl and it has different GUI options. It's slightly more complex but for larger volumes I use it instead of ncdu.

Re: Ncdu – NCurses Disk Usage

#49
post #18

Interesting. I’ve just used df-m | sort -n and walked the tree from the CLI for so long. I’ve also used windirstat (I think that’s what it was called) years ago on Windows and Disk Inventory X on MacOS graphically. This seems like a nice in between that could replace both methods for me. I’ll have to try. The GUI bunch of squares is really only useful when you can hover with a mouse and would be clunky in a TUI even…

You mean `du` right?

I always used "du -S | sort -n" ... I think... it's been a long time since I've needed to worry about disk space.
Post reply on HN