Forum archive
100% usage of /dev/mapper/turnkey-root
I just expanded my /dev/mapper/turnkey-root to 30GB earlier today from 1GB, and I thought that it would be overkill and I would have plenty of space to grow. I was wrong. Within 6 hours, it was back up to 100% usage. This is what it looks like currently:
===============================================================
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/mapper/turnkey-root
33027952 31582196 0 100% /
none 507900 184 507716 1% /dev
none 513216 0 513216 0% /dev/shm
none 513216 280 512936 1% /var/run
none 513216 0 513216 0% /var/lock
none 513216 0 513216 0% /lib/init/rw
/dev/sda1 233191 167297 53453 76% /boot
===============================================================I have no clue what hell is going on now or how to fix it, because I don't think I can add a TB to this to maintain this type of growth.
Any suggestions on how to troubleshoot this, I would GREATLY appreciate!
Thanks,
Scott
The following will give bit more info so you can decide what to do with larger files and free up space.
Try this to list the top 20 largest folders
Or this to list file sizes over a certain size (in this example 10Mb)
find / -xdev -type f -size +10000000c -execdir ls -lSF {} \;Once you play a bit and know what is consuming space you can act on it.
For example, if you see huge log files (typically /var/log(s)) you know that something is not restricting log file sizes etc etc