For my usecase it's super important to always operate on the exact specified disk and partition, simply relying on the blockdevice name is not enough.
Please parse the following information as well:
uuid
wwn
serial
partuuid
fstype
This information is normally not in the standard output, but can we added to the output like this:
lsblk --json -o "NAME,SIZE,TYPE,MOUNTPOINTS,UUID,WWN,SERIAL,PARTUUID,FSTYPE"
For my usecase it's super important to always operate on the exact specified disk and partition, simply relying on the blockdevice name is not enough.
Please parse the following information as well:
uuidwwnserialpartuuidfstypeThis information is normally not in the standard output, but can we added to the output like this:
lsblk --json -o "NAME,SIZE,TYPE,MOUNTPOINTS,UUID,WWN,SERIAL,PARTUUID,FSTYPE"