View UUID in the operating system

Windows view method:
in computer management>device manager>hard disk or network card, etc.>detailed information>device GUID

View operating system UUID:
wmic
csproduct list full

Linux viewing method:
look at the partition:
blkid -po udev /dev/sda1
or:
ls -l /dev/disk/by-uuid/

blkid /dev/sda1

lsblkid -f

Whole disk:
scsi_id -g -u /dev/sdc

The impact of Zerto mobile on UUID: the
operating system UUID will change the
whole disk, the SCSI ID will change the
partition UUID, the
file system UUID will not change, the
Oracle ASM UUID will not change, the
network card UUID will not change

Guess you like

Origin blog.51cto.com/heyuanqiang/2555399