On Fri, Aug 18, 2023 at 04:50:27 +0200, mpan wrote: > > my system partition is as good as full > Other than that, see the extra/ncdu package. Run it as sudo in read-only > mode (for safety) to find the biggest offenders: > > sudo ncdu -xr If space is really that tight, you can accomplish almost the same thing (it's just not interactive) with something like $ du -hs * | sort -h This will list the usage of each item in the current directory, with sizes in human-friendly units, sorted ascending by size. It'll generally not be surprising where the biggest directories are, but just how much these directories use can still be surprising. I hope this helps! -- Cheers, Luna Celeste
Attachment:
signature.asc
Description: PGP signature