SolarPunker@slrpnk.net to Linux@lemmy.ml · 7 days agoI freed 30GB using Filelightslrpnk.netexternal-linkmessage-square121fedilinkarrow-up11arrow-down10file-text
arrow-up11arrow-down1external-linkI freed 30GB using Filelightslrpnk.netSolarPunker@slrpnk.net to Linux@lemmy.ml · 7 days agomessage-square121fedilinkfile-text
minus-squareeneff@discuss.tchncs.delinkfedilinkarrow-up0·3 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 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.