Date: Thu, 4 May 2006 12:14:31 -0700 From: "Atom Powers" <atom.powers@gmail.com> To: mufalani@bsdmail.org Cc: questions@freebsd.org Subject: Re: file system full Message-ID: <df9ac37c0605041214ib001e49qc1bcb570eed774b@mail.gmail.com> In-Reply-To: <1146769653.445a50f5394a1@webmail.mxm.com.br> References: <1146769653.445a50f5394a1@webmail.mxm.com.br>
next in thread | previous in thread | raw e-mail | index | archive | help
`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 <rodrigo.pinto@mxm.com.br> 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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?df9ac37c0605041214ib001e49qc1bcb570eed774b>