You are not logged in.
Pages: 1
Just now, I realized that my root partition is almost completely full. Normally, I have about 2.8G free. Now, that number dwindled down to 66M.
The output of df -h is below.
$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda2 4.8G 4.8G 66M 99% /
none 1.9G 184K 1.9G 1% /dev
none 1.9G 0 1.9G 0% /dev/shmDoing pacmac -Scc didn't do anything this time.
How do I find out what is eating up the space?
Edit
ncdu did the trick. I used the feh script from the Wiki to automatically change my background. I don't know why, but it had created a crapton of .FEHBG*.png files that collectively added up to almost 3.0G. Everything is back to normal.
Last edited by djseomun (2009-11-06 13:25:21)
Offline
Try gdmap (graphical disk map).
Good ideas do not need lots of lies told about them in order to gain public acceptance.
Offline
Check and see if your kernel.log and message.log are huge! mine started pulling that because of 10-20 messages per second about the CPU temp being normal.
Matt
"It is very difficult to educate the educated."
Offline
or run ncdu (available in AUR, highly recommended), which is a command line tool.
Run it on the root folder and it will list your filesystem from the most space consuming to the lease.
This way I found out that my /var/log was 4GB...
Offline
du -sc /* | sort -nr
Offline
/var/log is the usual cupilt, so start there.
Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest
Offline
also check /var/cache/pacman.
With as little as 4-odd gigs for the root filesystem, you just _may_ want to clear the cache completely (pacman -Scc)
Offline
or run ncdu (available in AUR, highly recommended), which is a command line tool.
Run it on the root folder and it will list your filesystem from the most space consuming to the lease.
This way I found out that my /var/log was 4GB...
Moving into [community] a while ago!
$ pacman -Ss ncdu
community/ncdu 1.6-1
An NCurses version of the famous old 'du' unix commandFYI, adding the -x switch will keep it in the filesystem of interest, i.e. it won't skip to other partitions.
Last edited by graysky (2009-11-05 21:05:37)
Offline
If you use gnome its possible you may have been deleting files as root which puts them in a hidden root trash folder
Offline
Moving into [community] a while ago!
Good to know! thanks.
Offline
Thanks to all. ncdu was immensely helpful, and I'm glad it was less than 66M ![]()
Offline
Pages: 1