On 5/22/26 12:39 AM, Francis Montagnac via users wrote:
On Fri, 22 May 2026 09:16:33 +0200 Patrick Dupre via users 
<[email protected]> wrote:

/ is now full at almost 100% without reason that I can identify.
How can I troubleshoot the issue ?

Use for example the command:
   - du -x -m --max-depth 1 | sort -n

starting from /, then iterate in the bigger sub-directories

Example:
     cd /
     du -x -m --max-depth 1 | sort -n
     cd /var
     du -x -m --max-depth 1 | sort -n
     ...

Shorter and nicer output to read:
du -xhd1 / | sort -h

Which sub-directory has grown up?

No way I know of :-(

It seems that it is /var/lib

May be not: the 100% are only snap stuff.

It could be the snap files taking up the space.

--
_______________________________________________
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

Reply via email to