From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 15:16:07 2007 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 ECD3216A41A for ; Fri, 5 Oct 2007 15:16:07 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.freebsd.org (Postfix) with ESMTP id A16E613C46A for ; Fri, 5 Oct 2007 15:16:07 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id l95FEXqh093878; Fri, 5 Oct 2007 11:14:33 -0400 (EDT) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id l95FEXZn093877; Fri, 5 Oct 2007 11:14:33 -0400 (EDT) (envelope-from jerrymc) Date: Fri, 5 Oct 2007 11:14:33 -0400 From: Jerry McAllister To: Albert Shih Message-ID: <20071005151433.GE93447@gizmo.acns.msu.edu> References: <20071005101226.GC34072@pcjas.obspm.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071005101226.GC34072@pcjas.obspm.fr> User-Agent: Mutt/1.4.2.2i Cc: freebsd-questions@freebsd.org Subject: Re: Strange df 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: Fri, 05 Oct 2007 15:16:08 -0000 On Fri, Oct 05, 2007 at 12:12:26PM +0200, Albert Shih wrote: > Hi all > > What's that mean ? What does it look like? It looks to me like the output of a df(1) command - specifically 'df -k' The first line contains labels that explain what is in each column. The file system or partition device name How many 1K blocks in the partition How much of it is used up How much is still available to use What percent of the capacity is used and at what mount point is the partition mounted devfs is a special psuedo partition used for creating devices > Filesystem 1K-blocks Used Avail Capacity Mounted on > /dev/ad4s1a 507630 69050 397970 15% / > devfs 1 1 0 100% /dev > /dev/ad4s1g 78017664 55539220 16237032 77% /home > /dev/ad4s1e 507630 -8960 475980 -2% /tmp > ^^^^^^ > Regards. > So, it all really makes sense. It is not a big mystery. It is just what it says. ////jerry > -- > Albert SHIH > Observatoire de Paris Meudon > SIO batiment 15 > Heure local/Local time: > Ven 5 oct 2007 12:11:30 CEST > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"