GNU bug report logs - #46563
file-system declarations do not currently support cifs mounts

Previous Next

Package: guix;

Reported by: Katherine Cox-Buday <cox.katherine.e <at> gmail.com>

Date: Tue, 16 Feb 2021 16:22:02 UTC

Severity: wishlist

Full log


Message #8 received at 46563 <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Katherine Cox-Buday <cox.katherine.e <at> gmail.com>
Cc: 46563 <at> debbugs.gnu.org
Subject: Re: bug#46563: file-system declarations do not currently support
 cifs mounts
Date: Mon, 22 Feb 2021 10:17:31 +0100
Hi,

Katherine Cox-Buday <cox.katherine.e <at> 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’.




This bug report was last modified 4 years and 112 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.