From owner-freebsd-questions@FreeBSD.ORG Thu May 4 19:14:35 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9635116A402 for ; Thu, 4 May 2006 19:14:35 +0000 (UTC) (envelope-from atom.powers@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE20243D46 for ; Thu, 4 May 2006 19:14:34 +0000 (GMT) (envelope-from atom.powers@gmail.com) Received: by nz-out-0102.google.com with SMTP id l1so511563nzf for ; Thu, 04 May 2006 12:14:34 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=qraGCPnhQ1xbZQB2r8WYAR8j/ET/ZE4PS/6UejrFow+h2KtxNBGHXpZ8oHdQvTJ+khS9UfirwpAYKMsbP76xsrSlgNmbqzhxy2UhFPzArxX4R/c2Cz+nn89SwojNgF9Xg6Vi0uUeuxtqeP7vR/utXViNJCCWlPBGbM6Xyps2TvI= Received: by 10.65.53.15 with SMTP id f15mr197175qbk; Thu, 04 May 2006 12:14:31 -0700 (PDT) Received: by 10.65.150.9 with HTTP; Thu, 4 May 2006 12:14:31 -0700 (PDT) Message-ID: Date: Thu, 4 May 2006 12:14:31 -0700 From: "Atom Powers" To: mufalani@bsdmail.org In-Reply-To: <1146769653.445a50f5394a1@webmail.mxm.com.br> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <1146769653.445a50f5394a1@webmail.mxm.com.br> Cc: questions@freebsd.org Subject: Re: file system full X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 May 2006 19:14:35 -0000 `du -h / | grep "...M" ' will show you all files that are more than 1.0MB in size. `find /var -type d | sed 's/.*/"&"/' | xargs du -sm | sort -g` will do the same thing, but list them with the largest files last. 'df -h' should show you free space, but does not always update immediatly. If that large file doesn't exist in either of the above lists then you shouldn't have a problem. Consider moving your squid log to /usr/log/squid.log and symlinking it to /var/log (assuming you have a large /usr partition) On 5/4/06, Rodrigo Mufalani wrote: > Hi all, > > My "/var" is fully 99%, because I create one tar.gz of the squid logs. > > I was move for smbfs, then network die!!! > > I try: > > rm -rf file.tar.gz > > and don't have more free space oon the file system. > > > Somebody help me? > > Att, > > Rodrigo Mufalani > > > > > > ---------------------------------------------------------------- > This message was sent using IMP, the Internet Messaging Program. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" > -- -- Perfection is just a word I use occasionally with mustard. --Atom Powers--