Hi Alexandros, On Mon, May 29, 2023 at 1:49 PM Alexandros Prekates <[email protected]> wrote: > > (device (uuid "217F991C18987AC44"))
Based on my reading of the file gnu/system/uuid.scm, I might instead try the line (device (uuid "217F991C18987AC44" 'ntfs) in the hope of selecting the NTFS decoder string->ntfs-uuid [1] in the dispatching function. [2] Kind regards Felix [1] https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/system/uuid.scm#n217 [2] https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/system/uuid.scm#n262
