From owner-freebsd-questions@FreeBSD.ORG Fri Sep 24 18:12:04 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6D181106566B for ; Fri, 24 Sep 2010 18:12:04 +0000 (UTC) (envelope-from tg@gmplib.org) Received: from shell.gmplib.org (gmplib-02.nada.kth.se [130.237.222.242]) by mx1.freebsd.org (Postfix) with ESMTP id 2ADED8FC1A for ; Fri, 24 Sep 2010 18:12:03 +0000 (UTC) Received: by shell.gmplib.org (Postfix, from userid 1001) id 135E9108B; Fri, 24 Sep 2010 20:12:03 +0200 (CEST) To: krad References: <867hibxh6t.fsf@shell.gmplib.org> From: Torbjorn Granlund Sender: tg@gmplib.org Date: Fri, 24 Sep 2010 20:12:02 +0200 In-Reply-To: (krad's message of "Fri\, 24 Sep 2010 18\:56\:02 +0100") Message-ID: <8639szxb7x.fsf@shell.gmplib.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-questions@freebsd.org Subject: Re: Mount order for ZFS, jails, and nullfs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Sep 2010 18:12:04 -0000 krad writes: use zfs mount/umount =20=20 How? The "zfs mount" command does not work anyting like the mount(8) command but for ZFS volumes. The "zfs mount" mounts a volume using its mountpoint property. But if that's set to "legacy", then zfs mount will hardly work, since it cannot take a mount point parameter. The real problem is how to make all types of mounts to be made in a top-to-bottom order. Even if 'zfs mount' would work like I think you assume it works, that would not help, as far as I can tell. --=20 Torbj=F6rn