unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Daniel Pimentel <d4n1@openmailbox.org>
To: Evan Rowley <rowley.evan@gmail.com>
Cc: guix-devel <guix-devel@gnu.org>,
	guix-devel-bounces+d4n1=opmbx.org@gnu.org
Subject: Re: Help with a basic GuixSD installation
Date: Wed, 01 Jul 2015 11:38:37 -0300	[thread overview]
Message-ID: <491161a88cc1fcdd90ec866c480404f2@openmailbox.org> (raw)
In-Reply-To: <CAMhuX2DqEHgmt+D6Qoynxzkg3+fYHfqh6dibF8_sCbHqfzhOvQ@mail.gmail.com>

On 2015-06-30 23:04, Evan Rowley wrote:
> Thanks Daniel and Ludovic for the helpful information. I will try to
> install again over the coming days and report my progress.
> 
> On Tue, Jun 30, 2015 at 1:06 PM, Claes Wallin (韋嘉誠)
> <clacke+gmail@lysator.liu.se> wrote:
>> On 30-Jun-2015 3:08 pm, "Ludovic Courtès" <ludo@gnu.org> wrote:
>>> Evan Rowley <rowley.evan@gmail.com> skribis:
>>> 
>>> >   (file-systems (cons (file-system
>>> >                         (device
>>> > "/dev/disk/by-id/ata-WDC_WD20EURS-63SPKY0_WD-WMC300539593-part3")
>>> >                         (title "root")
>>> >                         (mount-point "/")
>>> >                         (type "ext4"))
>>> >                       %base-file-systems))
>>> 
>>> You should be using something like:
>>> 
>>>   (file-system
>>>     (title 'label)
>>>     (device "ata-WDC_WD20EURS-63SPKY0_WD-WMC300539593-part3")
>>>     (mount-point "/")
>>>     (type "ext4"))
>>> 
>>> It literally means: Mount the block device whose label (in the 
>>> ext[234]
>>> sense) is “ata-WDC_WD20EURS-63SPKY0_WD-WMC300539593-part3”.
>>> 
>>> The root file system is mounted from the initrd, when udev is not
>>> running; thus /dev/disk/by-id is not available yet, and it’s 
>>> important
>>> to use this 'label mechanism instead.
>> 
>> So *that's* what the mysterious (title 'label) means!
>> 
>> --
>>    /c
Allright and welcome to Guix world :)

Good luck.
-- 
Daniel Pimentel (d4n1 3:)

  reply	other threads:[~2015-07-01 14:38 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-29 18:18 Help with a basic GuixSD installation Evan Rowley
2015-06-30  1:55 ` Daniel Pimentel
2015-06-30 13:08 ` Ludovic Courtès
2015-06-30 17:06   ` Claes Wallin (韋嘉誠)
2015-07-01  2:04     ` Evan Rowley
2015-07-01 14:38       ` Daniel Pimentel [this message]
2015-07-01  9:23     ` Ludovic Courtès
2015-07-01 12:46       ` Claes Wallin (韋嘉誠)
2015-07-05  8:16       ` Mark H Weaver
2015-07-05 14:34         ` Claes Wallin (韋嘉誠)
2015-07-05 22:33         ` Ludovic Courtès
2015-07-06  1:59           ` Evan Rowley
2015-07-02 14:21     ` Daniel Pimentel

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=491161a88cc1fcdd90ec866c480404f2@openmailbox.org \
    --to=d4n1@openmailbox.org \
    --cc=guix-devel-bounces+d4n1=opmbx.org@gnu.org \
    --cc=guix-devel@gnu.org \
    --cc=rowley.evan@gmail.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).