From owner-freebsd-questions@freebsd.org Wed Aug 16 15:04:12 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5D168DE0F15 for ; Wed, 16 Aug 2017 15:04:12 +0000 (UTC) (envelope-from julf@julf.com) Received: from outbound2.mail.transip.nl (outbound2.mail.transip.nl [IPv6:2a01:7c8:7c8::73]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 20902214E for ; Wed, 16 Aug 2017 15:04:11 +0000 (UTC) (envelope-from julf@julf.com) Received: from submission6.mail.transip.nl (submission6.mail.transip.nl [149.210.149.10]) by outbound2.mail.transip.nl (Postfix) with ESMTP id 3xXXgF0vtZzZvTq; Wed, 16 Aug 2017 17:04:09 +0200 (CEST) Received: from [172.24.42.111] (unknown [77.172.149.157]) by submission6.mail.transip.nl (Postfix) with ESMTPA id 3xXXgB3XXQz12NDM; Wed, 16 Aug 2017 17:04:05 +0200 (CEST) Subject: Re: ZFS and free space To: freebsd-questions@freebsd.org Cc: Marko Turk References: <126aaff1-58af-f7d5-b47e-c7d894b45606@gmail.com> <20170816105759.GA16608@vps.markoturk.info> <20170816121004.GB16608@vps.markoturk.info> From: Johan Helsingius Message-ID: <5bfffa04-6636-dbb8-1d73-789ef81dced6@julf.com> Date: Wed, 16 Aug 2017 17:04:04 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <20170816121004.GB16608@vps.markoturk.info> Content-Type: text/plain; charset=windows-1252 Content-Language: en-GB Content-Transfer-Encoding: 7bit X-Scanned-By: ClueGetter at submission6.mail.transip.nl DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; s=transip-a; d=julf.com; t=1502895849; h=from:reply-to:subject:to:cc: references:in-reply-to:date:mime-version:content-type; bh=IBJlt6UkCRh9MMJ2Ezk+TyJF6DFQbNaH2emSyOIAEUA=; b=jd+yaTbcizVvlKsgaRTVUptOtiAE/AfNmnS5aZr+jG0OuJe0DgWEmEUxIRpDGpZ1+ypUkd jJ2Q5p/O+131T18bQqa5yOQrC/09HviZtrgmx8+yY+tyotAXn+TnLfXkE5SpHmcsuvUWnx Ytzuak3m5hTyGmp8/5NWvaD6gydcNXJHmay4fOFXjJmizEJfpWJeqaUogDa2kiejLwkRZF 68aRiQTOR7lA2RhZWLNV0BKZg0rXNb4fHeb/TSHYWyv9++jq30j0Ng3wTgWc7chYL+4Yw5 bxGxB/j0CCbqrqh7YQHpnACU0Kj3ePUrb2yIIP2JgEoW53Z54lZQTSR8le3Arg== X-Report-Abuse-To: abuse@transip.nl X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Aug 2017 15:04:12 -0000 On 16-08-17 14:10, Marko Turk wrote: > Can you set mountpoint for zroot/home to somewhere else (e.g. /tmp/something) > and then check with du the size of /tmp/something and /usr/home (but > don't use '*', just 'du -hs /tmp/something' so we dont get wrong results > because of dotfiles)? Took a while: # du -hs /tmp/foo /usr/home 6.0T /tmp/foo 4.2T /usr/home Julf