On Tue, Apr 15, 2025 at 09:50:44PM -0700, Darrick J. Wong wrote: > static int probe_apfs(blkid_probe pr, const struct blkid_idmag *mag) > { > struct apfs_super_block *sb; > > sb = blkid_probe_get_sb(pr, mag, struct apfs_super_block); > if (!sb) > return errno ? -errno : BLKID_PROBE_NONE; > > So I guess it's just ... super broken? Heh. Please just send this report to the util-linux list.