help-guix
[Top][All Lists]
Advanced

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

Re: Error: File System With Given Label Not Found


From: Felix Lechner
Subject: Re: Error: File System With Given Label Not Found
Date: Sat, 6 May 2023 20:30:27 -0700

Hi Marek,

On Sat, May 6, 2023 at 6:52 AM Marek Paśnikowski
<marekpasnikowski@protonmail.com> wrote:
>
>   (device (file-system-label "izumi-esp"))

That configuration option expects a file system label (and not a
partition label). You can see the difference with the command 'blkid'.

> $ ls /dev/disk/by-partlabel/
> izumi-esp  izumi-swap  izumi-system

You can find the label you need with the command

    ls /dev/disk/by-label

although in your case, it may be easier to run

   sudo dosfslabel /dev/disk/by-partlabel/izumi-esp

Kind regards
Felix



reply via email to

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