[Bug 257409] sysutils/lsblk 3.5 seems to not show a modified label if the device is at /dev/da0 (zero)

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 25 Jul 2021 17:53:24 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257409

--- Comment #8 from Graham Perrin <grahamperrin@gmail.com> ---
(In reply to vermaden from comment #5)

% pwd
/usr/home/grahamperrin/Desktop
% chmod +x lsblk
% file lsblk 
lsblk: POSIX shell script, ASCII text executable
% lsblk
DEVICE         MAJ:MIN SIZE TYPE                              LABEL MOUNT
ada0             0:130 466G GPT                                   - -
  ada0p1         0:132 200M efi                        gpt/efiboot0 -
  ada0p2         0:134 512K freebsd-boot               gpt/gptboot0 -
  <FREE>         -:-   492K -                                     - -
  ada0p3         0:136  16G freebsd-swap                  gpt/swap0 SWAP
  ada0p3.eli     2:82   16G freebsd-swap                          - SWAP
  ada0p4         0:138 450G freebsd-zfs                    gpt/zfs0 <ZFS>
  ada0p4.eli     0:148 450G zfs                                   - -
  <FREE>         -:-   4.0K -                                     - -
cd0              0:196  10M cd9660             iso9660/ONEPLUS%20DRIVERS -
da0              2:105  29G GPT                                   - -
  <FREE>         -:-   1.0M -                                     - -
  da0p1          2:106  29G freebsd-zfs                gpt/efiboot0 <ZFS>
da1              2:113  14G GPT                                   - -
  <FREE>         -:-   1.0M -                                     - -
  da1p1          2:114  14G freebsd-zfs         gpt/cache-transcend <ZFS>
da2              2:126 466G GPT                                   - -
  <FREE>         -:-   1.0M -                                     - -
  da2p1          2:127 466G freebsd-zfs               gpt/Transcend <ZFS>
% gpart show -l /dev/da0
=>      34  60437425  da0  GPT  (29G)
        34      2014       - free -  (1.0M)
      2048  60435411    1  cache-copperbowl  (29G)

%

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