From owner-freebsd-questions@freebsd.org Mon Apr 8 15:41:51 2019 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 C2FCB1551330 for ; Mon, 8 Apr 2019 15:41:51 +0000 (UTC) (envelope-from carlj@peak.org) Received: from filter05.peak.org (filter05.peak.org [69.59.194.81]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3EAAD7687B for ; Mon, 8 Apr 2019 15:41:49 +0000 (UTC) (envelope-from carlj@peak.org) Received: from zmail-mta02.peak.org ([207.55.16.112]) by filter05.peak.org ({27dbf508-291b-4a6b-93f5-d568f05dc56a}) via TCP (outbound) with ESMTPS id 20190408154133174_0000 for ; Mon, 08 Apr 2019 08:41:33 -0700 X-RC-FROM: X-RC-RCPT: Received: from zmail-mta02.peak.org (localhost [127.0.0.1]) by zmail-mta02.peak.org (Postfix) with ESMTPS id D07E34C947 for ; Mon, 8 Apr 2019 08:41:26 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by zmail-mta02.peak.org (Postfix) with ESMTP id B07EF4C512 for ; Mon, 8 Apr 2019 08:41:26 -0700 (PDT) Received: from zmail-mta02.peak.org ([127.0.0.1]) by localhost (zmail-mta02.peak.org [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id tbt0byxYvSl0 for ; Mon, 8 Apr 2019 08:41:26 -0700 (PDT) Received: from mailproxy-lb-05.peak.org (mailproxy-lb-05.peak.org [207.55.17.95]) by zmail-mta02.peak.org (Postfix) with ESMTP id 921634C45A for ; Mon, 8 Apr 2019 08:41:26 -0700 (PDT) Received: from localhost.localnet ([127.0.0.1] helo=elm.localnet) by elm.localnet with esmtps (TLSv1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.91 (FreeBSD)) (envelope-from ) id 1hDWOj-000Dnz-QH for freebsd-questions@freebsd.org; Mon, 08 Apr 2019 08:41:25 -0700 Received: (from carlj@localhost) by elm.localnet (8.15.2/8.15.2/Submit) id x38FfPWN053070; Mon, 8 Apr 2019 08:41:25 -0700 (PDT) (envelope-from carlj) From: Carl Johnson To: freebsd-questions@freebsd.org Subject: Re: mounting from zfs:zroot/ROOT/default failed with error 45 References: <98a58bad-56ea-c598-2944-e4c70c2841a3@sentex.net> <724a9bc6-4dd1-f383-b1c7-8cfb564c1bfd@cyberleo.net> X-Clacks-Overhead: GNU Terry Pratchett Date: Mon, 08 Apr 2019 08:41:25 -0700 In-Reply-To: (Mike Tancsa's message of "Mon, 8 Apr 2019 10:26:26 -0400") Message-ID: <86ftqsqzbu.fsf@elm.localnet> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain X-MAG-OUTBOUND: peakinternet.redcondor.net@207.55.16/22 X-Rspamd-Queue-Id: 3EAAD7687B X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; spf=pass (mx1.freebsd.org: domain of carlj@peak.org designates 69.59.194.81 as permitted sender) smtp.mailfrom=carlj@peak.org X-Spamd-Result: default: False [-1.70 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.69)[-0.692,0]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; TO_DN_NONE(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-1.00)[-0.995,0]; RCVD_TLS_LAST(0.00)[]; NEURAL_SPAM_SHORT(0.41)[0.412,0]; MX_GOOD(-0.01)[spam.peak.org,spam.peak.org,spam.peak.org,spam.peak.org,spam.peak.org,spam.peak.org]; DMARC_NA(0.00)[peak.org]; IP_SCORE(-0.01)[country: US(-0.06)]; RCVD_IN_DNSWL_LOW(-0.10)[81.194.59.69.list.dnswl.org : 127.0.5.1]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:395796, ipnet:69.59.194.0/24, country:US]; RCVD_COUNT_SEVEN(0.00)[8]; FROM_EQ_ENVFROM(0.00)[] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Apr 2019 15:41:52 -0000 Mike Tancsa writes: > However, there doesnt seem to be a way to create the pool with features > disabled. The man page seems to imply that as well, at least on FreeBSD > ? And trying to set it implies that as well. At least on FreeBSD-12 there is the -d option for 'zpool create'. From the zpool manpage: -d Do not enable any features on the new pool. Individual features can be enabled by setting their corresponding properties to enabled with the -o option. See zpool-features(7) for details about feature properties. -- Carl Johnson carlj@peak.org