@SolarPunker@slrpnk.net to Linux@lemmy.ml • 9 days agoI freed 30GB using Filelightslrpnk.netimagemessage-square110fedilinkarrow-up1435arrow-down10file-text
arrow-up1435arrow-down1imageI freed 30GB using Filelightslrpnk.net@SolarPunker@slrpnk.net to Linux@lemmy.ml • 9 days agomessage-square110fedilinkfile-text
minus-square@eneff@discuss.tchncs.delinkfedilink3•9 days agoMy / is a tmpfs. There is no state accumulating that I didn’t explicitly specify, exactly because I don’t want to deal with those kind of chores.
minus-squareChewylinkfedilink3•9 days agoThese tools are also useful for finding large files in your home directory. E.g. I’ve found a large amount of Linux ISOs I didn’t need anymore.
minus-square@eneff@discuss.tchncs.delinkfedilink2•5 days agoMy users home directory is ephemeral as well, so this wouldn’t happen. Everything I didn’t declare to persist is deleted on reboot. What I do use tools like these for is verifying that my persistent storage paths are properly bind mounted and files end up in the correct filesystem. I use dust for this, specifically with the -x flag to not traverse multiple filesystems.
My
/
is a tmpfs.There is no state accumulating that I didn’t explicitly specify, exactly because I don’t want to deal with those kind of chores.
These tools are also useful for finding large files in your home directory. E.g. I’ve found a large amount of Linux ISOs I didn’t need anymore.
My users home directory is ephemeral as well, so this wouldn’t happen. Everything I didn’t declare to persist is deleted on reboot.
What I do use tools like these for is verifying that my persistent storage paths are properly bind mounted and files end up in the correct filesystem.
I use
dust
for this, specifically with the-x
flag to not traverse multiple filesystems.