Check what's being used:
df -h
Find directories with lots of files in:
sudo find / -type d -size +100000c
Find large files:
sudo find / -type f -size +5000000c
Check what's being used:
df -h
Find directories with lots of files in:
sudo find / -type d -size +100000c
Find large files:
sudo find / -type f -size +5000000c