all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Alexandros Prekates <aprekates@posteo.net>
To: "help-guix@gnu.org" <help-guix@gnu.org>
Subject: system reconfigure fails over an nfts storage .
Date: Mon, 29 May 2023 20:48:46 +0000	[thread overview]
Message-ID: <20230529234846.7febcf98@posteo.net> (raw)

Hi. I need help in solving the following issue:

Trying to mount an external usb hdd i add in /etc/config.scm :

/etc/config.scm :
  (file-systems (cons* (file-system
                         (mount-point "/")
                         (device (uuid
                                  "c4ac8e24-4952-4cd3-84dd-c457867e1494"
                                  'ext4))
                         (type "ext4"))       
                       (file-system
                        (mount-point "/home/chomwitt/ExternalHDD")
                        (device (uuid "217F991C18987AC44"))
                         (type "ntfs")(options
"uid=1000,gid=999,dmask=0002,fmask=0113")) 

But trying to reconfigure my guix system i get:
$  sudo guix system reconfigure /etc/config.scm
/etc/config.scm:91:32: error: (uuid "217F991C18987AC44" (quote dce)):
invalid UUID

Inserting my self the line:
UUID=217F991C18987AC44  /home/chomwitt/ExternalHDD
ntfsuid=1000,gid=999,dmask=0002,fmask=0113

and $ sudo mount -a   
it worked .



Alexandros.


             reply	other threads:[~2023-05-29 21:04 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-29 20:48 Alexandros Prekates [this message]
2023-05-29 21:33 ` system reconfigure fails over an nfts storage Felix Lechner via
2023-05-30 20:49   ` Alexandros Prekates
2023-05-30 21:40     ` Felix Lechner via

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=20230529234846.7febcf98@posteo.net \
    --to=aprekates@posteo.net \
    --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.