mkfs. un modo per personalizzare la generazione uuid?


Risposte:


1

man mkfs:

   -U UUID
          Set the universally unique identifier (UUID) of  the  filesystem
          to UUID.  The format of the UUID is a series of hex digits sepa‐
          rated          by          hyphens,          like          this:
          "c1b9d5a2-f162-11cf-9ece-0020afc76f16".   The UUID parameter may
          also be one of the following:

               clear  clear the filesystem UUID

               random generate a new randomly-generated UUID

               time   generate a new time-based UUID

Non v'è alcuna mkfs. Ci sono mkfs.<type>. Ognuno di loro da solo può o meno supportare -Ue l'opzione può o meno significare ciò che hai scritto. Ad esempio confrontare ciò che man mkfs.ntfsdice -U.
Kamil Maciorowski il
Utilizzando il nostro sito, riconosci di aver letto e compreso le nostre Informativa sui cookie e Informativa sulla privacy.
Licensed under cc by-sa 3.0 with attribution required.