From owner-freebsd-questions@FreeBSD.ORG Wed Sep 29 05:56:23 2010 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 D57B91065673 for ; Wed, 29 Sep 2010 05:56:23 +0000 (UTC) (envelope-from drizzt321@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id 9608F8FC19 for ; Wed, 29 Sep 2010 05:56:23 +0000 (UTC) Received: by qwd6 with SMTP id 6so354139qwd.13 for ; Tue, 28 Sep 2010 22:56:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:from:date :message-id:subject:to:content-type; bh=PEEKkEz3WJGE7oL3cfqfdznAkNUdjUN6BFrzcM1cBBk=; b=swG9+E09JpjEhx0Ui551oEgRLWgGOS6eeVXhNxJeWNLeN6QoSIONZGJT6YcPrQdQh6 oGGfNArXcn/gc2LvH5gS0fhvjZwEcXv0HQmJdtZse09ai9hxSENcgdu+cYKhQl4/4dh+ me3jveEb2myyaPXtfCd3kGSoZfuLFpaPTE/i8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=xY/B68ngYserQW+Cgyj73shl6LUtcIWv0GhZinHh8jbQ1IHI8KX9zUQKOTfmVUIm4J baF+aMU+SIFPuBkRoNEtcKWBRthSBn+pTKPuIvWgDhehi1wJObqvHUFazSh1sx8e70fR mFEatUwFFGGqEXqi9vxrLuoTLRZ4hUlFs0B5U= Received: by 10.224.51.203 with SMTP id e11mr765258qag.213.1285739782970; Tue, 28 Sep 2010 22:56:22 -0700 (PDT) MIME-Version: 1.0 Received: by 10.229.236.85 with HTTP; Tue, 28 Sep 2010 22:56:01 -0700 (PDT) From: Aaron Date: Tue, 28 Sep 2010 22:56:01 -0700 Message-ID: To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Disappearing available space with ZFS...what am I missing? 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: Wed, 29 Sep 2010 05:56:23 -0000 I've created a ZFS pool with zpool create tank raidz ada0 ada1 ada2 ada3, and then I add some additional mountpoints (I think they're called) using zfs create tank/storage, etc. In zpool list, I see the pool with 3.62T available. With df -h, I see 2.4T available for tank, and tank/storage. When I first created tank, it had the 3.62T available as I expected. What am I missing? I do have compression set to gzip-9 on tank which gets inherited like I want, don't know if that would affect anything. --Aaron