all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Alexandros Prekates <aprekates@posteo.net>
To: Efraim Flashner <efraim@flashner.co.il>
Cc: "help-guix@gnu.org" <help-guix@gnu.org>
Subject: Re: Unrecognized mount options to an ext4 filesystem.
Date: Fri,  9 Jun 2023 07:54:01 +0000	[thread overview]
Message-ID: <20230609105401.0bedb4fb@posteo.net> (raw)
In-Reply-To: <ZIAxNxxt9CF6b5mf@3900XT>

On Wed, 7 Jun 2023 10:26:47 +0300
Efraim Flashner <efraim@flashner.co.il> wrote:

> On Tue, Jun 06, 2023 at 08:40:09PM +0000, Alexandros Prekates wrote:
> > On Tue,  6 Jun 2023 16:38:07 +0000
> > Alexandros Prekates <aprekates@posteo.net> wrote:
> >   
> > > On Tue,  6 Jun 2023 16:28:11 +0000
> > > Alexandros Prekates <aprekates@posteo.net> wrote:
> > > 
> > > 
> > > I found in the doc something that i had missed:
> > > 
> > > Run man 8 mount for options for various file systems, but beware
> > > that what it lists as file-system-independent “mount options” are
> > > in fact flags, and belong in the flags field described above. 
> > > 
> > > So could i will try to make a flags list and see if i have any
> > > lack.
> > > 
> > > Alexandros.
> > >   
> > 
> > 
> > I tried  (flags '(read-only exec))  and  (flags '(read-only nofail))
> > 
> > but /etc/config.scm:93:23: error: invalid file system mount flag:
> > nofail
> > 
> > /etc/config.scm:93:23: error: invalid file system mount flag: exec
> > 
> > So i dont understand how do we pass those FILESYSTEM-INDEPENDENT
> > MOUNT OPTIONS to guix system reconfigure ?  
> 
> For your nofail option you way want the mount-may-fail? option¹. If
> you want to check the source for what mount options are supported,
> its in (gnu system file-systems), and the list is
> 
> (known-flags '(read-only
>                bind-mount no-suid no-dev no-exec
>                no-atime no-diratime strict-atime lazy-time
>                shared))
> 
> ¹ https://guix.gnu.org/en/manual/devel/en/html_node/File-Systems.html
> 

Efrail thanks for looking into the source.


I tried :
  (file-system
     (mount-point "/home/chomwitt/MyCalibreLibrary-SSD") 
     (device (uuid "ae0661f6-0d22-3e0a-aa9c-fba7c17af6a4" 'ext4))
			(type "ext4")
			;;(mount? #f)
			(mount-may-fail? #t)
			(flags '())
		        )

But if i disconect my external ssd then guix wont boot to my login tty.
While i wait in a blank screen if i connect my usb ssd back then the
boot proceeds ok.

As you see i previously tried (mount? #f) an alternative
fallback solution propoped to me in irc #guix by jpoiret.
The idea is to boot my system with my internal storage's filesystems
and after boot to mount external fs by a script for example.

 


      reply	other threads:[~2023-06-09  7:54 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-06 15:03 Unrecognized mount options to an ext4 filesystem Alexandros Prekates
2023-06-06 15:49 ` Oleg Pykhalov
2023-06-06 16:28   ` Alexandros Prekates
2023-06-06 16:38     ` Alexandros Prekates
2023-06-06 20:40       ` Alexandros Prekates
2023-06-07  7:26         ` Efraim Flashner
2023-06-09  7:54           ` Alexandros Prekates [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230609105401.0bedb4fb@posteo.net \
    --to=aprekates@posteo.net \
    --cc=efraim@flashner.co.il \
    --cc=help-guix@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.