Ncdu – NCurses Disk Usage
21–30 of 168 posts
Re: Ncdu – NCurses Disk Usage
#22Re: Ncdu – NCurses Disk Usage
#23The best tool I've used on Windows for that is "Scanner" by Steffen Gerlach: http://www.steffengerlach.de/freeware/
Re: Ncdu – NCurses Disk Usage
#24The best tool I've used on Windows for that is "Scanner" by Steffen Gerlach: http://www.steffengerlach.de/freeware/
I'm personally a fan of SpaceSniffer: http://www.uderzo.it/main_products/space_sniffer/index.html
Re: Ncdu – NCurses Disk Usage
#25Nice GUI to `du -h --max-depth=1 .` or `du --max-depth=1 . | sort -n -r`
The other big advantage over just being a gui is that it Scans the filesystem ahead of time and keeps the data across your navigation into directories. du will have to rescan as you traverse down the tree
Re: Ncdu – NCurses Disk Usage
#26I never knew about this tool, but it looks quite useful--much better than just using df. The only thing I wish it had was a squarified treemap view of disk space. There was an old graphical tool for Windows called SequoiaView that I used to use years ago, and I've never found a worthy replacement for it on Linux or MacOS.
Re: Ncdu – NCurses Disk Usage
#27Re: Ncdu – NCurses Disk Usage
#28ncdu -x to instruct it not to traverse foreign filesystems
Re: Ncdu – NCurses Disk Usage
#29The best tool I've used on Windows for that is "Scanner" by Steffen Gerlach: http://www.steffengerlach.de/freeware/
I'm personally a fan of SpaceSniffer: http://www.uderzo.it/main_products/space_sniffer/index.html
Re: Ncdu – NCurses Disk Usage
#30Interesting. 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…