mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=fOf8OicqwHxIy4W4SGcvTsELPTD+NSgMWAEH9N9RpHM=; b=DgSrsvW9/ZFDJlTo6NUk2NFfSUrLw+ZXTCCqA4ZTBgDeEi7ciowJpSp2vuv74iIh/O64B8 76H8HJ9ydnPZBg6A8nRamolc9v+Z/JHv1gQD+D4dnFrMiVFaSqR6jcrmzvUgRQmes11gm8 vobTZkHp7SH23IQZnJQTCNrw4LjYNUsP3jZz1f9Q5ugIOMwi4swKh62HrA70TUakFrOT5F wWO3V8WJuwIWvTxLbd42zGnlxDhwtmikDjDl8IemoIkn8XnziFsg5y0no4Kz0N+SfDJocy emOQ23CGTPbvEd/DkVAUcaiY2ujI36AC5YF0HhudxsAfjENpaNVa9ylcj3kYIg== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4fs1x56Y0Rz1Flm for ; Thu, 09 Apr 2026 14:08:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 639E89eW013777 for ; Thu, 9 Apr 2026 14:08:09 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 639E89Ss013776 for bugs@FreeBSD.org; Thu, 9 Apr 2026 14:08:09 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 113912] tunefs(8): silent failure setting glabel on boot partition Date: Thu, 09 Apr 2026 14:08:09 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 6.2-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: rkoberman@gmail.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Bug reports List-Archive: https://lists.freebsd.org/archives/freebsd-bugs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-bugs@FreeBSD.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D113912 --- Comment #5 from rkoberman@gmail.com --- Wow! I had to spend some time remembering this. I think that this stems from confusion between the three types of labels th= at are related to disks and disk partitions. tunefs(8) sets the gpt label which is not the glabel. The GPT label is crea= ted when a partition is created by gpart(8). I have never had any issue using tunefs(8) -L option to modify it. The glabel is a GEOM tool and not related= to GPT. While I am sure that there are other uses for glabel (set and modified by t= he glabel(8) command), I have only used it for labeling swap partitions. GPT labels are specified in the specification for GPT and is used by almost all disk configuration while glabel is part of the FreeBSD GEOM system and us o= nly relevant to that system which, as far as I understand it, limited to BSD and not Linux, Windows, or any other system. I am not use if all BSDs use it. THe fact that GPT and GEOM both start with 'G' and are tied to disc structu= re has caused a lot of confusion, but I thought it had quieted down. --=20 You are receiving this mail because: You are the assignee for the bug.=