From owner-freebsd-questions Mon Jul 23 9:58:42 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cactus.fi.uba.ar (cactus.fi.uba.ar [157.92.49.108]) by hub.freebsd.org (Postfix) with ESMTP id 94A1A37B407 for ; Mon, 23 Jul 2001 09:58:25 -0700 (PDT) (envelope-from fgleiser@cactus.fi.uba.ar) Received: from cactus.fi.uba.ar (cactus.fi.uba.ar [157.92.49.108]) by cactus.fi.uba.ar (8.11.3/8.9.3) with ESMTP id f6NGuaV54123; Mon, 23 Jul 2001 13:56:38 -0300 (ART) (envelope-from fgleiser@cactus.fi.uba.ar) Date: Mon, 23 Jul 2001 13:56:36 -0300 (ART) From: Fernando Gleiser To: Jason Cc: Subject: Re: disk full error??? In-Reply-To: <003e01c11397$00d60520$57ac3c04@vz.dsl.genuity.net> Message-ID: <20010723134957.L50276-100000@cactus.fi.uba.ar> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Please, wrap your lines at 70 chars Sure, do a # cd / # du -skx * | sort -n You'll get a per-directory list, with the least used first and the most used last. Then cd to the most used directory and repeat the du until you find what's eating all your disk space. Some of the candidates are: /tmp /var/tmp /var/mail /var/log /home Fer On Mon, 23 Jul 2001, Jason wrote: > When I try to send e-mail I get a disk full error. If I go to my server and do a df I get the following: > > Filesystem 1K-blocks Used Avail Capacity Mounted on > /dev/ad0s1a 49583 48145 -2528 106% / > /dev/ad0s1e 38409661 500565 34836324 1% /usr > procfs 4 4 0 100% /proc > > I don't know why /dev/ad0s1a is full and I have tried to find what might be taking up all of the space. I can't find anything. If I type du -x ad0s1a shows up as having 49583 blocks used, but I have no idea where these are. I relatively new to the UNIX like environment and I don't know what to do to solve this problem. Could someone please help me??? > > Please respond to help@borderpatrolclan.net > > Thanks, > > Jason > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message