help-guix
[Top][All Lists]
Advanced

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

Re: Unrecognized mount options to an ext4 filesystem.


From: Alexandros Prekates
Subject: Re: Unrecognized mount options to an ext4 filesystem.
Date: Tue, 6 Jun 2023 16:28:11 +0000

On Tue, 06 Jun 2023 18:49:34 +0300
Oleg Pykhalov <go.wigust@gmail.com> wrote:

> Hi,
> 
> Alexandros Prekates <aprekates@posteo.net> writes:
> 
> > /etc/config.scm
> >  (file-system
> >     (mount-point "/home/chomwitt/MyCalibreLibrary-SSD") 
> >         (device  (uuid "ae0661f6-0d22-4e0a-9a9c-fba7c17af6a4"
> > 'ext4)) (type "ext4")(options "rw,relatime,nofail 0 2"))  
>                                                           ^^^^
> 
> I guess ‘ 0 2’ is a problem.


I tried (options "nofail") but this time i was more carefull and i
noticed the error messages from guix system reconfigure :
$  sudo guix system reconfigure /etc/config.scm
guix system: warning: exception caught while executing 'start' on
service 'file-system-/home/chomwitt/MyCalibreLibrary-SSD': In procedure
mount: mount "/dev/sdd1" on "///home/chomwitt/MyCalibreLibrary-SSD":
Invalid argument


Also i tried (options "defaults,nofail")
$  sudo guix system reconfigure /etc/config.scm
guix system: warning: excep$  sudo guix system reconfigure /etc/config.scmtion 
caught while executing 'start' on
service 'file-system-/home/chomwitt/MyCalibreLibrary-SSD': In procedure
mount: mount "/dev/sdd1" on "///home/chomwitt/MyCalibreLibrary-SSD":
Invalid argument



reply via email to

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