And i am wondering what do people even fill their storage with, and why do they need so much. In my case it is ~200-300 out of 1TB on 2 laptops, 37 out of 128gb on phone. And i don't even actively manage it.
I have one single video game I play that takes up around 650GB, so I have a dedicated drive for it. And between 1 and 2 TB of movies, TV, and photos. Everything else is ephemeral/scratch space for whatever I'm working on. I used to be into amateur movie making and editing, and back then I needed many TB of space for the stuff I pulled off my cameras before it got edited down.
Harddrive Is Probably Full
11–20 of 49 posts
Re: Harddrive Is Probably Full
#12On Linux/macOS you can use `du` from the command line (or ask an AI to make a convenience wrapper for you).
Re: Harddrive Is Probably Full
#13https://github.com/Byron/dua-cli
If you're on MacOS and suspect a lot of space is taken by multiple copies of the same files, use fclones to turn them into APFS clones. (You can also use this on Linux, as ext4 supports hard links, but only if you're sure the duplicates won't diverge.)
Re: Harddrive Is Probably Full
#14And i am wondering what do people even fill their storage with, and why do they need so much. In my case it is ~200-300 out of 1TB on 2 laptops, 37 out of 128gb on phone. And i don't even actively manage it.
Re: Harddrive Is Probably Full
#15If you're on Windows, WizTree ( 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).
Re: Harddrive Is Probably Full
#16Delete is expensive. "Am I positive I'll never need this again?"
As a consequence, "cheap" actions (saves) accumulate, "expensive" ones (deletes) accrue until cheap becomes expensive as space becomes tight.
Ultimately, options become:
- Find criteria for rapidly assessing what data can be deleted.
- Purchase cheap archival storage and migrate old data to that.
- A media or device crash induces loss of arbitrarily-selected data.
Re: Harddrive Is Probably Full
#17Re: Harddrive Is Probably Full
#18If you're on Windows, WizTree ( 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).
Thats a pretty bold claim, but is it really that much faster?
Re: Harddrive Is Probably Full
#19If you're on Windows, WizTree ( 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).
> 46x faster than windirstat Thats a pretty bold claim, but is it really that much faster?
Re: Harddrive Is Probably Full
#20If you're on Windows, WizTree ( 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).