From owner-freebsd-questions@freebsd.org Wed Dec 23 11:36:45 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 44390A4F18E for ; Wed, 23 Dec 2015 11:36:45 +0000 (UTC) (envelope-from sergeig.public@gmail.com) Received: from mail-pa0-x234.google.com (mail-pa0-x234.google.com [IPv6:2607:f8b0:400e:c03::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 101591DA4 for ; Wed, 23 Dec 2015 11:36:45 +0000 (UTC) (envelope-from sergeig.public@gmail.com) Received: by mail-pa0-x234.google.com with SMTP id q3so111462069pav.3 for ; Wed, 23 Dec 2015 03:36:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:cc:from:message-id:date:user-agent :mime-version:in-reply-to:content-type; bh=0dL9eUYlz5mcZsIa5dZG1AbB9o/9TwiRgsb+IUz2/ck=; b=eFJ1+bfAG4ZbFXeT0EMN1tEOWvMV2uaQBehZRj6UUe9mTEMBSg7Yf9yqgR/HMRue72 Eq7GnqIRIUzX0a56aCKB6aUB5oBOFc3sEGIei5Rqh+1QMVBGI7KpuyyIj5ZYPmZsn7IX ThCrGI/HnwWyazbVIScgq0R1qV1FF5M3xvsXepe93KW+HcgegiKAmoWKRy4YnD75fyIE tJ7jm16fGwENzQdesGOqTS1EqBPUKy97mycIGqNar1N7kc4DgDZuvAssx00TSsdg6LCX cI1OyNBn7r87t8k3hypBu3WTaF3cnVgC7s/lAj4SYz+27Hw2E5HGJrf+Q8nHwbaX75zI BzIw== X-Received: by 10.66.197.131 with SMTP id iu3mr22471183pac.57.1450870604656; Wed, 23 Dec 2015 03:36:44 -0800 (PST) Received: from SergeiMBP.local (c-24-16-122-177.hsd1.wa.comcast.net. [24.16.122.177]) by smtp.googlemail.com with ESMTPSA id sm8sm52147571pac.43.2015.12.23.03.36.43 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 23 Dec 2015 03:36:43 -0800 (PST) Subject: Re: which label to use in mount? To: Ben Woods References: <5675574E.3060501@gmail.com> <5678FFE8.4070408@gmail.com> Cc: FreeBSD Questions From: Sergei G Message-ID: <567A874A.4040702@gmail.com> Date: Wed, 23 Dec 2015 03:36:42 -0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Dec 2015 11:36:45 -0000 I think I was typing -h and -H and did not pay attention. I think some tools use low and some upper case for human readable form. On 12/22/15 1:14 PM, Ben Woods wrote: > On Tuesday, 22 December 2015, Sergei G > wrote: > > I think I just found the reason for different reported numbers: > > df -h > /dev/gpt/dback 48G 2.6G 42G 6% > /backup > > vs > > df -H > /dev/gpt/dback 52G 2.8G 45G 6% > /backup > > > Nice - that old trick! > > So do you think you were sometimes typing -h and other times typing > -H? Or do you think there is a bug that df reports with different base > 1000/1024 for gpt vs ufs labels? > > Regards, > Ben > > > -- > > -- > From: Benjamin Woods > woodsb02@gmail.com