From owner-freebsd-questions@freebsd.org Wed Aug 16 12:08:54 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 3345BDD7DC9 for ; Wed, 16 Aug 2017 12:08:54 +0000 (UTC) (envelope-from julf@julf.com) Received: from outbound1.mail.transip.nl (outbound1.mail.transip.nl [IPv6:2a01:7c8:7c8::72]) (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 EB1CA80695 for ; Wed, 16 Aug 2017 12:08:53 +0000 (UTC) (envelope-from julf@julf.com) Received: from submission4.mail.transip.nl (submission4.mail.transip.nl [149.210.149.124]) by outbound1.mail.transip.nl (Postfix) with ESMTP id 3xXSn036sjzT4ZT for ; Wed, 16 Aug 2017 14:08:52 +0200 (CEST) Received: from [172.24.42.111] (unknown [77.172.149.157]) by submission4.mail.transip.nl (Postfix) with ESMTPA id 3xXSmz6lV1znWGG for ; Wed, 16 Aug 2017 14:08:51 +0200 (CEST) Subject: Re: ZFS and free space To: freebsd-questions@freebsd.org References: <126aaff1-58af-f7d5-b47e-c7d894b45606@gmail.com> <20170816105759.GA16608@vps.markoturk.info> From: Johan Helsingius Message-ID: <32faadf5-7482-1d60-fbbc-1bb931065519@julf.com> Date: Wed, 16 Aug 2017 14:08:50 +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: Content-Type: text/plain; charset=utf-8 Content-Language: en-GB Content-Transfer-Encoding: 7bit X-Scanned-By: ClueGetter at submission4.mail.transip.nl DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; s=transip-a; d=julf.com; t=1502885332; h=from:reply-to:subject:to:cc: references:in-reply-to:date:mime-version:content-type; bh=6FWf0vVDSRRA4OowHJtfwAt6KgxtdCZtMPLSX4BIKHI=; b=dZ6VvN+Xz3kfT1BR/MA2yBQESgxeo/o3YpJl5iSqnDOlPNRnRvrM9MO2JTpNPx929NT9kN VssEzFuQI1Q3+QPuzA8Bo4UNalY9V9ow3M4u7Zw5fY6CXiF9XZ+RSsMfS0Ekg27M+9SK7E eUb9EFg+l//gjl00rGTzpJ1z2pcvC6E1WLyvdNgPqxrD0auLXoCz7u/669J0eE2ymOY0H6 2WIyzN9TRhrLA/hfu8MNhdaEf8YwXZOkLD3kmAD78kGqnzEdpu04uKxLWEhsmkhqho4hmt gmxJIHKUMtKtm3oWry28GY7ytPTKEklYTetPWzWDLFxP3hu2h6txp0y/yRo9og== 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 12:08:54 -0000 > So I guess it is zroot/usr (/usr) that isn't mounted for > some reason but holds a bunch of stuff! Hmm... # zfs mount zroot/usr cannot mount 'zroot/usr': 'canmount' property is set to 'off' Julf