From owner-freebsd-fs@FreeBSD.ORG Tue Apr 15 16:54:29 2014 Return-Path: Delivered-To: fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0BA94B82 for ; Tue, 15 Apr 2014 16:54:29 +0000 (UTC) Received: from cavuit02.kulnet.kuleuven.be (rhcavuit02.kulnet.kuleuven.be [IPv6:2a02:2c40:0:c0::25:130]) by mx1.freebsd.org (Postfix) with ESMTP id BA5DC1253 for ; Tue, 15 Apr 2014 16:54:28 +0000 (UTC) X-KULeuven-Envelope-From: bram.vandoren@ster.kuleuven.be X-Spam-Status: not spam, SpamAssassin (not cached, score=-48.726, required 5, autolearn=disabled, LOCAL_SMTPS -50.00, RDNS_NONE 1.27) X-KULeuven-Scanned: Found to be clean X-KULeuven-ID: 36A48128049.A0D05 X-KULeuven-Information: Katholieke Universiteit Leuven Received: from icts-p-smtps-1.cc.kuleuven.be (icts-p-smtps-1e.kulnet.kuleuven.be [134.58.240.33]) by cavuit02.kulnet.kuleuven.be (Postfix) with ESMTP id 36A48128049; Tue, 15 Apr 2014 18:54:24 +0200 (CEST) Received: from miaplacidus.ster.kuleuven.be (unknown [10.33.178.95]) by icts-p-smtps-1.cc.kuleuven.be (Postfix) with ESMTP id 2CB1F4070; Tue, 15 Apr 2014 18:54:21 +0200 (CEST) Message-ID: <534D643D.7030901@ster.kuleuven.be> Date: Tue, 15 Apr 2014 18:54:21 +0200 X-Kuleuven: This mail passed the K.U.Leuven mailcluster From: Bram Vandoren User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: Jason Breitman Subject: Re: Differences in reporting by du df and usedbydataset References: <0D13866F-04ED-4572-B7C9-04DC806B6513@zxcvm.com> <20140415130943.GC15884@in-addr.com> <191CFFCB-6E4C-4F17-AF6E-33384E1572A5@zxcvm.com> <20140415134055.GC1300@glenbarber.us> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: fs@freebsd.org X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Apr 2014 16:54:29 -0000 You should check the compressratio property if you enabled compression in the past and disabled it again. Cheers, Bram On 04/15/2014 04:26 PM, Jason Breitman wrote: > # du -shA /tank/users/auser > 4.4G /tank/users/auser > > # zfs get compression tank/users/auser > NAME PROPERTY VALUE SOURCE > tank/users/auser compression off default > > Jason Breitman > jbreitman@zxcvm.com > > > > On Apr 15, 2014, at 9:40 AM, Glen Barber wrote: > > On Tue, Apr 15, 2014 at 09:23:50AM -0400, Jason Breitman wrote: >> I appreciate your response, but am not convinced that those 9 >> files add up to the 18 GB difference for the user below. > > What does 'du -shA .' say? > > Also, please show 'zfs get compression'. > > Glen