From owner-freebsd-questions@FreeBSD.ORG Mon Aug 6 06:07:20 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 52B1416A41B for ; Mon, 6 Aug 2007 06:07:20 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.190]) by mx1.freebsd.org (Postfix) with ESMTP id D5EEF13C461 for ; Mon, 6 Aug 2007 06:07:19 +0000 (UTC) (envelope-from illoai@gmail.com) Received: by fk-out-0910.google.com with SMTP id b27so1573950fka for ; Sun, 05 Aug 2007 23:07:18 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=U9iHDzrLm6eu7xeTkSwA8gyrkOyUh4hItY27eUQ3LfPotfAinOUPCROM0aLnOv+VCu3CfICISF560sEJZoimc8dsaUS8O4WMQde10YXGlpI2aOkjk/2md2fo1IZZK/V2BoSW+LsrcHLdC0kSFRoFV0oGhv6lt4UAIBpWevXwPKs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=B1Vy4gwjBgJBT04KsC1PWHcaXlTa5FAKIrtrgvdEn9pQytToHdH7aSg6gfSC8zpTNuQHufK8xoh1MiAJTMLmX1ri+dSxBUopNjieNs4b25XjIy3rLiaNCY6mQUI9i1RPB8mnhgaeosmp9fEfsmjcKzP9rJ2USSFbWG6NKrBeK5A= Received: by 10.82.112.3 with SMTP id k3mr5116973buc.1186380438222; Sun, 05 Aug 2007 23:07:18 -0700 (PDT) Received: by 10.82.185.5 with HTTP; Sun, 5 Aug 2007 23:07:18 -0700 (PDT) Message-ID: Date: Mon, 6 Aug 2007 01:07:18 -0500 From: "illoai@gmail.com" To: "Hartleigh Burton" In-Reply-To: <1918FC18-18E2-4163-A78A-6EA4A807BCE5@mraentertainment.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <46B6B171.5000708@riderway.com> <1918FC18-18E2-4163-A78A-6EA4A807BCE5@mraentertainment.com> Cc: freebsd-questions@freebsd.org, "Philip M. Gollucci" Subject: Re: Large Volumes - 2.2TB missing... expecting 3.4TB! 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, 06 Aug 2007 06:07:20 -0000 On 06/08/07, Hartleigh Burton wrote: > OK, in the FDISK Partition Editor da1 reads as 3576219MB. So that > looks to be ok and around what I am expecting. > > In the Disklabel Editor da1s1 has 0MB free, and da1s1d is the only > da1s1 label with a size of 1444GB. > The output of % bsdlabel da1s1 might be very enlightening here. As an aside, you might spend some time learning the command line utilities. % man 8 fdisk % man 8 bsdlabel -- --