unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Chris Marusich <cmmarusich@gmail.com>
To: Hartmut Goebel <h.goebel@crazy-compilers.com>
Cc: guix-devel <guix-devel@gnu.org>
Subject: Re: Curious unionfs-ro-mount for /gnu/store in installation-image
Date: Mon, 30 Oct 2017 18:56:37 -0700	[thread overview]
Message-ID: <873760axm2.fsf@gmail.com> (raw)
In-Reply-To: <de29f139-af5c-a367-1aa1-c0365c2a5466@crazy-compilers.com> (Hartmut Goebel's message of "Sun, 29 Oct 2017 18:18:08 +0100")

[-- Attachment #1: Type: text/plain, Size: 1739 bytes --]

Hi Hartmut!

Hartmut Goebel <h.goebel@crazy-compilers.com> writes:

> immediately after booting the installation image (build according to [1]
> and run according to [2]), the "mount" command spits out *two* unionfs
> mounted points:
>
> root@gnu ~# mount
> unionfs on / type fuse.unionfs (rw,…)
> unionfs on /gnu/store type fuse.unionfs (ro,…)
>
> The first one ("/") is easy to explain: It is created by
> gnu/build/linux-boot.scm (mount-root-file-system) if #:volatile-root is
> true.
>
> But I'm curious, where the second one comes from. I've been searching
> this for two or three hours now and did not find, where this is defined.

The second one is a read-only bind-mount of the store.  The fact that
this exists is mentioned in the manual in the section titled "File
Systems"; look there for the string "%immutable-store".  Do 'grep -r
%immutable-store .' from the Guix source root directory, and you will
find where it is used - in particular:

* gnu/system/file-systems.scm - here, the variable %immutable-store is
  is defined with parameters that cause this file system to be
  bind-mounted.  The mechanism by which the bind-mounting occurs is
  defined elsewhere, but this might be what you were looking for.

* gnu/system/install.scm- here, the %immutable-store is used to
  construct the definition of the installation image.

Hope that helps!  For the record, I was able to find this information
because I knew that this was a "bind mount" to begin with.  So I did a
'grep -ir bind.*mount' and a 'grep -ir mount.*bind' in the Guix source
root directory and followed the clues from there.  The mount output by
itself is cryptic if you don't already know about bind mounts.

Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

      parent reply	other threads:[~2017-10-31  1:56 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-29 17:18 Curious unionfs-ro-mount for /gnu/store in installation-image Hartmut Goebel
2017-10-29 17:30 ` Tobias Geerinckx-Rice
2017-10-29 17:45   ` Hartmut Goebel
2017-10-31  1:56 ` Chris Marusich [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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=873760axm2.fsf@gmail.com \
    --to=cmmarusich@gmail.com \
    --cc=guix-devel@gnu.org \
    --cc=h.goebel@crazy-compilers.com \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).