Hello, I hope I am correct here.
I have a Thinkpad E15 with an 512 GB SSD in use with Pop!_OS 20.04 LTS x86_64.
The SSD is full and I don’t know why.
df -H shows a usage of the root of 409GB which equals 88% usage.
/dev/mapper/data-root 495G 409G 61G 88% /
Using a graphical tool like Filelight showes me 124 GiB of used space on /
(109GiB in /home/ and some in /var/ and /usr/)
the CL gives me similar results with:
find / -mindepth 1 -maxdepth 1 -type d -exec du -shP {} 1> ~/du-root-plus-one.list ;
104G /home
284M /opt
14M /etc
0 /sys
0 /dev
9,9G /media
1,3G /snap
263M /boot
16K /lost+found
4,0K /root
88K /tmp
4,0K /mnt
3,1G /var
0 /proc
4,0K /srv
4,0K /recovery
11G /usr
2,1M /run
Both commands where done with no network shares mounted.
Due to the mobile nature of a laptop the FS is encrypted.
I also deleted all timeshift backups and finally disabled and deleted timeshift because the system froze due to a full harddrive. I also cleard the trashbin.
What did I miss? I thought if space is not used it should be free - but I am obviously wrong somehow.
Thanks a lot in advance!
MyName