On Mon, 29 May 2023 14:33:43 -0700 Felix Lechner <[email protected]> wrote:
> 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 Thanks! Indeed that helped. Although i dont understand why it should be declared twice that it's ntfs. Alexandros.
