From owner-freebsd-current@freebsd.org Mon Oct 14 18:39:27 2019 Return-Path: Delivered-To: freebsd-current@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 96E39132DDE for ; Mon, 14 Oct 2019 18:39:27 +0000 (UTC) (envelope-from matheus@eternamente.info) Received: from hobbes.arroway.org (hobbes.arroway.org [173.199.118.77]) by mx1.freebsd.org (Postfix) with ESMTP id 46sS5V6BSjz3D65 for ; Mon, 14 Oct 2019 18:39:25 +0000 (UTC) (envelope-from matheus@eternamente.info) Received: from net.dyn.arroway.org (unknown [177.89.5.111]) by hobbes.arroway.org (Postfix) with ESMTPA id DB3AF1C823B; Mon, 14 Oct 2019 15:39:17 -0300 (BRT) Received: from 186.229.5.57 (SquirrelMail authenticated user matheus) by net.dyn.arroway.org with HTTP; Mon, 14 Oct 2019 15:39:19 -0300 Message-ID: <78200a1aef22990b250a6ceecb83ecab.squirrel@net.dyn.arroway.org> In-Reply-To: <20191013164746.GD37504@home.opsec.eu> References: <373a3baccca14285d433fccf20bd1a38.squirrel@net.dyn.arroway.org> <20191013164746.GD37504@home.opsec.eu> Date: Mon, 14 Oct 2019 15:39:19 -0300 Subject: Re: Lockdown adaX numbers to allow booting ? From: "Nenhum_de_Nos" To: "Kurt Jaeger" Cc: freebsd-current@freebsd.org User-Agent: SquirrelMail/1.4.23 [SVN] MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Rspamd-Queue-Id: 46sS5V6BSjz3D65 X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of matheus@eternamente.info has no SPF policy when checking 173.199.118.77) smtp.mailfrom=matheus@eternamente.info X-Spamd-Result: default: False [0.13 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; NEURAL_HAM_MEDIUM(-0.94)[-0.942,0]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; NEURAL_HAM_LONG(-0.65)[-0.646,0]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[eternamente.info]; AUTH_NA(1.00)[]; RCVD_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; HAS_X_PRIO_THREE(0.00)[3]; R_SPF_NA(0.00)[]; RCVD_NO_TLS_LAST(0.10)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; SUBJECT_ENDS_QUESTION(1.00)[]; ASN(0.00)[asn:20473, ipnet:173.199.116.0/22, country:US]; MIME_TRACE(0.00)[0:+]; IP_SCORE(-0.28)[asn: 20473(-1.35), country: US(-0.05)] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Oct 2019 18:39:27 -0000 On Sun, October 13, 2019 13:47, Kurt Jaeger wrote: > Hi! > >> > You're probably looking for this: >> > https://lists.freebsd.org/pipermail/freebsd-fs/2011-March/011036.html >> >> Would glabel solve it? > > The disks are not gpart-formatted, they are used raw. mine neither: root@x:~ # gpart show da0 gpart: No such geom: da0. root@x:~ # gpart show da1 gpart: No such geom: da1. root@x:~ # gpart show da2 gpart: No such geom: da2. glabel status Name Status Components label/160_60224 N/A da0 label/160_0221 N/A da1 label/160_403112 N/A da2 pool: z160 state: ONLINE config: NAME STATE READ WRITE CKSUM z160 ONLINE 0 0 0 label/160_0221 ONLINE 0 0 0 label/160_403112 ONLINE 0 0 0 label/160_60224 ONLINE 0 0 0 att, matheus