bug#22797: Using UUID for vfat file system is impossible

2016-02-25 Thread Alex Kost
Ludovic Courtès (2016-02-25 21:32 +0300) wrote: > Alex Kost 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")) >>

bug#22797: Using UUID for vfat file system is impossible

2016-02-25 Thread Ludovic Courtès
Alex Kost 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") > ;; ... > ) > > bec

bug#22797: Using UUID for vfat file system is impossible

2016-02-24 Thread Alex Kost
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