5 ms·
If you're on Windows, WizTree (https://diskanalyzer.com/ https://diskanalyzer.com/) is great for figuring out what's consuming your storage space. On Linux/mac
by throw2ih020 2mo ago
If you're on Windows, WizTree (https://diskanalyzer.com/ https://diskanalyzer.com/) is great for figuring out what's consuming your storage space.
On Linux/macOS you can use `du` from the command line (or ask an AI to make a convenience wrapper for you).
- phendrenad2 2mo agoDaisyDisk is also a great option on Mac.
- nubinetwork 2mo ago> 46x faster than windirstat Thats a pretty bold claim, but is it really that much faster?
- nxrabl 2mo agoIt is - it ‘cheats’ by reading off the NTFS MFT, similarly to another indispensable piece of Windows software Everything Search, both of which I miss keenly on my underprovisioned work Mac.
- toast0 2mo agoI just ran it for the first time... I've run windirstat many times including in the last two weeks and yes, this is very fast. According to its timing it took 3.63 seconds to scan my drive... I'm not sure if it really took almost 3 minutes for windirstat, but it did take a long time, so it's plausible. More importantly, ~ 4 seconds is much easier to wait for.
- butvacuum 2mo agowindirstat currently doesn't take 3min to index 500k+ files on an 8x8tb drive raidz2 that's 90% full. When I stopped using windoratat 3ish years ago it took a few minutes to index the same array. I think you might he using an old version, or have an issue with your storage.
- toast0 2mo agoI'm running it now... it is an old version 1.1.2.80, but it didn't tell me there's an update, and the functionality I need stayed the same, so why would I update? It took almost 5 minutes and reports almost 2M items, 1.45M files and 465k subdirs... I don't know that there's anything wrong with my disk, windirstat has always been slow when I ran it on my windows installation. Since it doesn't cheat, it goes slow. I will say, while it was reading, task manager showed a high read rate and a high write rate, and I dunno why, it's Windows (10); not that going through a convoluted filesystem is particularly fast anywhere else.
- goodmythical 2mo agoI've yet to encounter any issues with gdu for linux. Highly reccomended
- jraph 2mo agoOn Linux, ncdu is really good in the terminal. Filelight on KDE and Baobab on Gnome are really nice GUIs.
- satvikpendem 2mo agoI like erdtree or dust instead of du.
- 59nadir 2mo agoYes, I always use `du . -h 2>/dev/null | sort -k1hr | head -nN` where that last N is however many directories I want to show. I run this regularly and have for a very long time precisely because of the issue that the post talks about.
- M95D 2mo agoI've been using SpaceMonger (220 KB) since... Win95 I think. https://www.portablefreeware.com/index.php?id=150 https://www.portablefreeware.com/index.php?id=150