I am having trouble since a few days with my Rpi3. The SD card is full but I can't understand which files or directory is using the space:
"df -h"
Code: Select all
pi@raspberrypi:~ $ df -h
Sys. de fichiers Taille Utilisé Dispo Uti% Monté sur
/dev/root 15G 15G 0 100% /
devtmpfs 426M 0 426M 0% /dev
tmpfs 430M 0 430M 0% /dev/shm
tmpfs 430M 12M 419M 3% /run
tmpfs 5,0M 4,0K 5,0M 1% /run/lock
tmpfs 430M 0 430M 0% /sys/fs/cgroup
/dev/mmcblk0p1 41M 21M 20M 52% /boot
tmpfs 86M 0 86M 0% /run/user/1000
Code: Select all
8,1M bin
21M boot
4,0K debian-binary
0 dev
18M etc
12G home
153M lib
16K lost+found
20K man
12K media
4,0K mnt
233M opt
0 proc
64K root
12M run
7,6M sbin
4,0K srv
0 sys
28K tmp
2,2G usr
273M var
Code: Select all
8,1M /bin
21M /boot
4,0K /debian-binary
0 /dev
18M /etc
933M /home
153M /lib
16K /lost+found
20K /man
12K /media
4,0K /mnt
233M /opt
0 /proc
4,0K /root
512K /run
7,6M /sbin
4,0K /srv
0 /sys
28K /tmp
2,2G /usr
260M /var
3,8G total
I am running Raspbian GNU/Linux 8 and already removed Wolfram, libreoffice and chromium. Any idea how to solve this without reinstalling everything?
Thanks