From owner-freebsd-fs@FreeBSD.ORG Tue Dec 2 23:04:23 2008 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 105E51065676 for ; Tue, 2 Dec 2008 23:04:23 +0000 (UTC) (envelope-from zbeeble@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.30]) by mx1.freebsd.org (Postfix) with ESMTP id BD20B8FC1B for ; Tue, 2 Dec 2008 23:04:22 +0000 (UTC) (envelope-from zbeeble@gmail.com) Received: by yw-out-2324.google.com with SMTP id 9so1343994ywe.13 for ; Tue, 02 Dec 2008 15:04:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=pYerFRNPUmWjJJCVAMFRQduSQmydiBomMLu+CEBmVew=; b=kg8ptAT4Q9xvDP+O1Gbf3yIMWll292zQ0Mypksly3Q5NoPlo9VwEKt3xPz1wzIHyk+ PtyOaT+dpyMfdG11C5xRIdvEwNM46ao9BwdWVwgwBG7e0m0qdq0SGC2iOXPCOhfZ6gGN TOJMGhzlR5hWxkKdNkWvm7QLJdy7+EUZ2RwEw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=qCxebIyB4DmW1MgZTfAPYNl2VTMG97/IXyJhmHw1yObj4YgHZIujZVVVw1ZXh7palj G6j0FXwse79+2bzAcqJcoKfTyFMQwmEKy7FXGrcXS2ZMdMx2JzKaGsXU2A5UtoBIS923 c3EZvIJqjRtbOaYhycUMvrVRFRX8I0/4yhBWs= Received: by 10.150.144.17 with SMTP id r17mr2059404ybd.240.1228259061864; Tue, 02 Dec 2008 15:04:21 -0800 (PST) Received: by 10.151.128.6 with HTTP; Tue, 2 Dec 2008 15:04:21 -0800 (PST) Message-ID: <5f67a8c40812021504p1d67fde1x3d9a9ef8d7214dfc@mail.gmail.com> Date: Tue, 2 Dec 2008 18:04:21 -0500 From: "Zaphod Beeblebrox" To: freebsd-fs@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: ZFS filesystem size anomaly... X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2008 23:04:23 -0000 This is all with ZFS version 6 in FreeBSD-7.1-RC, fyi... I have a machine with the ports tree mounted in ZFS right out of the examples: [3:75:375]root@canoe:/usr/ports> zfs list | grep ports canoe/ports 3.54G 66.6G 2.35G /usr/ports canoe/ports/distfiles 1.19G 66.6G 1.19G /usr/ports/distfiles ... but the sizes here are curious. 1.2G for distfiles is about correct... but 2.35G for the rest of ports is unreasonable. [3:76:376]root@canoe:/usr/ports> du -hs . 1.6G . ... saying that ports + distfiles are 1.6G. There are no snapshots for either ports or distfiles. There are no open work directories. The machine has recently rebooted. The only directory with more than 20M in it is distfiles --- which is the subfilesystem. ... this number 2.35G is 2G more than I expect. Where is this space?