emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#22797: closed (Using UUID for vfat file system is


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#22797: closed (Using UUID for vfat file system is impossible)
Date: Thu, 25 Feb 2016 18:34:02 +0000

Your message dated Thu, 25 Feb 2016 19:32:52 +0100
with message-id <address@hidden>
and subject line Re: bug#22797: Using UUID for vfat file system is impossible
has caused the debbugs.gnu.org bug report #22797,
regarding Using UUID for vfat file system is impossible
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
22797: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=22797
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Using UUID for vfat file system is impossible Date: Wed, 24 Feb 2016 22:32:59 +0300 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)
Hello, unlike other file system types, FAT volumes have short UUIDs,
for example: "58D7-4FA5", but such an UUID cannot be used in an
operating system declaration:

(file-system
  (device (uuid "58D7-4FA5"))
  (title 'uuid)
  (type "vfat")
  ;; ...
  )

because (uuid "58D7-4FA5") errors.

-- 
Alex



--- End Message ---
--- Begin Message --- Subject: Re: bug#22797: Using UUID for vfat file system is impossible Date: Thu, 25 Feb 2016 19:32:52 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)
Alex Kost <address@hidden> skribis:

> Hello, unlike other file system types, FAT volumes have short UUIDs,
> for example: "58D7-4FA5", but such an UUID cannot be used in an
> operating system declaration:
>
> (file-system
>   (device (uuid "58D7-4FA5"))
>   (title 'uuid)
>   (type "vfat")
>   ;; ...
>   )
>
> because (uuid "58D7-4FA5") errors.

That’s expected.  :-)  I’ve clarified this in 0767f6a:

@@ -6302,7 +6302,12 @@ is interpreted as a partition label name; when it is 
@code{uuid},
 @code{device} is interpreted as a partition unique identifier (UUID).
 
 UUIDs may be converted from their string representation (as shown by the
address@hidden -l} command) using the @code{uuid} form, like this:
address@hidden -l} command) using the @code{uuid} address@hidden
address@hidden form expects 16-byte UUIDs as defined in
address@hidden://tools.ietf.org/html/rfc4122, address@hidden  This is the
+form of UUID used by the ext2 family of file systems and others, but it
+is different from ``UUIDs'' found in FAT file systems, for instance.},
+like this:
 
When we implement FAT UUIDs, we’ll either adjust the ‘uuid’ form or
introduce a separate ‘fat-uuid’ form.

Thanks,
Ludo’.

--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]