Date: Wed, 29 May 2002 16:25:54 -0400 From: Bill Moran <wmoran@potentialtech.com> To: "Justin L.Boss" <jlboss@cox.net> Cc: freebsd-questions@freebsd.org Subject: Re: slice full Message-ID: <3CF53952.4070005@potentialtech.com> References: <20020529200404.UYVK3097.lakemtao02.cox.net@smtp.east.cox.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Justin L.Boss wrote: > My root slice is full and I neet to find out what is taking up all the space. please help. du -hd1 / That will tell you what directories are using your space. Before you do that, (it can be time-consuming on big drives) you may want to look in /tmp and /var, (/var/log can get big unexpectedly) If you do a lot of work as root, check root's home directory (/root) to make sure it isn't full of config data, core dump files, etc. Sometimes a "find / -name "*.core" -delete" can work wonders. -- Bill Moran Potential Technology http://www.potentialtech.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3CF53952.4070005>