From owner-freebsd-questions@freebsd.org Mon Aug 13 11:31:54 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 AC81E106F6A1 for ; Mon, 13 Aug 2018 11:31:54 +0000 (UTC) (envelope-from freebsd-en@lists.vlassakakis.de) Received: from dd14614.kasserver.com (dd14614.kasserver.com [85.13.136.14]) (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 5029F755C1 for ; Mon, 13 Aug 2018 11:31:53 +0000 (UTC) (envelope-from freebsd-en@lists.vlassakakis.de) Received: from [10.254.163.152] (pd95ba13a.dip0.t-ipconnect.de [217.91.161.58]) by dd14614.kasserver.com (Postfix) with ESMTPSA id 65F0643C1B0D for ; Mon, 13 Aug 2018 13:31:46 +0200 (CEST) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii From: Philipp Vlassakakis Mime-Version: 1.0 (1.0) Subject: NFS + ZFS - Base System readonly Message-Id: <82BCE4D6-69DF-49E0-8648-4E9F3767D089@lists.vlassakakis.de> Date: Mon, 13 Aug 2018 13:31:45 +0200 To: freebsd-questions@freebsd.org X-Mailer: iPhone Mail (15G77) 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: Mon, 13 Aug 2018 11:31:54 -0000 Hi, has anyone experience in mounting a base system via PXE + NFS as readonly an= d then mount ZFS datasets r/w on top of the base-system? I would like to boot a basesystem (which is stored on a NFS share) via PXE a= nd mount ZFS-Datasets on top of that, so i can rollout specific configs (hos= tname, services...) per Host and give user the ability to edit config files (= apache, mysql...) and store data on the ZFS-disks, which will not be wiped d= ue to a Host reboot. Is this possible? Thanks, Philipp