Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Mar 2002 14:26:09 -0500
From:      Hug Me <hugme@hugme.org>
To:        isp@FreeBSD.ORG, jeremy@cableaz.com
Subject:   Re: / system full
Message-ID:  <20020312142609.J97250@pitr.tuxinternet.com>
In-Reply-To: <000501c1c9f8$aa850040$49eeda42@caz>; from jeremy@cableaz.com on Tue, Mar 12, 2002 at 12:03:58PM -0700
References:  <000501c1c9f8$aa850040$49eeda42@caz>

next in thread | previous in thread | raw e-mail | index | archive | help

cd /
du -d 1

this will give you the amount of space in each directory
find out with one you want to cut down, lets say it's 
var

cd var
du -d 1

now you have the amount of space in each directory in var
and you can go from there 





On Tue, Mar 12, 2002 at 12:03:58PM -0700, Jeremy Buckner wrote:
> When I do a df -h on one of my machines I get this:
> 
> stats# df -h
> Filesystem    Size   Used  Avail Capacity  Mounted on
> /dev/ad0s1a   194M   193M -15.1M   108%    /
> /dev/ad0s1e   1.3G   335M   866M    28%    /usr
> procfs        4.0K   4.0K     0B   100%    /proc
> 
> This box isn't important to me but I was wondering how to find out were the files were that are
> taking up this space. Is there an easy way to search for it or not.
> 
> Thanks,
> JB
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-isp" in the body of the message

-- 


	*************************************************

	hugme				  hugme@hugme.org
	http://www.hugme.org	http://www.atlantacon.org

	PGP Public key:
		http://www.hugme.org/mykey.pgp

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-isp" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020312142609.J97250>