Các hệ thống tệp của Microsoft (NTFS và anh em FAT) không hỗ trợ UUID theo cách ext * / btrfs / các hệ thống tệp Unixy khác làm. Những gì bạn thấy được báo cáo là UUID là một số loại số sê-ri (dài 64 bit cho NTFS, dài 32 bit cho FAT32). Thông tin cụ thể duy nhất tôi có thể khai thác từ thế giới Linux là từ ntfslabel(8)
trang này :
--new-serial[=ssssssssssssssss], or
--new-half-serial[=ssssssss]
Set a new serial number to the device, either the argument
value, or a random one if no argument is given. The serial
number is a 64 bit number, represented as a sixteen-digit
hexadecimal number, used to identify the device during the
mounting process. As a consequence, two devices with the same
serial number cannot be mounted at the same time on the same
computer. This is not the volume UUID used by Windows to locate
files which have been moved to another volume.
The option --new-half-serial only changes the upper part of the
serial number, keeping the lower part which is used by Windows
unchanged. In this case the optional argument is an eight-digit
hexadecimal number.
Tôi nghi ngờ rằng các "UUID" này có thể giống như báo cáo số sê-ri fsutil
trên Windows.