From owner-freebsd-current@FreeBSD.ORG Mon May 12 12:29:46 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38FC437B401 for ; Mon, 12 May 2003 12:29:46 -0700 (PDT) Received: from beastie.mckusick.com (beastie.mckusick.com [209.31.233.184]) by mx1.FreeBSD.org (Postfix) with ESMTP id B358943F75 for ; Mon, 12 May 2003 12:29:45 -0700 (PDT) (envelope-from mckusick@beastie.mckusick.com) Received: from beastie.mckusick.com (localhost [127.0.0.1]) by beastie.mckusick.com (8.12.8/8.12.3) with ESMTP id h4CJTgTh037927; Mon, 12 May 2003 12:29:42 -0700 (PDT) (envelope-from mckusick@beastie.mckusick.com) Message-Id: <200305121929.h4CJTgTh037927@beastie.mckusick.com> To: Julian Elischer In-Reply-To: Your message of "Sun, 11 May 2003 21:04:23 PDT." Date: Mon, 12 May 2003 12:29:42 -0700 From: Kirk McKusick cc: freebsd-current@freebsd.org Subject: Re: large ufs2 partitions and 'df' X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 May 2003 19:29:46 -0000 Date: Sun, 11 May 2003 21:04:23 -0700 (PDT) From: Julian Elischer To: Kirk McKusick cc: freebsd-current@freebsd.org Subject: Re: large ufs2 partitions and 'df' X-ASK-Info: Whitelist match Before we go all gung hoon this, is this structure described in any standard? (posix?) Posix does not define statfs. If it did, it would only go so far as to give a list of the minimally required fields. I expect that X/Open does define statfs, but I do not have a copy of their standard. The BSD statfs comes from the statfs first defined by Sun Microsystems, and includes all the (original) field names. Of course, it also has additional stuff like the names of the device from which the filesystem is mounted and the name of the mount point. Kirk McKusick