/usr/disk usage

2005-12-08 Thread Grant Peel

Hi all,

Recently installed 6.0 on a new server. Never had a problem with a /usr FS 
at 2.0 Gig before, but this one seems to be filling up fast. make clean 
already done on ports, what else am I missing here?


DOnt really want to delete source, but what else can be removed?

s1# du -h -d1
2.0K./.snap
24M./bin
13M./include
31M./lib
92K./libdata
15M./libexec
248M./local
13M./sbin
183M./share
411M./src
335M./ports
126M./compat
2.0K./games
2.0K./obj
23M./X11R6
1.4G.
s1#

Thanks all,

-GRant


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: /usr/disk usage

2005-12-08 Thread Kris Kennaway
On Thu, Dec 08, 2005 at 11:41:00AM -0500, Grant Peel wrote:
 Hi all,
 
 Recently installed 6.0 on a new server. Never had a problem with a /usr FS 
 at 2.0 Gig before, but this one seems to be filling up fast. make clean 
 already done on ports, what else am I missing here?
 
 DOnt really want to delete source, but what else can be removed?
 
 s1# du -h -d1
 2.0K./.snap
 24M./bin
 13M./include
 31M./lib
 92K./libdata
 15M./libexec
 248M./local
 13M./sbin
 183M./share
 411M./src
 335M./ports
 126M./compat
 2.0K./games
 2.0K./obj
 23M./X11R6
 1.4G.

That all seems about normal to me.  All you can do is

* Add more space
* Install fewer ports
* Delete src or ports

Kris


pgpRXrJ7U2atn.pgp
Description: PGP signature


Re: /usr/disk usage

2005-12-08 Thread Svein Halvor Halvorsen
On 12/8/05, Grant Peel [EMAIL PROTECTED] wrote:
 Recently installed 6.0 on a new server. Never had a problem with a /usr FS
 at 2.0 Gig before, but this one seems to be filling up fast. make clean
 already done on ports, what else am I missing here?

 DOnt really want to delete source, but what else can be removed?
:
 335M./ports

You can delete files under /usr/ports/distfiles/
If you need to recompile a port sometime it will be downloaded again.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]