2 examples for lsblk

{{ score }}
  # List information about available block devices incl. labels attached to them.
lsblk -f
        
{{ score }}
  # List available block devices incl. UUID identifier.
lsblk -o +UUID