Salut encore merci de suivre le problème.
Voici la réponse a ta question
mcfly@mcfly-pc-bureau:~$ sudo du -csh /* --exclude=/proc --exclude=/dev --exclude=/run | sort -h
0 /initrd.img
0 /initrd.img.old
0 /sys
0 /vmlinuz
0 /vmlinuz.old
4,0K /cdrom
4,0K /lib64
4,0K /mnt
4,0K /opt
4,0K /srv
8,0K /media
16K /lost+found
80K /tmp
276K /root
5,8M /lib32
12M /etc
16M /bin
16M /sbin
172M /boot
949M /lib
2,1G /swapfile
4,3G /usr
7,2G /home
191G /var
206G total
J'en profite pour faire la suivante et je pense avoir trouvé le problème.
mcfly@mcfly-pc-bureau:~$ sudo du -csh /var/** --exclude=/proc --exclude=/dev --exclude=/run | sort -h
0 /var/lock
0 /var/run
4,0K /var/local
4,0K /var/mail
4,0K /var/opt
32K /var/crash
44K /var/tmp
204K /var/spool
5,1M /var/backups
200M /var/cache
451M /var/lib
190G /var/log
191G total
Il y a une commande pour vider les logs ? je trouve des scripts mais pas de commande et je sais pas si je peux simplement vider le dossier mais j'ai des doutes
Merci d'avance