From owner-freebsd-fs@FreeBSD.ORG Tue Aug 20 11:40:55 2013 Return-Path: Delivered-To: freebsd-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 ESMTP id 8C7F47F5 for ; Tue, 20 Aug 2013 11:40:55 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 622592814 for ; Tue, 20 Aug 2013 11:40:55 +0000 (UTC) Received: from compute1.internal (compute1.nyi.mail.srv.osa [10.202.2.41]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 65A1C21447 for ; Tue, 20 Aug 2013 07:40:44 -0400 (EDT) Received: from web3 ([10.202.2.213]) by compute1.internal (MEProxy); Tue, 20 Aug 2013 07:40:45 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:from:to:mime-version :content-transfer-encoding:content-type:subject:date:in-reply-to :references; s=smtpout; bh=fVg0pzyG6LaJxPTXR4BQCFy7oN0=; b=OHNo4 yBjHZYx4gI8QHsyOFG2JViSaqy4fZT3YdaiBkBPUbdZ8MAw6traQUyWxdH35Y4pU v9zSvDWoLP2Qrel3bc3YwmHBZZ5jOreZzsqfCkmGl8xi2yDsnLINSPCBO7rdws9w o+GgMvNyEXzKzHraKLqLFrKUp2kgvLB1tbwGsE= Received: by web3.nyi.mail.srv.osa (Postfix, from userid 99) id 99DD5B02387; Tue, 20 Aug 2013 07:40:44 -0400 (EDT) Message-Id: <1376998844.22664.11949061.1EF60C6C@webmail.messagingengine.com> X-Sasl-Enc: do9nkOgFJUumyU8H+8sZZR6TId3tS2/ZTR4o8NycLBWm 1376998844 From: Mark Felder To: freebsd-fs@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-d009844e Subject: Re: du which understands ZFS Date: Tue, 20 Aug 2013 06:40:44 -0500 In-Reply-To: References: X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Aug 2013 11:40:55 -0000 On Mon, Aug 19, 2013, at 22:51, aurfalien wrote: > Hi, > > Is there a version of du which understands ZFS? > > Currently when running du I get this; > > Filesystem Size Used Avail Capacity Mounted > on > abyss 51T 50k 51T 0% > /abyss > abyss/PROJECT 72T 20T 51T 29% > /abyss/PROJECTS > abyss/PROJECTX 54T 2.6T 51T 5% /abyss/PROJECTSX > > The zpool of abyss is 75TB in size. > And do you want df to be aware of compression and deduplication, too? I don't think this will show up in FreeBSD's df. Use the tools that ZFS provides and you'll never get any unexpected surprises.