Найдите большие файлы linux
sudo find /your/path -xdev -type f -size +1000M
or use the graphical analyser "filelight"
Tired Toucan
sudo find /your/path -xdev -type f -size +1000M
or use the graphical analyser "filelight"
sudo du -a /your_dir/ | sort -n -r | head -n 20