unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#46563: file-system declarations do not currently support cifs mounts
@ 2021-02-16 16:21 Katherine Cox-Buday
  2021-02-22  9:17 ` Ludovic Courtès
  0 siblings, 1 reply; 6+ messages in thread
From: Katherine Cox-Buday @ 2021-02-16 16:21 UTC (permalink / raw)
  To: 46563

With a file-system declartion of:

#+BEGIN_SRC scheme
(file-system
 (mount-point "/home/user/foo")
 (device "//server/foo")
 (type "cifs")
 (options "username=user,vers=2.0,uid=1000,gid=988")
 (check? #f)
 (create-mount-point? #t)
 (mount-may-fail? #t))
#+END_SRC

I get the following error:

#+BEGIN_EXAMPLE
$ sudo guix system reconfigure /etc/config.scm
/etc/config.scm:97:9: error: device '//server/foo not found: No such file or directory
#+END_EXAMPLE

With =cifs-utils= installed, I would expect this to work.




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

end of thread, other threads:[~2021-02-23  8:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-16 16:21 bug#46563: file-system declarations do not currently support cifs mounts Katherine Cox-Buday
2021-02-22  9:17 ` Ludovic Courtès
2021-02-22 15:41   ` Katherine Cox-Buday
2021-02-22 16:38     ` Ludovic Courtès
2021-02-22 17:15       ` Katherine Cox-Buday
2021-02-23  8:17         ` 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).