When we do the following on a RHEL lab machine:
lsblk | grep sdd
sdd 8:48 0 1.8T 0 disk
we get the sdd disk, but when we do blkid as the following:
blkid | grep sdd
we do not get any output.
We re-scan the disk as:
echo 1>/sys/class/block/sdd/device/rescan
but blkid still does not recognize the sdd disk.
blkid | grep sdd
Why is that, and what we can do about this?