all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Ludovic Courtès" <ludo@gnu.org>
To: Katherine Cox-Buday <cox.katherine.e@gmail.com>
Cc: 46563@debbugs.gnu.org
Subject: bug#46563: file-system declarations do not currently support cifs mounts
Date: Mon, 22 Feb 2021 10:17:31 +0100	[thread overview]
Message-ID: <87a6rwea1g.fsf@gnu.org> (raw)
In-Reply-To: <87a6s4t241.fsf@gmail.com> (Katherine Cox-Buday's message of "Tue, 16 Feb 2021 10:21:34 -0600")

Hi,

Katherine Cox-Buday <cox.katherine.e@gmail.com> skribis:

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

Unfortunately that’s not enough.

Like NFS, CIFS requires special support, which is currently missing from
(gnu build file-systems).

Thanks,
Ludo’.




  reply	other threads:[~2021-02-22  9:18 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
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

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=87a6rwea1g.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=46563@debbugs.gnu.org \
    --cc=cox.katherine.e@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 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.