Find the largest directories / files under / One place to start would be as root (or sudo):
# cd / # du -sh * This will show the largest dir's and if needed you can cd to a sub-dir and run the du -sh * again On 5/22/26 1:16 AM, Patrick Dupre via users wrote: > Hello, > > / is now full at almost 100% without reason that I can identify. > How can I troubleshoot the issue ? > Which sub-directory has grown up? > It seems that it is /var/lib > > How can I fix it? > > > > /dev/sda4 91940832 86210116 1130112 99% / > devtmpfs 16224232 0 16224232 0% /dev > tmpfs 16360956 46084 16314872 1% /dev/shm > efivarfs 128 53 71 43% > /sys/firmware/efi/efivars > tmpfs 6544384 2424 6541960 1% /run > tmpfs 1024 0 1024 0% > /run/credentials/systemd-journald.service > /dev/loop0 128 128 0 100% > /var/lib/snapd/snap/bare/5 > /dev/loop4 93952 93952 0 100% > /var/lib/snapd/snap/gtk-common-themes/1535 > /dev/loop1 57088 57088 0 100% > /var/lib/snapd/snap/core18/2823 > /dev/loop2 57088 57088 0 100% > /var/lib/snapd/snap/core18/2829 > /dev/loop3 168832 168832 0 100% > /var/lib/snapd/snap/gnome-3-28-1804/198 > /dev/loop5 181504 181504 0 100% > /var/lib/snapd/snap/skype/348 > /dev/loop6 185472 185472 0 100% > /var/lib/snapd/snap/skype/353 > /dev/loop7 39808 39808 0 100% > /var/lib/snapd/snap/snapd/21759 > /dev/sdb9 60160292 50262248 6914040 88% /VirtualBox > /dev/sda5 996780 8328 919640 1% /tmp > /dev/sda9 9976648 369756 9078508 4% /usr/local > /dev/sdb7 107091396 84635640 16989644 84% /home-ext > /dev/sda8 71689396 61349072 6666212 91% /home > /dev/sda3 511720 19832 491888 4% /boot/efi > /dev/mapper/VolSys_1b-iso--image 10167132 5706152 3920308 60% /iso-image > /dev/mapper/VolSys_1b-usr--src 25626852 6198188 18101560 26% /usr/src > tmpfs 1024 0 1024 0% > /run/credentials/systemd-resolved.service > tmpfs 3272188 25956 3246232 1% > /run/user/1000 > encfs 71689396 61349072 6666212 91% > /home/pdupre/pdupre-enc > tmpfs 3272188 136 3272052 1% /run/user/0 > > > > > =========================================================================== > Patrick DUPRÉ | | email: [email protected] > =========================================================================== > > -- > _______________________________________________ > users mailing list -- [email protected] > To unsubscribe send an email to [email protected] > Fedora Code of Conduct: > https://docs.fedoraproject.org/en-US/project/code-of-conduct/ > List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines > List Archives: > https://lists.fedoraproject.org/archives/list/[email protected] > Do not reply to spam, report it: > https://forge.fedoraproject.org/infra/tickets/issues/new -- _______________________________________________ users mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://forge.fedoraproject.org/infra/tickets/issues/new
