From owner-freebsd-questions@FreeBSD.ORG Mon Sep 12 00:32:07 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E22D31065672 for ; Mon, 12 Sep 2011 00:32:07 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 774538FC18 for ; Mon, 12 Sep 2011 00:32:07 +0000 (UTC) Received: by fxg9 with SMTP id 9so695678fxg.13 for ; Sun, 11 Sep 2011 17:32:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=FrH5fPbQabuVEh66Rp1dnelcIqo3gWPK5mFTzplXmxo=; b=lboahXJTM5wgoGB6iMQp7kYNKUbuw4ltlHr019jE8sk/8QDcy81Ci+hHC6K4zmYnOr X/2SJMh7IcC7N/wwPbECBCmy7PxkZxP+qHc6BnHFaPyv+apToETvN6L+ThnVEhRvDvwP 8RFoWE8ZCXcvfgE75HVmeO7dJerYiWufvJ7VI= MIME-Version: 1.0 Received: by 10.223.14.133 with SMTP id g5mr3970066faa.69.1315787526329; Sun, 11 Sep 2011 17:32:06 -0700 (PDT) Received: by 10.223.119.196 with HTTP; Sun, 11 Sep 2011 17:32:06 -0700 (PDT) In-Reply-To: <955223604.20110912012332@yandex.ru> References: <955223604.20110912012332@yandex.ru> Date: Sun, 11 Sep 2011 19:32:06 -0500 Message-ID: From: Adam Vande More To: =?KOI8-R?B?68/O2MvP1yDl18fFzsnK?= Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: How to check where space is LOST 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: Mon, 12 Sep 2011 00:32:08 -0000 2011/9/11 =EB=CF=CE=D8=CB=CF=D7 =E5=D7=C7=C5=CE=C9=CA > If I just #reboot system. I get that on /var is only 98M used. > > # df -h > Filesystem Size Used Avail Capacity Mounted on > /dev/ad1s1a 496M 239M 217M 52% / > devfs 1.0K 1.0K 0B 100% /dev > /dev/ad1s1e 124M 40K 114M 0% /tmp > /dev/ad1s1f 1.8G 1.1G 596M 65% /usr > /dev/ad1s1d 989M 98M 891M 12% /var > devfs 1.0K 1.0K 0B 100% /var/named/dev > > How to obtain what take space on /var > fstat -f /var --=20 Adam Vande More