From owner-freebsd-questions@freebsd.org Thu Sep 27 23:22:45 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9D9BD10BD8AF for ; Thu, 27 Sep 2018 23:22:45 +0000 (UTC) (envelope-from merlyn@geeks.org) Received: from mail.geeks.org (mail.geeks.org [IPv6:2001:4980:3333:1::1]) (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 4E8877CFB1 for ; Thu, 27 Sep 2018 23:22:45 +0000 (UTC) (envelope-from merlyn@geeks.org) Received: from mail.geeks.org (localhost [127.0.0.1]) by after-clamsmtpd.geeks.org (Postfix) with ESMTP id E2C7411021E for ; Thu, 27 Sep 2018 18:22:37 -0500 (CDT) Received: by mail.geeks.org (Postfix, from userid 1003) id BD82A11021D; Thu, 27 Sep 2018 18:22:37 -0500 (CDT) Date: Thu, 27 Sep 2018 18:22:37 -0500 From: Doug McIntyre To: freebsd-questions@freebsd.org Subject: Re: using zfs for poudriere Message-ID: <20180927232237.GA13543@geeks.org> References: <20180925055713.GA13004@sh4-5.1blu.de> <20180926071412.GA16187@sh4-5.1blu.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180926071412.GA16187@sh4-5.1blu.de> User-Agent: Mutt/1.9.4 (2018-02-28) X-Virus-Scanned: ClamAV using ClamSMTP X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Sep 2018 23:22:45 -0000 On Wed, Sep 26, 2018 at 09:14:12AM +0200, Matthias Apitz wrote: > and all seems to be fine. One more question: while normal UFS > filesystem mounts are done (and stored between boots) in fstab(4), where > is the ZFS mount configuration stored? ZFS mount configuration is stored in ZFS metadata. $ zfs get mountpoint users/mail NAME PROPERTY VALUE SOURCE users/mail mountpoint /var/mail local