From owner-freebsd-questions@freebsd.org Thu May 7 04:10:43 2020 Return-Path: Delivered-To: freebsd-questions@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 735752EBED7 for ; Thu, 7 May 2020 04:10:43 +0000 (UTC) (envelope-from me@anatoli.ws) Received: from out-mx.anatoli.ws (out-mx.anatoli.ws [177.54.157.124]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "out-mx.anatoli.ws", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49Hg421bbTz4mF1 for ; Thu, 7 May 2020 04:10:41 +0000 (UTC) (envelope-from me@anatoli.ws) Received: from [192.168.0.1] (unknown [192.168.0.1]) by out-mx.oprbox.com (Postfix) with ESMTPSA id 6A2241E001A7 for ; Thu, 7 May 2020 04:10:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=anatoli.ws; s=vnptcm0lqn; t=1588824637; bh=kcqg0ojOmI957jKo1pJpksxj+4Ic51F/ev0Ne0tkZ+M=; h=Subject:To:References:From:Date:In-Reply-To; b=gfhaVJoGcBUsFCxsumFHO/JMgR/z7ntalkcIUG2EXMrwlwTwYIHfzNKk1HrWNjN7b VIr1XQObWgRlUrVBeMQHtMlBijRLQOXvdshyF18jzEAWLtv5RnHnAo1+hQVusAdm/U vn1U2p7Bso7yRFZMzZtaZnxiVH2BqqdErX2DC6fygCR+XfPSsVPiV2Kpo4NasPmVrS uXAnHq8gMuIfDb1gW1B4WCpTDVGa8vsu5f+UNDcBhS+jocJFDmKUFr9/VhbN8+TA3f 3TxGk/4pJIiD7nH6dHwE4fkcbUmyT8S9QqIN1DTXOH40GpADgCICxF+RtC/XCV00CO kajum6HlBnlmw== Subject: Re: SSD woes - boot To: freebsd-questions@freebsd.org References: <28BC0AA1-FF58-406A-A5EE-FB0641D2C2B5@kukulies.org> From: Anatoli Message-ID: Date: Thu, 7 May 2020 01:10:35 -0300 Mime-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 49Hg421bbTz4mF1 X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; dkim=none (invalid DKIM record) header.d=anatoli.ws header.s=vnptcm0lqn header.b=gfhaVJoG; dmarc=pass (policy=reject) header.from=anatoli.ws; spf=pass (mx1.freebsd.org: domain of me@anatoli.ws designates 177.54.157.124 as permitted sender) smtp.mailfrom=me@anatoli.ws X-Spamd-Result: default: False [-4.83 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+a:out-mx.anatoli.ws]; 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)[-1.000,0]; MV_CASE(0.50)[]; DKIM_TRACE(0.00)[anatoli.ws:~]; DMARC_POLICY_ALLOW(-0.50)[anatoli.ws,reject]; RCVD_IN_DNSWL_NONE(0.00)[124.157.54.177.list.dnswl.org : 127.0.10.0]; R_DKIM_PERMFAIL(0.00)[anatoli.ws:s=vnptcm0lqn]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; IP_SCORE(-2.53)[ip: (-9.07), asn: 262287(-3.63), country: BR(0.07)]; ASN(0.00)[asn:262287, ipnet:177.54.157.0/24, country:BR]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_TLS_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 May 2020 04:10:43 -0000 > You a whipping a dead horse: > > https://lists.freebsd.org/pipermail/freebsd-questions/2020-April/288944.html > (Linux implements PARTUUID's for the BIOS/MBR case [1]. I have been > unable to figure out how to do this on FreeBSD.) To have a FreeBSD equivalent to linux UUID partition identifiers in /etc/fstab, set a label for a partition (gpart for GPT, glabel for MBR), `X` is the partition number as reported by `gpart show`. gpart modify -i X -l