On Tue, 06 Jun 2023 18:49:34 +0300 Oleg Pykhalov <[email protected]> wrote:
> Hi, > > Alexandros Prekates <[email protected]> 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
