[Bug 258090] sysutils/lsblk partition information shown for an SD card reader (in a dock) where there is no card

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 27 Aug 2021 18:45:24 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258090

--- Comment #5 from Slawomir Wojciech Wojtczak <vermaden@interia.pl> ---
(In reply to Graham Perrin from comment #3)

> % gpart show da0
> gpart: No such geom: da0.
> 
> % lsblk da0
> DEVICE         MAJ:MIN SIZE TYPE                                          LABEL > MOUNT
> da0              0:194   0B freebsd-swap                                      - > SWAP


The lsblk(8) behaves properly here.

If gpart(8) is not able to show any partition schema then it must be something
on entire device so lsblk(8) uses fstyp(8) to get the information what is on
it.

Regards.

-- 
You are receiving this mail because:
You are the assignee for the bug.