From owner-freebsd-questions@freebsd.org Wed Aug 16 12:02:47 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 35A8DDD78AE for ; Wed, 16 Aug 2017 12:02:47 +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 ECB0C803B7 for ; Wed, 16 Aug 2017 12:02:46 +0000 (UTC) (envelope-from julf@julf.com) Received: from submission5.mail.transip.nl (submission5.mail.transip.nl [149.210.149.125]) by outbound1.mail.transip.nl (Postfix) with ESMTP id 3xXSdw74SMzT4Z8 for ; Wed, 16 Aug 2017 14:02:44 +0200 (CEST) Received: from [172.24.42.111] (unknown [77.172.149.157]) by submission5.mail.transip.nl (Postfix) with ESMTPA id 3xXSdt43wPz7t96 for ; Wed, 16 Aug 2017 14:02:42 +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: Date: Wed, 16 Aug 2017 14:02:39 +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: <20170816105759.GA16608@vps.markoturk.info> Content-Type: text/plain; charset=windows-1252 Content-Language: en-GB Content-Transfer-Encoding: 7bit X-Scanned-By: ClueGetter at submission5.mail.transip.nl DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; s=transip-a; d=julf.com; t=1502884962; h=from:reply-to:subject:to:cc: references:in-reply-to:date:mime-version:content-type; bh=geoIW4/blXiE5waTd3kLGTumkMNdcmF6/PbJ65+gXZk=; b=TFbi5FvN4lrbcYW7ksWsIyWDfh8vmVOObtcnMvh1YzPioMMwRlWKgMcItrz4uDJ14lpUHi ThrNTuu0EOL2EsvJ9zZifShnVVnn8XUzfK58daC7WO8ftBl0l5SzhGQ04EJ/CwFFw8D5nB T/zsbOxw1/7nTd5wENHUMknoRbH0wQQavpjMiVk3Hf2RBxce8zMTnB5WEaNLhb3fkgX+Fh RJB2MFrcILtWE7yGNkbuTIdCt59QWOHRncgY1U8sucztqkeH0lwUitVV2jOuMlqlNuXCK3 jvj09vaVIcknXi+TwByB4AQIk2igCkvqe4rvm4ivqYuqfHVrpq2ll5mNuK3lQQ== 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:02:47 -0000 Marko, > What is the output of > $ zfs list -o name,mountpoint,mounted,used,refer,ratio,compress NAME MOUNTPOINT MOUNTED USED REFER RATIO COMPRESS zroot /zroot yes 10.2T 140K 1.07x lz4 zroot/ROOT none no 3.01G 140K 2.61x lz4 zroot/ROOT/default / yes 3.01G 3.01G 2.61x lz4 zroot/home /home/storage yes 5.98T 5.98T 1.06x lz4 zroot/tmp /tmp yes 163K 163K 1.01x lz4 zroot/usr /usr no 4.17T 140K 1.09x lz4 zroot/usr/home /usr/home yes 4.17T 4.17T 1.09x lz4 zroot/usr/ports /usr/ports yes 1.26G 1.26G 2.19x lz4 zroot/usr/src /usr/src yes 140K 140K 1.00x lz4 zroot/var /var no 1.43M 140K 4.82x lz4 zroot/var/audit /var/audit yes 140K 140K 1.00x lz4 zroot/var/crash /var/crash yes 140K 140K 1.05x lz4 zroot/var/log /var/log yes 767K 767K 5.61x lz4 zroot/var/mail /var/mail yes 140K 140K 1.00x lz4 zroot/var/tmp /var/tmp yes 140K 140K 1.00x lz4 So I guess it is zroot/usr (/usr) that isn't mounted for some reason but holds a bunch of stuff! Julf