tech:espace_disque
GNU/Linux problème d'espace disque
Voir aussi
- ncdu
#du -hx --max-depth=1 / du -hx -d1 . | sort -h df -Phl df -i du -k $(find . -xdev -type f -size +10000k) |sort -n du -sk $(find . -xdev -maxdepth 2 -mindepth 2 -type d) | sort -n du -d5 -h /var/log/ | sort -h
Sur un groupe de machine avec clush
df -hPl | egrep '[98].%|100%'
df -hPli | egrep '[98].%|100%'
Faire de la place sur /boot
apt-get purge $(dpkg -S /boot/* 2>/dev/null | grep -v $(uname -r) | awk '{print $1}') apt-get autoremove
tech/espace_disque.txt · Dernière modification : de Jean-Baptiste
