bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#46563: file-system declarations do not currently support cifs mounts


From: Ludovic Courtès
Subject: bug#46563: file-system declarations do not currently support cifs mounts
Date: Mon, 22 Feb 2021 10:17:31 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)

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 via email to

[Prev in Thread] Current Thread [Next in Thread]