From owner-freebsd-questions@FreeBSD.ORG Sun Nov 30 13:40:30 2008 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 BA2071065676 for ; Sun, 30 Nov 2008 13:40:30 +0000 (UTC) (envelope-from tfcheng@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.174]) by mx1.freebsd.org (Postfix) with ESMTP id 8D8158FC0C for ; Sun, 30 Nov 2008 13:40:30 +0000 (UTC) (envelope-from tfcheng@gmail.com) Received: by wf-out-1314.google.com with SMTP id 24so2226324wfg.7 for ; Sun, 30 Nov 2008 05:40:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=0CnE/gcsLyQPhhw9gEUD7zT5KawcBSQUOzW5TCJudhg=; b=LCy0UmsXNcraLTpTG8S6cah6m9O3KI2Otzn3GAZeDMR6deHCJSj26SnNkACGo74UBO H6MpWuWbHVs5J0p587XFdG7W+6zW0ySSP9a2cUVmKZJfJpnpbWF1EBYdO4ra8UriVtAf /7+oZJkuuBdhmpC/k3x6Gfw3T6c5p2cP1VGv8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=i+wpzjQnUWKFB9P3rEg4asb7Tb7SAHdAEM0s7JvCrbQ5jBIz/k3yfoaGWve5bZCrkL JD8O9In/pqSXfEIQtQ+SZLTQ1EOjMwhTCzVkonOwPupH/rP64K2zpa7w/4v8/5kwTPSx RLV0b4E7RsEnYuk5BDueLlUZKBPIx218twUmc= Received: by 10.142.132.2 with SMTP id f2mr4115932wfd.6.1228052430095; Sun, 30 Nov 2008 05:40:30 -0800 (PST) Received: by 10.142.13.18 with HTTP; Sun, 30 Nov 2008 05:40:30 -0800 (PST) Message-ID: Date: Sun, 30 Nov 2008 08:40:30 -0500 From: "Tsu-Fan Cheng" To: FreeBSD MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: does not understand "df -H" 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: Sun, 30 Nov 2008 13:40:30 -0000 Hi, I have a pretty basic question: when I "df -H" my disk, the numbers cant add up, Filesystem Size Used Avail Capacity Mounted on /dev/ad0c 484G 429G 17G 96% /ad0c there should be more disk space available based on what is shown. why is this like that?? thanks!! TFC