> The only thing I'd like to have is a command or easy way > to convert a duid to a /dev/sd0a name to use current - or future - > utilities that don't support DUID like badblocks from e2fsprogs > in ports...
In disklabel, you can see the duid for a drive; disklabel sd0 | grep duid Alternatively, sysctl knows them too sysctl hw.disknames There are circumstances where a disk can lack a duid, because they have no way to store the information. But these are rare, and not typical storage.
