I am having this strange problem of my system running out of space constantly. Just yesterday I cleaned up near 15GB of space and today I see it is out of space. I really don't get it. I know some other people also have this problem, but its not .xsession-log
. Infact my /var/log
is quite small.
Here is a screenshot of my disk. I ran it as root.
Here is my df
[eeuser@roadrunner ~]$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda5 178G 169G 2.2M 100% /
udev 7.9G 4.0K 7.9G 1% /dev
tmpfs 3.2G 940K 3.2G 1% /run
none 5.0M 0 5.0M 0% /run/lock
none 7.9G 2.9M 7.9G 1% /run/shm
What seems strange is, disk-analyzer shows usage of /
as 100% but only 74.4GB. I have the linux partition of 190GB. Where is my 100GB.
[eeuser@roadrunner ~]$ sudo fdisk -l /dev/sda
Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x0dc6f614
Device Boot Start End Blocks Id System
/dev/sda1 * 2048 206847 102400 7 HPFS/NTFS/exFAT
/dev/sda2 206848 921806847 460800000 7 HPFS/NTFS/exFAT
/dev/sda3 921806848 1541421152 309807152+ 7 HPFS/NTFS/exFAT
/dev/sda4 1541423102 1953523711 206050305 5 Extended
/dev/sda5 1541423104 1919993855 189285376 83 Linux
/dev/sda6 1919995904 1953523711 16763904 82 Linux swap / Solaris
/home
to it's own partition and see how it behaves. OH, forgot to add, where are you mounting that NTFS partition? – Braiam Sep 24 '14 at 03:00