답변:
Microsoft 파일 시스템 (NTFS 및 FAT 형제)은 ext * / btrfs / 다른 Unixy 파일 시스템과 같은 방식으로 UUID를 지원하지 않습니다. UUID로보고되는 것은 일종의 일련 번호입니다 (NTFS의 경우 64 비트 길이, FAT32의 경우 32 비트 길이). Linux 세계에서 파헤칠 수있는 구체적인 정보는 ntfslabel(8)
맨 페이지에서 얻을 수 있습니다 .
--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.
이 "UUID" fsutil
는 Windows 의 일련 번호 보고서와 동일하다고 생각합니다 .