Free Space - /dev/root - 100% Used
19 November, 2011 - 17:52
Hi,
Can anyone post and let me know how much disk space they are seeing under 'normal' running? My Livebox fell over yesterday for some reason. I have checked disk space and am currently seeing -
# df -h
Filesystem Size Used Available Use% Mounted on
/dev/root 12.8M 12.8M 0 100% /
tmpfs 256.0k 24.0k 232.0k 9% /var
/dev/mtdblock2 640.0k 268.0k 372.0k 42% /mnt/jffs2/jffs2_3
#
Something doesn't appear to be quite right here with '/' showing as 100% used...?
Are there any log files that need clearing out that anyone can suggest?
Andy
/dev/root is the FLASH filesystem and as its Read-Only its always 100% full. Its normal.
If you do a "ls -l /" you'll see that the only partition that is RW is /mnt/jffs2/jffs2_3 and /var which is R/W but memory based.
Brett