On Do shanbe 14 Ordibehesht 1388 18:22:19 Neil Bothwick wrote: > On Mon, 4 May 2009 12:56:05 +0000, Marco wrote: > > I am new to gentoo and so far I really like it. But now, I am running > > out of disk space on my root partition (10 GB), although I have a > > rather small system with fluxbox (no KDE, GNOME,...). Thought gentoo > > would not waste my resources that much. Now I am thinking about how to > > resize my ext3 partitions. > > I'd look to see what is filling up the root partition, 10GB should be more > than enough.
Try to remount route on another directory and check which directory is using so much. I had a similar problem asked this a couple of month before on this mailing list. They gave this commands: #mount -o bind / /mnt/root #du -max-dep=1 bests