1285 Views
Troubleshooting
Disk Space Issues
How to identify and resolve storage problems
Managing Disk Space
Check disk usage:
df -hFind large files:
du -sh /* | sort -hClean package cache and logs to free up space.
Troubleshooting
How to identify and resolve storage problems
Check disk usage:
df -hFind large files:
du -sh /* | sort -hClean package cache and logs to free up space.