Acer Aspire E15 с двойной загрузкой Windows и Ubuntu с двумя SSD

Файловые системы Microsoft (NTFS и братья FAT) не поддерживают UUID, как это делают файловые системы ext * / btrfs / other Unixy. То, что вы видите как UUID, - это своего рода серийные номера (длина 64 бит для NTFS, 32 бит для FAT32). Единственная конкретная информация, которую я могу выкопать из мира 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» могут быть такими же, как отчет о серийном номере с помощью ntfslabel(8) manpage в Windows.

0
задан 22 February 2018 в 12:23

0 ответов

Другие вопросы по тегам:

Похожие вопросы: