I'm looking for a linux alternative to WinDirStat. I would like to know what is taking up space on my hard drives.
A program that works on console and doesn't require a UI is preferred .
|
I'm looking for a linux alternative to WinDirStat. I would like to know what is taking up space on my hard drives. A program that works on console and doesn't require a UI is preferred . |
||||
|
|
Based on your issues in installing ncdu my recommendation would be to use For instance:
You can replace /home with any directory of your choice. |
|||||||||
|
|
If you want a command-line tool, I prefer ncdu, an ncurses version of
If you're ok with a GUI program, Filelight is the closest thing to WinDirStat I've found; it shows a graphical view of space consumption:
Like |
|||
|
|
|
Another GUI program is: baobab
|
|||
|
|
You should be aware that WinDirStat is actually a port of KDirStat, which is a Linux/KDE program. So, if you are looking for a Linux alternative to WinDirStat, you certainly should take a look at KDirStat. It is already packaged in most distros, just install it. Another alternative is FileLight, already cited by Michael Mrozek, and the Konqueror plugin |
|||||
|
|
There's also this cool python script from /www.vrplumber.com/programming/runsnakerun/
It's not the most feature rich, but it's run from a single python script so it's extremely portable.
|
|||
|
|