From owner-freebsd-questions@freebsd.org Mon Jan 8 22:58:47 2018 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 8C3F9E693BA for ; Mon, 8 Jan 2018 22:58:47 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: from mail-vk0-x229.google.com (mail-vk0-x229.google.com [IPv6:2607:f8b0:400c:c05::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5CD5B79C11 for ; Mon, 8 Jan 2018 22:58:47 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: by mail-vk0-x229.google.com with SMTP id k132so8335476vke.10 for ; Mon, 08 Jan 2018 14:58:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=92l5xxLUgONvc3+jFk6HmoprPbz0E6rIHM4Rhy+5GAA=; b=qriNhfSXQaTqMcRTNHUXPGd3C96bywYHatB1CrNIg4XEI4mOJDXoG5yIiFK48FeMTt 27lMGa5GjMWdJQ5+mDKywQsn95bMsCLgMHVFZQSzcT/6hRF/kGCk9ARYIlDh28riZ0Ty XywYGbdNxJSd2E8Cg6vzSHF3OjLrI9/+N7PHeC5BUnkrt6VWOlXyikhIXRgXKGO9N/dj /lspUZNaRvBTIQv5RPUATOvyixGXY4LcJHTAd1au1GWFqFdgB8GLhKygqAhcBwk/tRK4 ksuSDtg3QBVu7THFVRKBeAfPJiRyRNOd3ptLyq/a+fwhDVQcUUfmQxmFRCM7VqbOy2je IqeQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=92l5xxLUgONvc3+jFk6HmoprPbz0E6rIHM4Rhy+5GAA=; b=VxYQyJNJ9G0ky2P4KfYP/n4mNbcGI6ah9u+cc7CLGzQmWH/fquTohpioN7sFdCJzDb 38HRHSrzIk/+vzgDpxuosIsff/lvSBPV30zey4XE9yJJ+hG2eX0ABB7JG/0tXALrOQlr 1sfIJxfNCnOzMJj86CZTetl3nfzq3F8NP04Yl/d12Clt14q2GvSBCstfc54xcpFjP9SX RQfAxZmwQQ3p1hNnTYLvklNAAXmvn1Y/2gQ6lhf71TrldFGDJYaF73nry2QVwimyBb8+ zI6uw8Cdi3RuUDPQKdkQTk2xWd7ceGiKUduyfe63PKlyJ0karsjsd63GSCEA3EnQ1HQC oVOg== X-Gm-Message-State: AKwxyte1iZDz5NpJcOVPJwpAvMA63TjiUCdHNGB9P61kjppxYvNCSrWo xA2XRkfQl+GS8De7Fdb31SFmDj7W7AySOJpQjWpp9w== X-Google-Smtp-Source: ACJfBouS6w8gNnUO6oJgDhR7I9Lkg9+zXOtJw/nIV6uaYWVHlm6zHtAFX1xzVj00epx6/q644KZ0lX9OYdehi5v1joM= X-Received: by 10.31.181.198 with SMTP id e189mr11736768vkf.122.1515452326165; Mon, 08 Jan 2018 14:58:46 -0800 (PST) MIME-Version: 1.0 References: <3f89d154-d878-a267-66a5-e898cc2621f5@gjunka.com> In-Reply-To: <3f89d154-d878-a267-66a5-e898cc2621f5@gjunka.com> From: Ben Woods Date: Mon, 08 Jan 2018 22:58:35 +0000 Message-ID: Subject: Re: NVMe ZFS mount To: Grzegorz Junka Cc: freebsd-questions@freebsd.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Jan 2018 22:58:47 -0000 On Tue, 9 Jan 2018 at 6:47 am, Grzegorz Junka wrote: > Hi, > > I've two zfs mirrors, one on two SATA drives and one on two NVMe drives. > SATA are used to boot the system. I observed that after booting the > system zfs datasets on NVMe drives aren't mounted. The pool is imported > and I can list the datasets but command mount doesn't show any mounts > apart from the system (SATA) drives. > > Do ZFS datasets on NVMe need any special treatment to be mounted by the > system automatically, e.g. an entry in /etc/fstab? > > Thanks > > GrzegorzJ > I don=E2=80=99t believe NVMe needs any special treatment, but I haven=E2=80= =99t used it. What about the boot order... when you watch it boot, do the NVMe devices show up before the /etc/rc.d/zfs script is run? Check the =E2=80=9Ccanmount=E2=80=9D parameter of each of your datasets. zfs get -r canmount,mountpoint,mounted nvmepool Regards, Ben --=20 -- From: Benjamin Woods woodsb02@gmail.com