You are not logged in.

#1 2007-06-11 21:08:39

Bangel
Member
Registered: 2007-05-17
Posts: 45

Disk Space Problem - Arch is gobbing up space

Hi

I have a Arch Dekstop, with Beryl, KDE, and some minimalistic programs, but for some reason, the disk space is getting tighter and tighter. I deleted files that were not necesary, cleared browsing data cache and removed the local packages that pacman stores. And still it is not sufficient. Any ideas?

Offline

#2 2007-06-11 21:11:50

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: Disk Space Problem - Arch is gobbing up space

My idea would be to find out exactly where the problem data is, and what is generating it. Once you have that, you can probably work out a solution - or at least post the details here.

Offline

#3 2007-06-11 21:16:57

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: Disk Space Problem - Arch is gobbing up space

You can try using filelight. It's a graphical du app. It will telll you which directories takes all the space.

Offline

#4 2007-06-11 21:31:50

Bangel
Member
Registered: 2007-05-17
Posts: 45

Re: Disk Space Problem - Arch is gobbing up space

The /opt and the /usr and /usr/lib are very huge. Any ideas?

Offline

#5 2007-06-11 22:30:35

ataraxia
Member
From: Pittsburgh
Registered: 2007-05-06
Posts: 1,553

Re: Disk Space Problem - Arch is gobbing up space

You'll need to be a bit more specific than that. Those are always big, dig down deeper.

Offline

#6 2007-06-12 13:05:47

Snarkout
Member
Registered: 2005-11-13
Posts: 542

Re: Disk Space Problem - Arch is gobbing up space

There are about a billion ways to do this.  I prefer this script I found years ago after reading Linux Sever Hacks:
As root, run:

find / -type d  | xargs du -sm | sort -g

The output is in Megs, so 1024=1 gig.  I'm frankly surprised that it isn't /var eating your space - it tends to be the culprit most of the time.


Unthinking respect for authority is the greatest enemy of truth.
-Albert Einstein

Offline

#7 2007-06-12 13:07:01

Snarkout
Member
Registered: 2005-11-13
Posts: 542

Re: Disk Space Problem - Arch is gobbing up space

Oh, and the largest dirs will be on the bottom of the output so no need to pipe this to more.


Unthinking respect for authority is the greatest enemy of truth.
-Albert Einstein

Offline

#8 2007-06-12 13:32:48

iphitus
Forum Fellow
From: Melbourne, Australia
Registered: 2004-10-09
Posts: 4,927

Re: Disk Space Problem - Arch is gobbing up space

also, clean your pacman cache, it's probably getting pretty big.

it's at /var/cache/pacman/pkg, though the preferred cleanup is pacman -Sc IIRC.

James

Offline

#9 2007-06-13 17:38:59

Alethos
Member
Registered: 2006-01-05
Posts: 84

Re: Disk Space Problem - Arch is gobbing up space

pacman -Sc cleans old packages
pacman -Scc cleans all packages which may help a little more.

Offline

Board footer

Powered by FluxBB