unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#39551: Cannot declare an NFS mount using the <file-system> record
@ 2020-02-10 19:41 Maxim Cournoyer
  2020-02-12  8:54 ` Maxim Cournoyer
  0 siblings, 1 reply; 8+ messages in thread
From: Maxim Cournoyer @ 2020-02-10 19:41 UTC (permalink / raw)
  To: 39551

When I try adding an NFS mount point to my Guix System, like:


--8<---------------cut here---------------start------------->8---
[...]
(file-system
  (device "192.168.1.10:/mnt/scratch/")
  (mount-point "/mnt/scratch/")
  (type "nfs")
  (options "rw,async,soft,noexec"))
[...]
--8<---------------cut here---------------end--------------->8---

Reconfiguring fails with the message:

error: device '192.168.1.10' not found: No such file or directory
hint: If '192.168.1.10' is a file system label, write
`(file-system-label "192.168.1.10")' in your `device' field.

So it doesn't appear to be possible to declare an NFS mount currently,
despite commit 0c85db79f7a8abc3bcdbf8931d959fe94306a5a1 that'd suggest
it should be possible.

Maxim

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-02-18 17:29 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-10 19:41 bug#39551: Cannot declare an NFS mount using the <file-system> record Maxim Cournoyer
2020-02-12  8:54 ` Maxim Cournoyer
2020-02-12 18:30   ` Giovanni Biscuolo
2020-02-12 19:12     ` Maxim Cournoyer
2020-02-18 17:28     ` Maxim Cournoyer
2020-02-12 19:13   ` bug#39551: [PATCH v2] " Maxim Cournoyer
2020-02-13 15:45     ` Maxim Cournoyer
2020-02-13 21:37     ` Ludovic Courtès

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).