I have a problem with storage; it always says the space is full.
limhmod
Oct 26 2025

2  317 {{tagitem.name}}
Hello, I have a simple issue: whenever I create any file or try to run any code that generates a file, it tells me that the storage is full. Even when I try to create a folder, the same message appears. Is there any solution for this ?
try this command

rm -rf ~/.cache/*

rm -rf ~/.npm

rm -rf ~/.pip

find . -name "__pycache__" -type d -exec rm -rf {} +



rm -rf /tmp/*

rm -rf /var/tmp/*
sprintv    Jan 15 2026

Please Login or Sign Up to leave a reply.