[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#22797: Using UUID for vfat file system is impossible
From: |
Alex Kost |
Subject: |
bug#22797: 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
- bug#22797: Using UUID for vfat file system is impossible,
Alex Kost <=